[EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]:
> Author: jim > Date: 2005-02-25 14:13:21 -0700 (Fri, 25 Feb 2005) > New Revision: 4687 > > Modified: > branches/multi-arch/BOOK/chapter01/changelog.xml > branches/multi-arch/BOOK/chapter06/pwdgroup.xml > branches/multi-arch/BOOK/general.ent > Log: > Removed duplicate tty group > <snip> > Modified: branches/multi-arch/BOOK/chapter06/pwdgroup.xml > =================================================================== > --- branches/multi-arch/BOOK/chapter06/pwdgroup.xml 2005-02-25 > 20:09:05 UTC (rev 4686) +++ > branches/multi-arch/BOOK/chapter06/pwdgroup.xml 2005-02-25 > 21:13:21 UTC (rev 4687) @@ -38,9 +38,8 @@ > console:x:1: > tty:x:2: > kmem:x:3: > -tty:x:4: > -disk:x:5: > -utmp:x:6: > +disk:x:4: > +utmp:x:5: > nogroup:x:65534:</literal> > EOF</userinput></screen> > Note that the /etc/fstab file we create later on uses gid=4 for the options on /dev/pts - intending to be tty. Since we have moved tty to gid 2, the sample /etc/fstab needs to be updated to reflect this. -- - Steve Crosby -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
