From e960008895c870863121623ca97c0b0570de5ced Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 9 May 2001 14:24:57 +0000 Subject: [PATCH] lines too long, added the \ and started on a new line git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/create-utmp.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index cbc5703ff..1da25193e 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -16,10 +16,10 @@ following commands:
- touch /var/run/utmp /var/log/wtmp /var/log/btmp + 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 + chmod 644 /var/run/utmp /var/log/wtmp \ + /var/log/btmp /var/log/lastlog