From 87e509c48ec9b7320047767919682123265a2045 Mon Sep 17 00:00:00 2001 From: Billy O 'Connor Date: Tue, 14 Jan 2003 16:29:34 +0000 Subject: [PATCH] Remove numeric userid argument to useradd. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@602 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/mail/sendmail/sendmail-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mail/sendmail/sendmail-inst.xml b/server/mail/sendmail/sendmail-inst.xml index 41223b9fb1..8e510970fe 100644 --- a/server/mail/sendmail/sendmail-inst.xml +++ b/server/mail/sendmail/sendmail-inst.xml @@ -6,7 +6,7 @@ directories that sendmail uses with the following commands: groupadd smmsp && groupadd mail && -useradd -g smmsp -G mail -u smmsp && +useradd -g smmsp -G mail smmsp && chmod 1777 /tmp && chmod 1777 /var/mail && mkdir /var/spool/mqueue