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:
parent
67f3a26c26
commit
942c3ae6e0
@ -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…
Reference in New Issue
Block a user