From: hackbard Date: Sun, 25 Jul 2004 10:33:07 +0000 (+0000) Subject: fixed sendmail X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=02a6e3ee00d70992cd7691233d7f68cadc1027fe fixed sendmail --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b12d3ee..4e76ee9 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,6 @@ *) 2004-07-25 +- fixed sendmail package - added setup script for openssh - some target modifications - added FAI docu and script (not working yet, just to have it there!) diff --git a/packages/hackbard/sendmail/sendmail.setup b/packages/hackbard/sendmail/sendmail.setup index edd962f..5a8ea75 100644 --- a/packages/hackbard/sendmail/sendmail.setup +++ b/packages/hackbard/sendmail/sendmail.setup @@ -1,5 +1,5 @@ setup_block() { - useradd -u 2000 -g mail smmsp || true + useradd -u 2000 -g mail -d /var/mail smmsp || true chmod 1777 /tmp chmod 1777 /var/mail mkdir -p /var/spool/mqueue diff --git a/packages/hackbard/sendmail/site.config.m4 b/packages/hackbard/sendmail/site.config.m4 index 1245f6f..8ff6133 100644 --- a/packages/hackbard/sendmail/site.config.m4 +++ b/packages/hackbard/sendmail/site.config.m4 @@ -1,5 +1,5 @@ APPENDDEF(`confFORCE_RMAIL') -define(`confGBINGRP',mail') +define(`confGBINGRP',`mail') define(`confMANGRP',`root') define(`confMANOWN',`root') define(`confSBINGRP',`root')