mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Remove numeric userid argument to useradd.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@602 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
86de38f5eb
commit
87e509c48e
@ -6,7 +6,7 @@ directories that sendmail uses with the following commands:</para>
|
||||
<para><screen><userinput>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user