summaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/init.d/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/etc/init.d/rcS')
-rwxr-xr-xpackage/base-files/files/etc/init.d/rcS10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/base-files/files/etc/init.d/rcS b/package/base-files/files/etc/init.d/rcS
deleted file mode 100755
index fd56feebf..000000000
--- a/package/base-files/files/etc/init.d/rcS
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-{
- grep '^#INIT ' /etc/init.d/* | \
- sort -nk2 | \
- while read line; do
- /bin/sh ${line%%:*} autostart 2>&1
- done
- test -e /etc/init.d/boot.local && (/bin/sh /etc/init.d/boot.local) 2>&1
-} | logger -s -p 6 -t '' &