rpms/net-snmp/devel net-snmp.spec, 1.187, 1.188 net-snmpd.init, 1.7, 1.8 net-snmptrapd.init, 1.4, 1.5

Jan Šafránek jsafrane at fedoraproject.org
Mon Sep 14 09:53:26 UTC 2009


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20599

Modified Files:
	net-snmp.spec net-snmpd.init net-snmptrapd.init 
Log Message:
implement force-reload command in initscripts
Resolves: #523126


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -p -r1.187 -r1.188
--- net-snmp.spec	21 Aug 2009 14:40:21 -0000	1.187
+++ net-snmp.spec	14 Sep 2009 09:53:25 -0000	1.188
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 16%{?dist}
+Release: 17%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -429,6 +429,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs
 
 %changelog
+* Mon Sep 14 2009 Jan Safranek <orion at cora.nwra.com> 1:5.4.2.1-17
+- implement force-reload command in initscripts (#523126)
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1:5.4.2.1-16
 - rebuilt with new openssl
 


Index: net-snmpd.init
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmpd.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- net-snmpd.init	9 Jul 2009 12:19:27 -0000	1.7
+++ net-snmpd.init	14 Sep 2009 09:53:25 -0000	1.8
@@ -95,7 +95,7 @@ case "$1" in
 	restart
 	RETVAL=$?
         ;;
-  reload)
+  reload|force-reload)
 	reload
 	RETVAL=$?
         ;;
@@ -108,7 +108,7 @@ case "$1" in
 	RETVAL=$?
         ;;
   *)
-	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
+	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|force-reload}"
 	RETVAL=2
 esac
 


Index: net-snmptrapd.init
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmptrapd.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- net-snmptrapd.init	28 Jan 2008 12:49:25 -0000	1.4
+++ net-snmptrapd.init	14 Sep 2009 09:53:25 -0000	1.5
@@ -84,7 +84,7 @@ case "$1" in
 	restart
 	RETVAL=$?
         ;;
-  reload)
+  reload|force-reload)
 	reload
 	RETVAL=$?
         ;;
@@ -97,7 +97,7 @@ case "$1" in
 	RETVAL=$?
         ;;
   *)
-	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
+	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|force-reload}"
 	RETVAL=2
 esac
 




More information about the scm-commits mailing list