Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 6c403efbe17ddf40b14e650e25c63f0e > scriptlet

srptools-0.0.4-10.el5.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/chkconfig --del srpd
fi

POSTIN

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