summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-30 01:02:14 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-30 01:02:14 (EDT)
commitc2a0056d19af3fe56357b29139c6946b3f46d423 (patch)
tree65c8357c5dc27381f10bdfbc8d4beff7b5c593aa /build
parent28520f0930fcb1279267a795c65d64ad76cfd011 (diff)
Add shutdown run control links.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
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)