diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-05-07 22:41:36 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-05-07 22:41:36 +0000 |
| commit | c055b4eb2d14cdc74600041d30334fbf0d5de2a9 (patch) | |
| tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/init.d/S50services | |
| parent | 5517f1169f618f5e85f764d81c90472dd528a55b (diff) | |
| download | mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.zip mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.tar.gz mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.tar.bz2 | |
move to new init.d structure
SVN-Revision: 18
Diffstat (limited to 'root/etc/init.d/S50services')
| -rwxr-xr-x | root/etc/init.d/S50services | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/root/etc/init.d/S50services b/root/etc/init.d/S50services new file mode 100755 index 0000000..949bee6 --- /dev/null +++ b/root/etc/init.d/S50services @@ -0,0 +1,5 @@ +#!/bin/sh +/usr/sbin/telnetd -l /bin/login +/usr/sbin/httpd -p 80 -h /www -r WRT54G Router +/usr/sbin/udhcpd /etc/udhcpd.conf +#udhcpd started from /etc/inittab |
