Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 82ba669822a5ffac5a512a772258277c > scriptlet

xinetd-2.3.14-20.el5_10.x86_64.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