Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 8fd159abe4deeb8f4b7e8fa86e2287a7 > scriptlet

nagios-3.2.3-10.fc15.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 || :


# missing buildrequires
#%check
unset DISPLAY

#make test