Просмотр исходного кода

base-files: Remove stale calls to start() in initscripts.

based on http://patchwork.openwrt.org/patch/5969/

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 41840
John Crispin 11 лет назад
Родитель
Сommit
3c9cfbeebd
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      package/base-files/files/etc/init.d/boot

+ 0 - 2
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)