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 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 0.2.2-1 - New upstream release