Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 3c2d0da56e18d37168cf741977b94e05 > scriptlet

xinetd-2.3.14-2.amd64.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