rpms/xinetd/devel xinetd.init,1.12,1.13 xinetd.spec,1.52,1.53

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Wed Jan 30 08:19:19 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/xinetd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2565

Modified Files:
	xinetd.init xinetd.spec 
Log Message:
fixing init scripts
Resolves: #430816


Index: xinetd.init
===================================================================
RCS file: /cvs/pkgs/rpms/xinetd/devel/xinetd.init,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xinetd.init	28 Jan 2008 13:35:02 -0000	1.12
+++ xinetd.init	30 Jan 2008 08:18:42 -0000	1.13
@@ -134,13 +134,11 @@
 	restart
 	RETVAL=$?
 	;;
-    reload)
-    force-reload)
+    reload|force-reload)
 	reload
 	RETVAL=$?
 	;;
-    condrestart)
-    try-restart)
+    condrestart|try-restart)
 	condrestart
 	RETVAL=$?
 	;;


Index: xinetd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xinetd/devel/xinetd.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- xinetd.spec	28 Jan 2008 15:01:45 -0000	1.52
+++ xinetd.spec	30 Jan 2008 08:18:42 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: A secure replacement for inetd.
 Name: xinetd
 Version: 2.3.14
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: xinetd 
 Group: System Environment/Daemons
 Epoch: 2
@@ -104,6 +104,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Jan 30 2008 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-17
+- fixing init scripts (#430816)
+
 * Mon Jan 28 2008 Jan Safranek <jsafranek at redhat.com> - 2:2.3.14-16
 - xinetd.log man page is in the right section now (#428812)
 




More information about the fedora-extras-commits mailing list