From 4f2e7072f0bc77fdb0fc284db0dcf6739e16c9d9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 29 Mar 2012 15:56:46 +0000 Subject: Remove references to /var/run/utmp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') 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 proper permissions: 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 +chgrp -v utmp /var/log/lastlog +chmod -v 664 /var/log/lastlog +chmod -v 600 /var/log/btmp The /var/log/wtmp file records all logins and logouts. The /var/log/lastlog file records when each -- cgit v1.2.3-54-g00ecf