Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > 8091f2d8e4c07b730bfcc25239d3a41d > scriptlet

ippl-1.99.5-9.i686.rpm

PREUN

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

POSTIN

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