Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > cbb6cf5464c674c10892422beecc4b6f > scriptlet

cluster-snmp-0.12.1-11.el5.centos.x86_64.rpm

POSTIN

/bin/sh
/sbin/service snmpd condrestart >&/dev/null
exit 0

POSTUN

/bin/sh
# don't restart snmpd twice on upgrades
if [ "$1" == "0" ]; then
	/sbin/service snmpd condrestart >&/dev/null
fi
exit 0



### cluster-cim ###