rpms/conman/FC-4 conman.init,1.1,1.2 conman.spec,1.3,1.4

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jul 5 20:30:15 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/conman/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20386/FC-4

Modified Files:
	conman.init conman.spec 
Log Message:
Add missing condrestart to initscript


Index: conman.init
===================================================================
RCS file: /cvs/extras/rpms/conman/FC-4/conman.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- conman.init	21 Jun 2006 13:56:38 -0000	1.1
+++ conman.init	5 Jul 2006 20:30:15 -0000	1.2
@@ -65,6 +65,11 @@
 	$0 start
 	RETVAL=$?
 	;;
+  condrestart)
+	[ -f "/var/lock/subsys/conman" ] && $0 restart || :
+	RETVAL=$?
+	echo
+	;;
   reload)
 	echo -n "Reloading ConMan: "
 	killproc conmand -HUP


Index: conman.spec
===================================================================
RCS file: /cvs/extras/rpms/conman/FC-4/conman.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- conman.spec	27 Jun 2006 21:20:09 -0000	1.3
+++ conman.spec	5 Jul 2006 20:30:15 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		conman
 Version:	0.1.9.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	ConMan - The Console Manager
 
 Group:		Applications/System
@@ -98,6 +98,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Jul 05 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-3
+- Add missing condrestart fuction to initscript
+
 * Tue Jun 27 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-2
 - Don't strip bins on make install, leave for find-debug.sh
 




More information about the fedora-extras-commits mailing list