diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:47:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 16:47:59 +0200 |
commit | b988bc81d7d5881042242bd31478823b3f904b48 (patch) | |
tree | 2cdbdd3bd9bdf37968ceab0797cef45cd54b24e1 /package/base-files/files/etc/init.d/rcS | |
parent | c3fbeed8234d660b713b9dcdb3cdb80e1e7ff804 (diff) |
remove to extra to avoid installing package metafiles
Diffstat (limited to 'package/base-files/files/etc/init.d/rcS')
-rwxr-xr-x | package/base-files/files/etc/init.d/rcS | 10 |
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 '' & |