summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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";