]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
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 b12d3ee1999e76946959b710b85537386cfcb0d4..4e76ee9f6c0222d284c7240826e74e2512344f0f 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 edd962f47357c0d474e685c633535822acc0df97..5a8ea7563068f756a0c4e437ff1678b34d006320 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 1245f6fbe9cd4b5532203ff9656cbc63e4627ac7..8ff613327cc4a672001d02a23a069dbaf96c0a99 100644 (file)
@@ -1,5 +1,5 @@
 APPENDDEF(`confFORCE_RMAIL')
-define(`confGBINGRP',mail')
+define(`confGBINGRP',`mail')
 define(`confMANGRP',`root')
 define(`confMANOWN',`root')
 define(`confSBINGRP',`root')