fixed sendmail
authorhackbard <hackbard>
Sun, 25 Jul 2004 10:33:07 +0000 (10:33 +0000)
committerhackbard <hackbard>
Sun, 25 Jul 2004 10:33:07 +0000 (10:33 +0000)
doc/CHANGELOG
packages/hackbard/sendmail/sendmail.setup
packages/hackbard/sendmail/site.config.m4

index b12d3ee..4e76ee9 100644 (file)
@@ -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!)
index edd962f..5a8ea75 100644 (file)
@@ -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
index 1245f6f..8ff6133 100644 (file)
@@ -1,5 +1,5 @@
 APPENDDEF(`confFORCE_RMAIL')
-define(`confGBINGRP',mail')
+define(`confGBINGRP',`mail')
 define(`confMANGRP',`root')
 define(`confMANOWN',`root')
 define(`confSBINGRP',`root')