1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent 67f3a26c26
commit 942c3ae6e0

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