From 3e444c644db022919daae7a487eec01ac0eb15a9 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 10 May 2001 04:15:26 +0000 Subject: Created missing K symlinks in run levels 0, 1, 2 and 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/ethnet-symperm.xml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'chapter07/ethnet-symperm.xml') diff --git a/chapter07/ethnet-symperm.xml b/chapter07/ethnet-symperm.xml index d2bda8582..8ec88eebc 100644 --- a/chapter07/ethnet-symperm.xml +++ b/chapter07/ethnet-symperm.xml @@ -9,12 +9,27 @@ running the following commands:
cd /etc/init.d && chmod 754 ethnet && + cd ../rc0.d && + ln -s ../init.d/ethnet K800ethnet && + + cd ../rc1.d && + ln -s ../init.d/ethnet K800ethnet && + + cd ../rc2.d && + ln -s ../init.d/ethnet K800ethnet && + cd ../rc3.d && - ln -s ../init.d/ethnet S200ethnet && + ln -s ../init.d/ethnet S200ethnet && + cd ../rc4.d && - ln -s ../init.d/ethnet S200ethnet && + ln -s ../init.d/ethnet S200ethnet && + cd ../rc5.d && - ln -s ../init.d/ethnet S200ethnet + ln -s ../init.d/ethnet S200ethnet && + + cd ../rc6.d && + ln -s ../init.d/ethnet K800ethnet && +
-- cgit v1.2.3-54-g00ecf