diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-30 18:17:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-30 18:17:48 +0000 |
commit | d46a32fa607aaf688327f69830b4ebf02df07223 (patch) | |
tree | a817bf7dd41449dfd4e706998920199d801f657a /package | |
parent | 51d6591729fd2efa57f444ca0d39e70d9340a433 (diff) | |
download | master-31e0f0ae-d46a32fa607aaf688327f69830b4ebf02df07223.tar.gz master-31e0f0ae-d46a32fa607aaf688327f69830b4ebf02df07223.tar.bz2 master-31e0f0ae-d46a32fa607aaf688327f69830b4ebf02df07223.zip |
when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu)
SVN-Revision: 19427
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network index e77db02517..74478c7317 100755 --- a/package/base-files/files/etc/init.d/network +++ b/package/base-files/files/etc/init.d/network @@ -2,7 +2,7 @@ # Copyright (C) 2006 OpenWrt.org START=40 -STOP=40 +STOP=90 boot() { setup_switch() { return 0; } |