Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 7aebc99d0594ec6f7747a613d2071fa2 > scriptlet

pound-0.8-1.i686.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -f /var/lock/subsys/pound ]; then
        /etc/rc.d/init.d/pound stop 1>&2
fi
/sbin/chkconfig --del pound

POSTIN

/bin/sh
/sbin/chkconfig --add pound
if [ -f /var/lock/subsys/pound ]; then
        /etc/rc.d/init.d/pound restart 1>&2
else
        echo "Run \"/etc/rc.d/init.d/pound start\" to start pound daemon."
fi