summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-master.tar.gz
chtekk-master.tar.bz2
chtekk-master.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
Diffstat (limited to 'syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch')
-rw-r--r--syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch b/syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch
deleted file mode 100644
index 3cd7424..0000000
--- a/syscp/patches/suexec-patch/syscp-1.2.13-suexec-support.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nru syscp-options/scripts/cron_tasks.php syscp-suexec/scripts/cron_tasks.php
---- syscp-options/scripts/cron_tasks.php 2006-03-26 01:24:58.000000000 +0100
-+++ syscp-suexec/scripts/cron_tasks.php 2006-03-26 04:09:01.000000000 +0200
-@@ -108,6 +108,7 @@
- {
- $domain['documentroot'] = makeCorrectDir ($domain['documentroot']);
- $vhosts_file.=' DocumentRoot "'.$domain['documentroot']."\"\n";
-+ $vhosts_file.=' SuexecUserGroup '.$domain['loginname'].' '.$domain['loginname']."\n";
- if($domain['ssi_includes'] == '1')
- {
- $vhosts_file.=' Options +Includes'."\n";