Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 68afa131a0036f61cd497076b3d5445a > 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