From 9f56bd96367f7f3cfa295f23b9129a7dfa1f21af Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 24 Nov 2010 08:16:10 -0500
Subject: [PATCH] Merged revisions 2095-2129 which contain bugfixes from stable branch.
---
install/dist/lib/fedora.lib.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/install/dist/lib/fedora.lib.php b/install/dist/lib/fedora.lib.php
index 20f832b..eec9af6 100644
--- a/install/dist/lib/fedora.lib.php
+++ b/install/dist/lib/fedora.lib.php
@@ -903,6 +903,9 @@
exec('chown getmail /usr/local/bin/run-getmail.sh');
exec('chmod 744 /usr/local/bin/run-getmail.sh');
+ // Edit the file Edit the file /etc/sudoers and comment out the requiregetty line, otherwise the backup function will fail
+ replaceLine('/etc/sudoers','Defaults requiretty','#Defaults requiretty',0,0);
+
}
--
Gitblit v1.9.1