rpms/conman/devel conman.init,1.3,1.4 conman.spec,1.12,1.13

Jarod Wilson jwilson at fedoraproject.org
Mon Oct 6 13:45:35 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/conman/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17105

Modified Files:
	conman.init conman.spec 
Log Message:
* Mon Oct 06 2008 Jarod Wilson <jarod at redhat.com> 0.2.2-2
- The console option in conman.conf is case-insensitive, so relax
  defined consoles check in initscript (Mark McLoughlin, #465777)



Index: conman.init
===================================================================
RCS file: /cvs/pkgs/rpms/conman/devel/conman.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- conman.init	26 Apr 2007 18:01:38 -0000	1.3
+++ conman.init	6 Oct 2008 13:45:05 -0000	1.4
@@ -36,7 +36,7 @@
 case "$1" in
   start)
 	echo -n "Starting ConMan: "
-	CONSOLES=`grep -c "^CONSOLE" $CONFIG`
+	CONSOLES=`grep -ci "^CONSOLE" $CONFIG`
 	RETVAL=$?
 	if [ "$RETVAL" -ge "1" ]; then
 		echo


Index: conman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conman/devel/conman.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- conman.spec	9 Sep 2008 14:50:02 -0000	1.12
+++ conman.spec	6 Oct 2008 13:45:05 -0000	1.13
@@ -1,6 +1,6 @@
 Name:               conman
 Version:            0.2.2
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            ConMan - The Console Manager
 
 Group:              Applications/System
@@ -98,6 +98,10 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Oct 06 2008 Jarod Wilson <jarod at redhat.com> 0.2.2-2
+- The console option in conman.conf is case-insensitive, so relax
+  defined consoles check in initscript (Mark McLoughlin, #465777)
+
 * Mon Sep 08 2008 Steven M. Parrish <smparrish at shallowcreek.net> 0.2.2-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list