call chkconfig --del winbind on removal (bug #238)
authorGerald Carter <jerry@samba.org>
Fri, 25 Jul 2003 03:26:03 +0000 (03:26 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 25 Jul 2003 03:26:03 +0000 (03:26 +0000)
(This used to be commit 942c3ae6e0dc69c1ed4bbc6b765bec0c98582e7f)

packaging/RedHat/samba.spec.tmpl

index 43a9a503b37de8a5a9489d4cf4c441e37cf67cc7..eee77569c6685926ba6c74f47875efa432e9091c 100644 (file)
@@ -279,6 +279,7 @@ fi
 %preun
 if [ $1 = 0 ] ; then
        /sbin/chkconfig --del smb
+       /sbin/chkconfig --del winbind
 
        # We want to remove the browse.dat and wins.dat files so they can not interfer with a new version of samba!
        if [ -e /var/cache/samba/browse.dat ]; then