From 8e83027dda86d4e63b9ba71ea1a2e9fd4b2ba210b4dfbec6c27499160522285b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 23:22:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=6 --- net-snmp.changes | 6 ++++++ net-snmp.spec | 18 ++++++++++++++---- rc.net-snmp | 4 ++-- rc.snmptrapd | 4 ++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/net-snmp.changes b/net-snmp.changes index c116dab..977e817 100644 --- a/net-snmp.changes +++ b/net-snmp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 22 16:19:33 CEST 2008 - mrueckert@suse.de + +- fix init scripts +- use %fillup_only as we dont launch the daemon per default + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/net-snmp.spec b/net-snmp.spec index 214bfee..1484e25 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -2,9 +2,16 @@ # spec file for package net-snmp (Version 5.4.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: net-snmp Version: 5.4.1 -Release: 64 +Release: 92 # License: BSD 3-Clause; X11/MIT Group: Productivity/Networking/Other @@ -279,7 +286,7 @@ if [ -e "$OCONF" ] ; then fi # we might be updating from ucdsnmp soon /sbin/chkconfig -c snmpd 2> /dev/null && FIRST_ARG=2 -%{fillup_and_insserv snmpd} +%{fillup_only} %postun %restart_on_update snmpd @@ -365,6 +372,9 @@ fi %{_bindir}/mib2c-update %changelog +* Fri Aug 22 2008 mrueckert@suse.de +- fix init scripts +- use %%fillup_only as we dont launch the daemon per default * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support diff --git a/rc.net-snmp b/rc.net-snmp index a7c232b..93b5f2b 100644 --- a/rc.net-snmp +++ b/rc.net-snmp @@ -7,8 +7,8 @@ # ### BEGIN INIT INFO # Provides: net-snmp snmp -# Required-Start: $remote_fs -# Required-Stop: +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog # Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Description: Net-SNMP snmpd diff --git a/rc.snmptrapd b/rc.snmptrapd index 97d68ee..5ac55d9 100644 --- a/rc.snmptrapd +++ b/rc.snmptrapd @@ -7,8 +7,8 @@ # ### BEGIN INIT INFO # Provides: snmpdtrapd -# Required-Start: $network -# Required-Stop: +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Description: start net-snmptrapd