mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
307 B

if [ "$prefix_auto" = 1 ] ; then
prefix="/opt/nagios"
set_confopt
fi
nagios_postm() {
echo "xsrctar is $xsrctar"
if [[ $xsrctar != *nagios-plugins* ]]; then
make $makeopt fullinstall
make $makeopt install-config
fi
}
hook_add inmake 3 "make $makeopt all"
hook_add postmake 3 "nagios_postm"