diff options
author | John Crispin <john@openwrt.org> | 2014-07-26 20:36:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-26 20:36:15 +0000 |
commit | 3c9cfbeebd191844e60e4110cc6a5f8cbe452677 (patch) | |
tree | 6245762396217685361c74cb82f9991b9c3728df /package/base-files/files/etc/init.d | |
parent | b77e92e020c17b5530ec5c1b37cf66ae0cf717e6 (diff) | |
download | upstream-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.tar.gz upstream-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.tar.bz2 upstream-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.zip |
base-files: Remove stale calls to start() in initscripts.
based on http://patchwork.openwrt.org/patch/5969/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41840
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index d210fdcbaa..b1272f401c 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -51,8 +51,6 @@ boot() { # temporary hack until configd exists /sbin/reload_config - start - # create /dev/root if it doesn't exist [ -e /dev/root -o -h /dev/root ] || { rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline) |