Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main > by-pkgid > 8f1b51a76aa38f524b26a9113bdd1cec > scriptlet

scsi-target-utils-1.0.14-2.el5.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add tgtd

POSTUN

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