Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > ea64ac018111eae84666eab07e934c0c > scriptlet

xinetd-2.3.9-1.i686.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -f /var/lock/subsys/rc-inetd ]; then
        /etc/rc.d/init.d/rc-inetd stop
fi

POSTIN

/bin/sh
if [ -f /var/lock/subsys/rc-inetd ]; then
        /etc/rc.d/init.d/rc-inetd restart 1>&2
else
        echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start xinetd" 1>&2
fi