summaryrefslogtreecommitdiffstats
path: root/package/busybox/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/files')
-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 e78d02332..cf0f725d3 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 e4f5f48e9..35b7f6294 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 c61fe73ad..580258402 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 ] || \