public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/conman] epel10: - The console option in conman.conf is case-insensitive, so relax defined
@ 2026-08-12 20:05 Jarod Wilson
  0 siblings, 0 replies; only message in thread
From: Jarod Wilson @ 2026-08-12 20:05 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

        Repo   : rpms/conman
        Branch : epel10
        Commit : e79813519dd1a361b6859b0bd391b665260c660a
        Author : Jarod Wilson <jwilson@fedoraproject.org>
        Date   : 2008-10-06T13:45:05+00:00
        Stats  : +6/-2 in 2 file(s)
        URL    : https://src.fedoraproject.org/rpms/conman/c/e79813519dd1a361b6859b0bd391b665260c660a?branch=epel10

        Log:
        - The console option in conman.conf is case-insensitive, so relax defined
consoles check in initscript (Mark McLoughlin, #465777)

---
diff --git a/conman.init b/conman.init
index eb6ea6b..d2db772 100644
--- a/conman.init
+++ b/conman.init
@@ -36,7 +36,7 @@ INITLOG_ARGS=""
 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

diff --git a/conman.spec b/conman.spec
index c7a48b9..c99741b 100644
--- a/conman.spec
+++ b/conman.spec
@@ -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 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Mon Oct 06 2008 Jarod Wilson <jarod@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@shallowcreek.net> 0.2.2-1
 - New upstream release
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:05 [rpms/conman] epel10: - The console option in conman.conf is case-insensitive, so relax defined Jarod Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox