Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 464d94123432aef68a9034414431267d > scriptlet

nagios-3.2.1-2.fc13.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
	/sbin/service nagios stop > /dev/null 2>&1 || :
	/sbin/chkconfig --del nagios || :
fi

POSTIN

/bin/sh
/sbin/chkconfig --add nagios || :
/sbin/service httpd condrestart > /dev/null 2>&1 || :

POSTUN

/bin/sh
/sbin/service httpd condrestart > /dev/null 2>&1 || :