Do not enable lldpad by default (#701999)

This commit is contained in:
Petr Sabata 2011-10-06 16:05:01 +02:00
parent 25b767cd04
commit 28642b3aa4

View File

@ -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@redhat.com> - 0.9.43-5
- Do not enable lldpad by default (#701999)
* Fri Sep 23 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-4
- Enable hardened build