Author: bdubbs
Date: 2012-03-29 09:56:46 -0600 (Thu, 29 Mar 2012)
New Revision: 9797
Modified:
trunk/BOOK/chapter06/createfiles.xml
Log:
Remove references to /var/run/utmp
Modified: trunk/BOOK/chapter06/createfiles.xml
===================================================================
--- trunk/BOOK/chapter06/createfiles.xml 2012-03-29 06:46:19 UTC (rev
9796)
+++ trunk/BOOK/chapter06/createfiles.xml 2012-03-29 15:56:46 UTC (rev
9797)
@@ -130,9 +130,9 @@
proper permissions:</para>
<screen><userinput>touch /var/log/{btmp,lastlog,wtmp}
-chgrp -v utmp /var/run/utmp /var/log/lastlog
-chmod -v 664 /var/run/utmp /var/log/lastlog
-chmod -v 600 /var/log/btmp</userinput></screen>
+chgrp -v utmp /var/log/lastlog
+chmod -v 664 /var/log/lastlog
+chmod -v 600 /var/log/btmp</userinput></screen>
<para>The <filename>/var/log/wtmp</filename> file records all logins and
logouts. The <filename>/var/log/lastlog</filename> file records when each
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page