mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:37:42 +02:00
stop syslogd before rebooting, otherwise umount might not work properly when logging to a file (thx, puchu)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19428 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
520eba9de8
commit
29cfba65a4
@ -2,6 +2,7 @@
|
|||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
|
|
||||||
START=10
|
START=10
|
||||||
|
STOP=98
|
||||||
|
|
||||||
system_config() {
|
system_config() {
|
||||||
local cfg="$1"
|
local cfg="$1"
|
||||||
@ -80,3 +81,8 @@ start() {
|
|||||||
|
|
||||||
load_modules /etc/modules.d/*
|
load_modules /etc/modules.d/*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop() {
|
||||||
|
killall -9 syslogd 2> /dev/null
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user