From 60cd5856e64dd5fc50257bc0fbf13f6deec5d3dc Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Tue, 11 Jun 2002 23:23:24 +0000 Subject: Removed trailing spaces from commands. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/create-utmp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/create-utmp.xml') diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index 56ea77790..a8fe88450 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -11,7 +11,7 @@ bad login attempts. Create these files with their proper permissions by running the following commands: -touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && +touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp} -- cgit v1.2.3-54-g00ecf