Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > 2acb12a729d31e8143356e3f524f0bfa > scriptlet

certmonger-0.50-3.el5.i386.rpm

PREUN

/bin/sh
if test $1 -eq 0 ; then
	/sbin/service certmonger stop 2>&1 > /dev/null
	/sbin/chkconfig --del certmonger
fi
exit 0

POSTIN

/bin/sh
if test $1 -eq 1 ; then
	killall -HUP dbus-daemon 2>&1 > /dev/null
fi
/sbin/chkconfig --add certmonger

POSTUN

/bin/sh
if test $1 -gt 0 ; then
	/sbin/service certmonger condrestart 2>&1 > /dev/null
fi
exit 0