From 8e35bb5950c85d30b9ee5113e2542488758c7c8c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Jul 2003 03:26:03 +0000 Subject: call chkconfig --del winbind on removal (bug #238) (This used to be commit 942c3ae6e0dc69c1ed4bbc6b765bec0c98582e7f) --- packaging/RedHat/samba.spec.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging') 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 -- cgit