summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-26 20:53:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-26 20:53:22 (EDT)
commitc0807375ff3dd6242d9981e8add2d941bf52d379 (patch)
treeeadc5bfc487cd70466cdfbefc1f99ecd2e9b09c2 /build
parente4199494aeda5760d823e2e73ae7f6527b902096 (diff)
Add "syslog" service.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 177e6c0..d41f2e5 100755
--- a/build
+++ b/build
@@ -40,7 +40,8 @@ basefiles.buildstamp:
ln -s ../init.d/sysfs etc/rc.d/S01sysfs && \
ln -s ../init.d/mdev etc/rc.d/S02mdev && \
ln -s ../init.d/mountall etc/rc.d/S03mountall && \
- ln -s ../init.d/networking etc/rc.d/S04networking
+ ln -s ../init.d/networking etc/rc.d/S04networking && \
+ ln -s ../init.d/syslog etc/rc.d/S05syslog
oh-installfiles $(PKGS)
oh-installdocs basefiles
oh-gencontrol $(PKGS)