New commits:
commit 3bf504450958f091208e071870d5747fc47c5848
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
bash: the CONFIGURE file for the non-interactive shell option...
commit 20e534d768c904b0a1cb8d9db9854a726871dfd8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
mpg123: fix message color reset to default in CONFIGURE
commit c0204d2a781acdc00a8d22c1b0f395f17c2b1dd8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
bash: add option for NON_INTERACTIVE_LOGIN_SHELLS
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 22fcf73..6a66278 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,4 +1,4 @@
-message "${MESSAGE_COLOR}Optimization is chosen automatically now, though
you can force your will via custom spell options.$MESSAGE_COLOR" &&
+message "${MESSAGE_COLOR}Optimization is chosen automatically now, though
you can force your will via custom spell options.$DEFAULT_COLOR" &&
config_query_list MPG123_AUDIO "choose audio output (will possibly add
dependencies)" \
oss \
alsa \
diff --git a/shell-term-fm/bash/CONFIGURE b/shell-term-fm/bash/CONFIGURE
new file mode 100755
index 0000000..37d975a
--- /dev/null
+++ b/shell-term-fm/bash/CONFIGURE
@@ -0,0 +1 @@
+config_query BASH_NI_LOGIN "Make non-interactive login shells (started
without --login option) parse config files?" n
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 009cec5..9b2ad06 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,8 @@
+2007-08-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, PRE_BUILD: added option to enable
NON_INTERACTIVE_LOGIN_SHELLS,
+ which makes all login shells read the config files (also those
started by
+ qingy with -c $session_script).
+
2007-07-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: fixed SOURCE3_URL