Sophie

Sophie

distrib > Momonga > 6 > i686 > by-pkgid > 2c4cc3bb93d4c79d957cf93ea2eddeb4 > scriptlet

cluster-snmp-0.16.1-1m.mo6.i686.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 ###