mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
Stop sysklogd for core35 update.
Fix console-loglevel after klogd restart.
This commit is contained in:
@@ -15,3 +15,4 @@ srv/web/ipfire/cgi-bin/outgoingfw.cgi
|
||||
var/ipfire/outgoing/bin/outgoingfw.pl
|
||||
usr/bin/squidGuard
|
||||
usr/sbin/klogd
|
||||
etc/rc.d/init.d/sysklogd
|
||||
|
||||
@@ -25,13 +25,13 @@
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
#
|
||||
#Stop services
|
||||
|
||||
/etc/init.d/sysklogd stop
|
||||
#
|
||||
#Extract files
|
||||
extract_files
|
||||
#
|
||||
#Start services
|
||||
|
||||
/etc/init.d/sysklogd start
|
||||
#
|
||||
#Update Language cache
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
@@ -345,7 +345,7 @@
|
||||
* v4l-dvb-9defbd461e5f-kmod-2.6.27.42-ipfire
|
||||
* v4l-dvb-9defbd461e5f-kmod-2.6.27.42-ipfire-xen
|
||||
* vdr-1.6.0
|
||||
* vdradmin-am-3.6.4
|
||||
* vdradmin-am-3.6.5
|
||||
* vim-7.0
|
||||
* vlan.1.9
|
||||
* vlc-0.8.6i
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
case "${1}" in
|
||||
start)
|
||||
boot_mesg "Starting kernel log daemon..."
|
||||
loadproc klogd
|
||||
loadproc klogd -c 1
|
||||
|
||||
boot_mesg "Starting system log daemon..."
|
||||
loadproc syslogd -m 0
|
||||
|
||||
0
src/initscripts/init.d/watchdog
Executable file → Normal file
0
src/initscripts/init.d/watchdog
Executable file → Normal file
Reference in New Issue
Block a user