1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

call chkconfig --del winbind on removal (bug #238)

(This used to be commit 942c3ae6e0dc69c1ed4bbc6b765bec0c98582e7f)
This commit is contained in:
Gerald Carter 2003-07-25 03:26:03 +00:00
parent 02d74a925a
commit 8e35bb5950

View 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