From 3bc007754de9dcdb1a6d5bd7127f58ecb204f42d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 5 Mar 2002 20:31:28 +0000 Subject: xml fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bootscripts-inst.xml | 2 +- chapter06/create-utmp.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 2e7556e41..d0bef6d87 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -3,7 +3,7 @@ Install LFS-Bootscripts by running the following command: -cp -a rc.d sysconfig /etc && +cp -a rc.d sysconfig /etc && chown -R root.root /etc/rc.d /etc/sysconfig diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index cba14660b..56ea77790 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