Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > eb8cafb458ee10057ec8c237abdb2865 > scriptlet

xinetd-2.3.14-32.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