From bef40307bb2843b303b80d82b80a0b4b89f90878 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Thu, 10 May 2007 10:38:53 +0000 Subject: START/STOP values must be specified in the init script SVN-Revision: 7164 --- package/busybox/files/cron | 1 + package/busybox/files/httpd | 1 + package/busybox/files/telnet | 1 + 3 files changed, 3 insertions(+) (limited to 'package/busybox') 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 ] || \ -- cgit v1.2.3