Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > bb4659b27ab15d8a3dda9183251444d4 > 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