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:
Billy O 'Connor 2003-01-14 16:29:34 +00:00
parent 86de38f5eb
commit 87e509c48e

View File

@ -6,7 +6,7 @@ directories that sendmail uses with the following commands:</para>
<para><screen><userinput>
groupadd smmsp &amp;&amp;
groupadd mail &amp;&amp;
useradd -g smmsp -G mail -u smmsp &amp;&amp;
useradd -g smmsp -G mail smmsp &amp;&amp;
chmod 1777 /tmp &amp;&amp;
chmod 1777 /var/mail &amp;&amp;
mkdir /var/spool/mqueue