From 3edf9d7921399b808ff68259dc35ccd0abbe04a0 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 30 May 2007 11:06:55 -0400 Subject: [PATCH] updated installer and sql dump. --- install/lib/installer_base.lib.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index a4c5a2b..8370a06 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -442,7 +442,10 @@ function configure_getmail() { global $conf; - $command = "useradd -b /etc/getmail -d /etc/getmail getmail"; + $command = "useradd -d /etc/getmail getmail"; + caselog($command." &> /dev/null", __FILE__, __LINE__,"EXECUTED: ".$command,"Failed to execute the command ".$command); + + $command = "chown -R getmail /etc/getmail"; caselog($command." &> /dev/null", __FILE__, __LINE__,"EXECUTED: ".$command,"Failed to execute the command ".$command); $command = "chmod -R 700 /etc/getmail"; -- Gitblit v1.9.1