Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > e232713a4576032dc7c90a5ab65d9459 > scriptlet

isns-utils-0.93-1.0.el5.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add isnsd

POSTUN

/bin/sh
if [ "$1" = "1" ] ; then
     /sbin/service isnsd condrestart > /dev/null 2>&1
fi