diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
commit | e6a04b383a9e5fe8279c58d0753e9d84f75e33ea (patch) | |
tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/init.d/S50services | |
parent | a5719244d66a8cbc92b428f8baf30d9f7fa44702 (diff) |
move to new init.d structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..949bee635 --- /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 |