From 4d6fc2dabb417f72752429222a3698ecc8a3c537 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 27 Oct 2001 22:21:44 +0000 Subject: [Bug 164] XML Tidy up git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/create-utmp.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06/create-utmp.xml') diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index 3c8dcd756..903f5993d 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -11,10 +11,10 @@ bad login attempts. Create these files with their proper permissions by running the following commands: -touch /var/run/utmp /var/log/wtmp \ -    /var/log/btmp /var/log/lastlog && -chmod 644 /var/run/utmp /var/log/wtmp \ -   /var/log/btmp /var/log/lastlog +touch /var/run/utmp /var/log/wtmp \ +    /var/log/btmp /var/log/lastlog && +chmod 644 /var/run/utmp /var/log/wtmp \ +   /var/log/btmp /var/log/lastlog -- cgit v1.2.3-54-g00ecf