This commit is contained in:
parent
fa4ee511ee
commit
8e83027dda
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user