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:
parent
02d74a925a
commit
8e35bb5950
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user