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
|
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)
|
# spec file for package net-snmp (Version 5.4.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,7 +20,7 @@
|
|||||||
|
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.4.1
|
Version: 5.4.1
|
||||||
Release: 64
|
Release: 92
|
||||||
#
|
#
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-Clause; X11/MIT
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
@ -279,7 +286,7 @@ if [ -e "$OCONF" ] ; then
|
|||||||
fi
|
fi
|
||||||
# we might be updating from ucdsnmp soon
|
# we might be updating from ucdsnmp soon
|
||||||
/sbin/chkconfig -c snmpd 2> /dev/null && FIRST_ARG=2
|
/sbin/chkconfig -c snmpd 2> /dev/null && FIRST_ARG=2
|
||||||
%{fillup_and_insserv snmpd}
|
%{fillup_only}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update snmpd
|
%restart_on_update snmpd
|
||||||
@ -365,6 +372,9 @@ fi
|
|||||||
%{_bindir}/mib2c-update
|
%{_bindir}/mib2c-update
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: net-snmp snmp
|
# Provides: net-snmp snmp
|
||||||
# Required-Start: $remote_fs
|
# Required-Start: $remote_fs $syslog
|
||||||
# Required-Stop:
|
# Required-Stop: $remote_fs $syslog
|
||||||
# Default-Start: 2 3 5
|
# Default-Start: 2 3 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Description: Net-SNMP snmpd
|
# Description: Net-SNMP snmpd
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: snmpdtrapd
|
# Provides: snmpdtrapd
|
||||||
# Required-Start: $network
|
# Required-Start: $network $remote_fs
|
||||||
# Required-Stop:
|
# Required-Stop: $network $remote_fs
|
||||||
# Default-Start: 2 3 5
|
# Default-Start: 2 3 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Description: start net-snmptrapd
|
# Description: start net-snmptrapd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user