diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-30 00:57:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-30 00:57:50 (EDT) |
commit | 28520f0930fcb1279267a795c65d64ad76cfd011 (patch) | |
tree | b41c875096cf1761f2e78b9d838af28f886206d8 /build | |
parent | a5155b6b24d3c0c12dc081e5c2723cd17912bd92 (diff) |
Add an "httpd" service.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ basefiles.buildstamp: ln -s ../init.d/hostname etc/rc.d/S04hostname && \ ln -s ../init.d/networking etc/rc.d/S05networking && \ ln -s ../init.d/syslog etc/rc.d/S06syslog && \ - ln -s ../init.d/telnetd etc/rc.d/S07telnetd + ln -s ../init.d/telnetd etc/rc.d/S07telnetd && \ + ln -s ../init.d/httpd etc/rc.d/S08httpd cd dest/etc/network && \ mkdir if-down.d if-post-down.d if-pre-up.d if-up.d oh-installfiles $(PKGS) |