[dnsmasq] - do not enable service by default

Douglas Schilling Landgraf dougsland at fedoraproject.org
Fri Oct 28 13:04:31 UTC 2011


commit 2845e252297437c084a1c8a6ac3108ee1d7497b6
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Fri Oct 28 11:04:23 2011 -0200

    - do not enable service by default

 dnsmasq.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/dnsmasq.spec b/dnsmasq.spec
index 6164886..60fcec2 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -11,7 +11,7 @@
 
 Name:           dnsmasq
 Version:        2.59
-Release:        1%{?extraversion}%{?dist}
+Release:        2%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -101,7 +101,6 @@ fi
 
 %triggerun -- dnsmasq < 2.52-3
 %{_bindir}/systemd-sysv-convert --save dnsmasq >/dev/null 2>&1 ||:
-/bin/systemctl enable dnsmasq.service >/dev/null 2>&1
 /sbin/chkconfig --del dnsmasq >/dev/null 2>&1 || :
 /bin/systemctl try-restart dnsmasq.service >/dev/null 2>&1 || :
 
@@ -118,6 +117,9 @@ fi
 
 
 %changelog
+* Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.59-2
+- do not enable service by default
+
 * Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.59-1
 - New version 2.59
 - Fix regression in 2.58 (IPv6 issue) - bz 744814


More information about the scm-commits mailing list