From 45714a7d3b3c0851d598d966a2ce9790e177c6e1 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 23 Aug 2001 22:38:49 +0000 Subject: [Bug 127] Clean up ln, mv and cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/symperm.xml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'chapter07') diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml index 32c4a0a1c..90206b947 100644 --- a/chapter07/symperm.xml +++ b/chapter07/symperm.xml @@ -18,38 +18,38 @@ K002otherdaemon. chmod 754 sendsignals setclock sysklogd template && chmod 754 localnet ethnet && cd ../rc0.d && -ln -s ../init.d/ethnet K800ethnet && -ln -s ../init.d/sysklogd K900sysklogd && -ln -s ../init.d/sendsignals S800sendsignals && -ln -s ../init.d/mountfs S900mountfs && -ln -s ../init.d/halt S999halt && +ln -sf ../init.d/ethnet K800ethnet && +ln -sf ../init.d/sysklogd K900sysklogd && +ln -sf ../init.d/sendsignals S800sendsignals && +ln -sf ../init.d/mountfs S900mountfs && +ln -sf ../init.d/halt S999halt && cd ../rc6.d && -ln -s ../init.d/ethnet K800ethnet && -ln -s ../init.d/sysklogd K900sysklogd && -ln -s ../init.d/sendsignals S800sendsignals && -ln -s ../init.d/mountfs S900mountfs && -ln -s ../init.d/reboot S999reboot && +ln -sf ../init.d/ethnet K800ethnet && +ln -sf ../init.d/sysklogd K900sysklogd && +ln -sf ../init.d/sendsignals S800sendsignals && +ln -sf ../init.d/mountfs S900mountfs && +ln -sf ../init.d/reboot S999reboot && cd ../rcS.d && -ln -s ../init.d/localnet S100localnet && -ln -s ../init.d/checkfs S200checkfs && -ln -s ../init.d/mountfs S300mountfs && -ln -s ../init.d/setclock S400setclock && -ln -s ../init.d/loadkeys S500loadkeys && +ln -sf ../init.d/localnet S100localnet && +ln -sf ../init.d/checkfs S200checkfs && +ln -sf ../init.d/mountfs S300mountfs && +ln -sf ../init.d/setclock S400setclock && +ln -sf ../init.d/loadkeys S500loadkeys && cd ../rc1.d && -ln -s ../init.d/ethnet K800ethnet && -ln -s ../init.d/sysklogd K900sysklogd && +ln -sf ../init.d/ethnet K800ethnet && +ln -sf ../init.d/sysklogd K900sysklogd && cd ../rc2.d && -ln -s ../init.d/sysklogd S100sysklogd && -ln -s ../init.d/ethnet K800ethnet && +ln -sf ../init.d/sysklogd S100sysklogd && +ln -sf ../init.d/ethnet K800ethnet && cd ../rc3.d && -ln -s ../init.d/sysklogd S100sysklogd && -ln -s ../init.d/ethnet S200ethnet && +ln -sf ../init.d/sysklogd S100sysklogd && +ln -sf ../init.d/ethnet S200ethnet && cd ../rc4.d && -ln -s ../init.d/sysklogd S100sysklogd && -ln -s ../init.d/ethnet S200ethnet && +ln -sf ../init.d/sysklogd S100sysklogd && +ln -sf ../init.d/ethnet S200ethnet && cd ../rc5.d && -ln -s ../init.d/sysklogd S100sysklogd && -ln -s ../init.d/ethnet S200ethnet +ln -sf ../init.d/sysklogd S100sysklogd && +ln -sf ../init.d/ethnet S200ethnet -- cgit v1.2.3-54-g00ecf