Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > 74fcd5a3200ca1e5ee8587a79eef7109 > scriptlet

zebra-ripd-0.93a-2.i686.rpm

PREUN

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

POSTIN

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