Author: jim
Date: 2005-03-12 22:30:59 -0700 (Sat, 12 Mar 2005)
New Revision: 4740

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/packages.xml
   trunk/BOOK/chapter06/pwdgroup.xml
   trunk/BOOK/chapter08/fstab.xml
Log:
Reverse of r4738

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-03-13 05:15:51 UTC (rev 4739)
+++ trunk/BOOK/chapter01/changelog.xml  2005-03-13 05:30:59 UTC (rev 4740)
@@ -82,9 +82,6 @@
 </itemizedlist>
 </listitem>
 
-<listitem><para>March 12, 2005 [matt]: Udated users/groups as per discussion 
on 
-lfs-dev. 
http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2005-February/050573.html</para></listitem>
-
 <listitem><para>March 12, 2005 [matt]: Upgraded to udev-054</para></listitem>
 
 <listitem><para>March 12, 2005 [matt]: Upgraded to findutils-4.2.19</para>

Modified: trunk/BOOK/chapter03/packages.xml
===================================================================
--- trunk/BOOK/chapter03/packages.xml   2005-03-13 05:15:51 UTC (rev 4739)
+++ trunk/BOOK/chapter03/packages.xml   2005-03-13 05:30:59 UTC (rev 4740)
@@ -398,7 +398,7 @@
 <varlistentry>
 <term>Udev Rules Configuration - 5 KB:</term>
 <listitem>
-<para><ulink 
url="http://downloads.linuxfromscratch.org/udev-config-2.rules"/></para>
+<para><ulink 
url="http://downloads.linuxfromscratch.org/udev-config-3.rules"/></para>
 </listitem>
 </varlistentry>
 

Modified: trunk/BOOK/chapter06/pwdgroup.xml
===================================================================
--- trunk/BOOK/chapter06/pwdgroup.xml   2005-03-13 05:15:51 UTC (rev 4739)
+++ trunk/BOOK/chapter06/pwdgroup.xml   2005-03-13 05:30:59 UTC (rev 4740)
@@ -23,8 +23,7 @@
 command:</para>
 
 <screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
-<literal>root:x:0:0:root:/root:/bin/bash
-nobody:x:65534:65534:Nobody:/:/sbin/nologin</literal>
+<literal>root:x:0:0:root:/root:/bin/bash</literal>
 EOF</userinput></screen>
 
 <para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
@@ -35,12 +34,20 @@
 
 <screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
 <literal>root:x:0:
-console:x:1:
-tty:x:2:
+bin:x:1:
+sys:x:2:
 kmem:x:3:
-disk:x:4:
-utmp:x:5:
-nogroup:x:65534:</literal>
+tty:x:4:
+tape:x:5:
+daemon:x:6:
+floppy:x:7:
+disk:x:8:
+lp:x:9:
+dialout:x:10:
+audio:x:11:
+video:x:12:
+utmp:x:13:
+usb:x:14:</literal>
 EOF</userinput></screen>
 
 <para>The created groups are not part of any standard&mdash;they are some

Modified: trunk/BOOK/chapter08/fstab.xml
===================================================================
--- trunk/BOOK/chapter08/fstab.xml      2005-03-13 05:15:51 UTC (rev 4739)
+++ trunk/BOOK/chapter08/fstab.xml      2005-03-13 05:30:59 UTC (rev 4740)
@@ -24,7 +24,7 @@
 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1           
0     0
 proc           /proc        proc   defaults        0     0
 sysfs          /sys         sysfs  defaults        0     0
-devpts         /dev/pts     devpts gid=2,mode=620  0     0
+devpts         /dev/pts     devpts gid=4,mode=620  0     0
 shm            /dev/shm     tmpfs  defaults        0     0
 # End /etc/fstab</literal>
 EOF</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to