summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-25 03:26:03 +0000
committerGerald Carter <jerry@samba.org>2003-07-25 03:26:03 +0000
commit8e35bb5950c85d30b9ee5113e2542488758c7c8c (patch)
treece2887869a45ab6f050654a2ba1df1c837551d6c /packaging
parent02d74a925a8a32c982ff6b664e856f81645445ee (diff)
downloadsamba-8e35bb5950c85d30b9ee5113e2542488758c7c8c.tar.gz
samba-8e35bb5950c85d30b9ee5113e2542488758c7c8c.tar.bz2
samba-8e35bb5950c85d30b9ee5113e2542488758c7c8c.zip
call chkconfig --del winbind on removal (bug #238)
(This used to be commit 942c3ae6e0dc69c1ed4bbc6b765bec0c98582e7f)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba.spec.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl
index 43a9a503b3..eee77569c6 100644
--- a/packaging/RedHat/samba.spec.tmpl
+++ b/packaging/RedHat/samba.spec.tmpl
@@ -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