Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 743db796eefbb65765b5295d278668f6 > scriptlet

cluster-snmp-0.18.1-1.fc14.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 ###