aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-05-10 10:38:53 +0000
committerMike Baker <mbm@openwrt.org>2007-05-10 10:38:53 +0000
commitd52fe054abfa451454ef87530806c2269a0389d4 (patch)
treeb44bd6416313506df775fe7159532070bdef006d /package/busybox
parent67481e68bec8d94fb23213c854e9971dff8b2bcd (diff)
downloadmaster-187ad058-d52fe054abfa451454ef87530806c2269a0389d4.tar.gz
master-187ad058-d52fe054abfa451454ef87530806c2269a0389d4.tar.bz2
master-187ad058-d52fe054abfa451454ef87530806c2269a0389d4.zip
START/STOP values must be specified in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rwxr-xr-xpackage/busybox/files/cron1
-rwxr-xr-xpackage/busybox/files/httpd1
-rwxr-xr-xpackage/busybox/files/telnet1
3 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/files/cron b/package/busybox/files/cron
index e78d02332c..cf0f725d3e 100755
--- a/package/busybox/files/cron
+++ b/package/busybox/files/cron
@@ -1,5 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
+START=50
start () {
mkdir -p /var/spool/cron
diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd
index e4f5f48e9c..35b7f62948 100755
--- a/package/busybox/files/httpd
+++ b/package/busybox/files/httpd
@@ -1,5 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
+START=50
start() {
include /lib/network
diff --git a/package/busybox/files/telnet b/package/busybox/files/telnet
index c61fe73ad5..5802584029 100755
--- a/package/busybox/files/telnet
+++ b/package/busybox/files/telnet
@@ -1,5 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
+START=50
start() {
if [ \! -f /etc/passwd ] || \