Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 21187d10849ecfa6a63f0433fd55206b > scriptlet

xinetd-2.3.14-34.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    /sbin/chkconfig --add xinetd 
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
    /sbin/service xinetd condrestart >/dev/null 2>&1
fi