diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-09 04:41:40 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-09 04:41:40 +0000 |
commit | da51fdd57703a4d2b407af77092159301c112c7b (patch) | |
tree | 08094893cba2338db4a5435d5fb96be0bc652007 | |
parent | 49b2aecf1a9a5e24200e1a6d0c81a0724e436af6 (diff) | |
download | initscripts-da51fdd57703a4d2b407af77092159301c112c7b.tar initscripts-da51fdd57703a4d2b407af77092159301c112c7b.tar.gz initscripts-da51fdd57703a4d2b407af77092159301c112c7b.tar.bz2 initscripts-da51fdd57703a4d2b407af77092159301c112c7b.tar.xz initscripts-da51fdd57703a4d2b407af77092159301c112c7b.zip |
add s99local link in runlevel 4 (#47769)
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ install: ln -s ../rc.local $(ROOT)/etc/rc.d/rc2.d/S99local ln -s ../rc.local $(ROOT)/etc/rc.d/rc3.d/S99local + ln -s ../rc.local $(ROOT)/etc/rc.d/rc4.d/S99local ln -s ../rc.local $(ROOT)/etc/rc.d/rc5.d/S99local # These are LSB compatibility symlinks. At some point in the future |