Sophie

Sophie

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

cyrus-sasl-2.1.22-7.el5_8.1.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add saslauthd

POSTUN

/bin/sh
if [ $1 -ne 0 ] ; then
	/sbin/service saslauthd condrestart 2>&1 > /dev/null
fi