[Netadm-devel] gwc/scripts install.sh,1.13,1.14
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-03-08 15:30:02
|
Update of /cvsroot/netadm/gwc/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12429/scripts Modified Files: install.sh Log Message: MOD: FIX: inet_ntoa can't print u32 data in in_addr.s_addr so replaced it with NIPQUAD() DEL: remove redundant two list in _add_fc_ipol. DEL: auto_test() in confproc.h confproc.c message.h sysipc.h script/install.sh Index: install.sh =================================================================== RCS file: /cvsroot/netadm/gwc/scripts/install.sh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** install.sh 28 Feb 2006 23:41:50 -0000 1.13 --- install.sh 8 Mar 2006 15:29:57 -0000 1.14 *************** *** 178,182 **** echo -e "[snmp]\t${SUPPORT_SNMP}" >> ${TMP_CONFIG} echo -e "[snmp_community]\t${SNMP_COMMUNITY_NAME}" >> ${TMP_CONFIG} - echo -e "[auto_test]\t1\t1\t1\t1\t1\t1">> ${TMP_CONFIG} return --- 178,181 ---- |