rpms/xinetd/F-12 xinetd-2.3.14-udp-reconfig.patch, NONE, 1.1 xinetd.spec, 1.70, 1.71

Jan Zeleny jzeleny at fedoraproject.org
Wed Jun 2 07:23:36 UTC 2010


Author: jzeleny

Update of /cvs/extras/rpms/xinetd/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11470

Modified Files:
	xinetd.spec 
Added Files:
	xinetd-2.3.14-udp-reconfig.patch 
Log Message:
fixed reconfiguration error when ending UDP services

xinetd-2.3.14-udp-reconfig.patch:
 reconfig.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xinetd-2.3.14-udp-reconfig.patch ---
--- xinetd-2.3.14/xinetd/reconfig.c.orig	2010-06-01 12:58:18.000000000 +0200
+++ xinetd-2.3.14/xinetd/reconfig.c	2010-06-01 12:58:23.000000000 +0200
@@ -138,8 +138,8 @@ void hard_reconfig( void )
           *      b. Terminate running servers and cancel retry attempts, in case
           *         of reconfiguration
           */
-         svc_deactivate( osp ) ;
          terminate_servers( osp ) ;
+         svc_deactivate( osp ) ;
          cancel_service_retries( osp ) ;
 
          /*


Index: xinetd.spec
===================================================================
RCS file: /cvs/extras/rpms/xinetd/F-12/xinetd.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- xinetd.spec	19 Mar 2010 07:56:38 -0000	1.70
+++ xinetd.spec	2 Jun 2010 07:23:36 -0000	1.71
@@ -1,7 +1,7 @@
 Summary: A secure replacement for inetd
 Name: xinetd
 Version: 2.3.14
-Release: 30%{?dist}
+Release: 31%{?dist}
 License: xinetd 
 Group: System Environment/Daemons
 Epoch: 2
@@ -24,6 +24,7 @@ Patch11: xinetd-2.3.14-poll.patch
 Patch12: xinetd-2.3.14-file-limit.patch
 Patch13: xinetd-2.3.14-tcpmux.patch
 Patch14: xinetd-2.3.14-clean-pfd.patch
+Patch15: xinetd-2.3.14-udp-reconfig.patch
 
 BuildRequires: autoconf, automake
 BuildRequires: libselinux-devel >= 1.30
@@ -66,6 +67,7 @@ located in the /etc/xinetd.d directory.
 %patch12 -p1 -b .file-limit
 %patch13 -p1 -b .tcpmux
 %patch14 -p1 -b .clean-pfd
+%patch15 -p1 -b .udp-reconfig
 
 aclocal
 autoconf
@@ -125,6 +127,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Tue Jun 01 2010 Jan Zeleny <jzeleny at redhat.com> - 2:2.3.14-31
+- fixed another flooding log with error messages
+
 * Thu Mar 18 2010 Jan Zeleny <jzeleny at redhat.com> - 2:2.3.14-30
 - fixed flooding log with error messages when disabled service at runtime
 



More information about the scm-commits mailing list