Update of /cvsroot/netadm/gwc/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14271/scripts
Modified Files:
install.sh
Log Message:
ADD: anyTCP, anyUDP, ICMP
Index: install.sh
===================================================================
RCS file: /cvsroot/netadm/gwc/scripts/install.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** install.sh 8 Mar 2006 15:29:57 -0000 1.14
--- install.sh 14 Mar 2006 17:17:10 -0000 1.15
***************
*** 178,181 ****
--- 178,184 ----
echo -e "[snmp]\t${SUPPORT_SNMP}" >> ${TMP_CONFIG}
echo -e "[snmp_community]\t${SNMP_COMMUNITY_NAME}" >> ${TMP_CONFIG}
+ echo -e "[fc_svc]\tanyTCP\ttcp\t0" >> ${TMP_CONFIG}
+ echo -e "[fc_svc]\tanyUDP\tudp\t0" >> ${TMP_CONFIG}
+ echo -e "[fc_svc]\tICMP\ticmp\t0" >> ${TMP_CONFIG}
return
|