Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > c1fdaabfcb4aae99d3b10542abe5ce11 > scriptlet

nagios-www-2.0b3-1mdk.i586.rpm

POSTIN

/bin/sh
if [ -e /usr/sbin/ADVXctl ]; then /usr/sbin/ADVXctl update;fi
echo "NOTE: Don't forget to set the nagios password, issue the command:"
echo "htpasswd /etc/nagios/passwd nagios"

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    /sbin/service httpd condrestart >/dev/null 2>&1
fi