From da51fdd57703a4d2b407af77092159301c112c7b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 9 Jul 2001 04:41:40 +0000 Subject: add s99local link in runlevel 4 (#47769) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 365d175d..4771e7ee 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit