rpms/conman/F-8 conman.init,1.3,1.4 conman.spec,1.10,1.11

Steven M. Parrish tuxbrewr at fedoraproject.org
Mon Oct 6 21:00:13 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/conman/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30332

Modified Files:
	conman.init conman.spec 
Log Message:
fix for bug #465777


Index: conman.init
===================================================================
RCS file: /cvs/pkgs/rpms/conman/F-8/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 20:59:42 -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/F-8/conman.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- conman.spec	9 Sep 2008 15:10:45 -0000	1.10
+++ conman.spec	6 Oct 2008 20:59:42 -0000	1.11
@@ -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