summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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)