Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 4c42be16eaaba0f6cdd311afee05651e > scriptlet

iputils-20071127-10.fc13.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
	service rdisc stop >/dev/null 2>&1
	/sbin/chkconfig --del rdisc
fi

POSTIN

/bin/sh
/sbin/chkconfig --add rdisc

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
	service rdisc status 2>&1 > /dev/null
	if [ $? -eq 0 ]; then
		service rdisc restart >/dev/null 2>&1 || :
	fi
fi