Update of /cvsroot/netadm/gwc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28605
Modified Files:
CHANGES Makefile Makefile.tmpl
Log Message:
ADD1: sysklog.ko, gwcklogd.
MOD1: make deactivate gwcguid.
MOD2: scripts/gwc, scripts/install.sh according to ADD1 and MOD1.
FIX1: fix select maxfd from klogcmdtab[MAXSYSIDX] to klogcmdtab [MAXSYSIDX -1].
DEL1: remove debug code.
ADD2: CHANGES according to ADD1, MOD1
MOD3: change syslog.conf to be able to handling gwcklogd log to local1 (gwc.log).
OTHERS: comment and my email address.
Index: CHANGES
===================================================================
RCS file: /cvsroot/netadm/gwc/CHANGES,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CHANGES 30 Apr 2006 18:47:24 -0000 1.6
--- CHANGES 6 May 2006 17:33:33 -0000 1.7
***************
*** 1,4 ****
--- 1,10 ----
Changes in gwc-v0.1-pre3
------------------------
+ ADD: sysklog.ko, gwcklod, this is only for handling gwc kernel modules log.
+ ADD: gwcsh: command shell. this replace gwcguid GUI daemon.
+ MOD: deactivate gwcguid.
+
+ Changes in gwc-v0.1-pre3
+ ------------------------
ADD: gwcsh which is shell, this will replace with gwcguid daemon.
MOD: make disable gwcguid - there is no one to develop GUI
Index: Makefile.tmpl
===================================================================
RCS file: /cvsroot/netadm/gwc/Makefile.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.tmpl 30 Apr 2006 18:47:24 -0000 1.6
--- Makefile.tmpl 6 May 2006 17:33:33 -0000 1.7
***************
*** 1,8 ****
- #
# Title : Makefile.tmpl
# Author : Jeho-Park <lin...@gm...>
# Created date : 2006. 01. 31. (thu) 01:40:38 KST
# Description : config of Makefile
- #
#ident "@(#) $Header$"
--- 1,6 ----
***************
*** 29,32 ****
--- 27,32 ----
#SIGPW_CONTROL += -DCLIENT_PW_CONTROL
+ # For Debugging '-g'
+ #CFLAGS = -g -Wall $(USR_DEBUG_LEVEL) $(SIGPW_CONTROL)
CFLAGS = -O -Wall $(USR_DEBUG_LEVEL) $(SIGPW_CONTROL)
GTKLDFLAGS = `pkg-config --libs gtk+-2.0`
Index: Makefile
===================================================================
RCS file: /cvsroot/netadm/gwc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 30 Apr 2006 18:47:24 -0000 1.3
--- Makefile 6 May 2006 17:33:33 -0000 1.4
***************
*** 12,17 ****
gwcsh \
gwcadmd \
! gwcguid \
! sample \
pf
--- 12,16 ----
gwcsh \
gwcadmd \
! gwcklogd \
pf
|