Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 2b389f52aa3c5525efbe3109fba55a4a > scriptlet

nagios-3.2.2-1.fc14.1.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