[Ultrapossum-cvs 290] plugin/snmp 1.9,1.10,update-snmp

Back to archive index

Masato Taruishi taru****@sourc*****
2004年 7月 3日 (土) 15:19:14 JST


===================================================================
RCS file: plugin/snmp/update-snmp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin/snmp/update-snmp	2004/06/24 17:53:38	1.9
+++ plugin/snmp/update-snmp	2004/07/03 06:19:14	1.10
@@ -68,19 +68,11 @@
                 configure
   		ultrapossum-config set .status ULTRAPOSSUM_MODULE_SNMP=installed
 		/bin/rm -f $CONFSTATUS
-		eval "`ultrapossum-config term`"
-		if test -f "/etc/init.d/snmpd"; then
-			/etc/init.d/snmpd restart 1>&2
-		fi
         ;;
         xremove)
                 remove
   		ultrapossum-config remove .status ULTRAPOSSUM_MODULE_SNMP
 		/bin/rm -f $CONFSTATUS
-		eval "`ultrapossum-config term`"
-		if test -f "/etc/init.d/snmpd"; then
-			/etc/init.d/snmpd restart 1>&2
-		fi
         ;;
         xsanity)
                 sanity



Ultrapossum-cvs メーリングリストの案内
Back to archive index