diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-03-29 15:56:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-03-29 15:56:46 +0000 |
commit | 4f2e7072f0bc77fdb0fc284db0dcf6739e16c9d9 (patch) | |
tree | 08ce1103f514abc8d76b0f645604f38112458b98 /chapter06 | |
parent | 9bda40d80a5249ee68ec1d0bf3f8b5f3394e88e9 (diff) |
Remove references to /var/run/utmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/createfiles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 444cb091c..9ee188b7d 100644 --- a/chapter06/createfiles.xml +++ b/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 |