Sophie

Sophie

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

samba-common-3.0.33-3.40.el5_10.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add winbind
/sbin/ldconfig

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
	/etc/rc.d/init.d/winbind condrestart >/dev/null 2>&1
fi
/sbin/ldconfig