On Fri, 2011-12-23 at 11:07 -0800, Bryan Kadzban wrote: > On Fri, Dec 23, 2011 at 12:04:32PM -0700, [email protected] wrote: > > Modified: trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs > > =================================================================== > > --- trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs 2011-12-23 19:03:08 UTC > > (rev 9691) > > +++ trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs 2011-12-23 19:04:27 UTC > > (rev 9692) > > @@ -35,6 +35,7 @@ > > mkdir -p /run > > mount -n /run || failed=1 > > mkdir -p /run/{var,lock,shm} > > + chown 1777 /run/shm > > > > Hmm. Should this have been chmod instead of chown? :-)
You wouldn't believe the number of times I transpose those two commands :( Thanks for the quick review! Should be fixed in r9695. Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
