From 9c7097bbb89ae135bca7b62d90771bb306285616 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 30 Jan 2002 16:06:40 +0000 Subject: [PATCH] Added a chown root.root after the cp during bootscript installation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/bootscripts-inst.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4fb97ac25..e3be5caa8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,6 +24,9 @@ +January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added +a chown root.root after the cp. + January 30th, 2002 [gerard]: Appendix A - Texinfo: the info programs works on the /usr/share/info directory not /usr/doc/info. diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 4a2d88fbd..2e7556e41 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -3,7 +3,8 @@ 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