[Netadm-devel] gwc/scripts gwc,1.9,1.10
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-05-08 17:57:15
|
Update of /cvsroot/netadm/gwc/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10695/scripts Modified Files: gwc Log Message: MOD: modify time field of gwc sysklog kernel logger. Index: gwc =================================================================== RCS file: /cvsroot/netadm/gwc/scripts/gwc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gwc 6 May 2006 23:43:23 -0000 1.9 --- gwc 8 May 2006 07:06:00 -0000 1.10 *************** *** 227,234 **** 'start') check_dev - reflesh_syslogd insmod ${MODDIR}/sysklog.ko debug=${DEBUG} insmod ${MODDIR}/sysktimer.ko debug=${DEBUG} insmod ${MODDIR}/pf.ko debug=${DEBUG} reload ip_tables reload iptable_filter --- 227,237 ---- 'start') check_dev insmod ${MODDIR}/sysklog.ko debug=${DEBUG} + start gwcklogd + reflesh_syslogd insmod ${MODDIR}/sysktimer.ko debug=${DEBUG} insmod ${MODDIR}/pf.ko debug=${DEBUG} + init_ipc + start gwcadmd reload ip_tables reload iptable_filter *************** *** 242,254 **** reload sch_prio reload sch_sfq - init_ipc - start gwcadmd - start gwcklogd printf "\n" ;; 'stop') - exit_ipc - stop gwcadmd - stop gwcklogd rmmod pf rmmod sysktimer --- 245,251 ---- *************** *** 264,267 **** --- 261,267 ---- rmmod sch_prio rmmod sch_sfq + exit_ipc + stop gwcadmd + stop gwcklogd rmmod sysklog printf "\n" |