[lldpad] Do not enable lldpad by default (#701999)

Petr Sabata psabata at fedoraproject.org
Thu Oct 6 14:07:06 UTC 2011


commit 28642b3aa432b9db4611da9c021de5fb108ad0b2
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Oct 6 16:05:01 2011 +0200

    Do not enable lldpad by default (#701999)

 lldpad.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/lldpad.spec b/lldpad.spec
index 6a5a07a..1e034e5 100644
--- a/lldpad.spec
+++ b/lldpad.spec
@@ -3,7 +3,7 @@
 
 Name:               lldpad
 Version:            0.9.43
-Release:            4%{?dist}
+Release:            5%{?dist}
 Summary:            Intel LLDP Agent
 Group:              System Environment/Daemons
 License:            GPLv2
@@ -123,7 +123,6 @@ rm -rf %{buildroot}/etc/init.d
 %post
 if [ $1 -eq 1 ]; then
     systemctl daemon-reload >/dev/null 2>&1 || :
-    systemctl enable %{name}.service >/dev/null 2>&1 || :
 fi
 
 %preun
@@ -166,6 +165,9 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Oct 06 2011 Petr Sabata <contyk at redhat.com> - 0.9.43-5
+- Do not enable lldpad by default (#701999)
+
 * Fri Sep 23 2011 Petr Sabata <contyk at redhat.com> - 0.9.43-4
 - Enable hardened build
 


More information about the scm-commits mailing list