public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jarod Wilson <jwilson@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/conman] epel10: - The console option in conman.conf is case-insensitive, so relax defined
Date: Wed, 12 Aug 2026 20:05:43 GMT	[thread overview]
Message-ID: <178656514306.1.12398435140581834905.rpms-conman-e79813519dd1@fedoraproject.org> (raw)

        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
 

                 reply	other threads:[~2026-08-12 20:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178656514306.1.12398435140581834905.rpms-conman-e79813519dd1@fedoraproject.org \
    --to=jwilson@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox