Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 553770c76375d84d4a77535989e6a254 > scriptlet

ntp-4.0.99k-3.1mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add ntpd

POSTUN

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