From c2a0056d19af3fe56357b29139c6946b3f46d423 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Apr 2012 01:02:14 -0400 Subject: Add shutdown run control links. --- diff --git a/build b/build index 8b590aa..dd4d273 100755 --- a/build +++ b/build @@ -48,6 +48,11 @@ basefiles.buildstamp: ln -s ../init.d/syslog etc/rc.d/S06syslog && \ ln -s ../init.d/telnetd etc/rc.d/S07telnetd && \ ln -s ../init.d/httpd etc/rc.d/S08httpd + cd dest && \ + ln -s ../init.d/httpd etc/rc.d/K01httpd && \ + ln -s ../init.d/telnetd etc/rc.d/K02telnetd && \ + ln -s ../init.d/syslog etc/rc.d/K03syslog && \ + ln -s ../init.d/networking etc/rc.d/K04networking cd dest/etc/network && \ mkdir if-down.d if-post-down.d if-pre-up.d if-up.d oh-installfiles $(PKGS) -- cgit v0.9.1