Explorar el Código

Remove references to /var/run/utmp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 13 años
padre
commit
4f2e7072f0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      chapter06/createfiles.xml

+ 3 - 3
chapter06/createfiles.xml

@@ -130,9 +130,9 @@ EOF</userinput></screen>
   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