Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3bf504450958f091208e071870d5747fc47c5848)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3bf504450958f091208e071870d5747fc47c5848)
  • Date: Thu, 16 Aug 2007 10:08:32 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/mpg123/CONFIGURE | 2 +-
shell-term-fm/bash/CONFIGURE | 1 +
shell-term-fm/bash/HISTORY | 5 +++++
shell-term-fm/bash/PRE_BUILD | 7 +++++--
4 files changed, 12 insertions(+), 3 deletions(-)

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

diff --git a/shell-term-fm/bash/PRE_BUILD b/shell-term-fm/bash/PRE_BUILD
index 295bcd1..25fd41a 100755
--- a/shell-term-fm/bash/PRE_BUILD
+++ b/shell-term-fm/bash/PRE_BUILD
@@ -17,5 +17,8 @@ patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-013 &&
patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-014 &&
patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-015 &&
patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-016 &&
-patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-017
-
+patch -p0 < $SCRIPT_DIRECTORY/patches/bash32-017 &&
+if [[ "$BASH_NI_LOGIN" == y ]]; then
+ message "${MESSAGE_COLOR}Defining
NON_INTERACTIVE_LOGIN_SHELLS.$DEFAULT_COLOR" &&
+ sed -i 's/\/\* \(#define NON_INTERACTIVE_LOGIN_SHELLS\) \*\//\1/'
config-top.h
+fi




Archive powered by MHonArc 2.6.24.

Top of Page