Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (123eb577c3de82a610f0b92cad9ddc0a0f9dd3b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (123eb577c3de82a610f0b92cad9ddc0a0f9dd3b2)
  • Date: Sat, 6 Jan 2007 11:22:50 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-libs/libogg/DEPENDS | 3 ++-
audio-libs/libogg/HISTORY | 3 +++
utils/console-tools/HISTORY | 4 ++++
utils/console-tools/init.d/keymap.conf | 1 +
utils/console-tools/init.d/keymap.sh | 4 ++--
utils/kbd/HISTORY | 3 +++
utils/kbd/init.d/keymap.conf | 1 +
7 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 123eb577c3de82a610f0b92cad9ddc0a0f9dd3b2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libogg: added missing libtool dependency

commit 58e41aeb9f094d841a5ff9c9aa102caac3044984
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

console-tools: fix old #9250

commit d00c910117d96a52fa462da669fd5e345b6fd849
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

console-tools and kbd: clarified an init script setting

diff --git a/audio-libs/libogg/DEPENDS b/audio-libs/libogg/DEPENDS
index baf6bef..75a113a 100755
--- a/audio-libs/libogg/DEPENDS
+++ b/audio-libs/libogg/DEPENDS
@@ -1 +1,2 @@
-depends automake
+depends automake &&
+depends libtool
diff --git a/audio-libs/libogg/HISTORY b/audio-libs/libogg/HISTORY
index d1ba169..dd82012 100644
--- a/audio-libs/libogg/HISTORY
+++ b/audio-libs/libogg/HISTORY
@@ -1,3 +1,6 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added missing libtool
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/utils/console-tools/HISTORY b/utils/console-tools/HISTORY
index dd5ea40..41c1314 100755
--- a/utils/console-tools/HISTORY
+++ b/utils/console-tools/HISTORY
@@ -1,3 +1,7 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * keymap.conf: add example for TTY_NUMS
+ * keymap.sh: added -v to consolechars calls #9250
+
2006-12-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD: source is_depends_enabled and fix #13264
* INSTALL: don't install the 4 man templates
diff --git a/utils/console-tools/init.d/keymap.conf
b/utils/console-tools/init.d/keymap.conf
index 4b9877d..e8c1be1 100644
--- a/utils/console-tools/init.d/keymap.conf
+++ b/utils/console-tools/init.d/keymap.conf
@@ -14,6 +14,7 @@ CONSOLECHARS_ARGS=
# Consoles for which to apply font, charmap and unicode settings. If
# value "*" is given, settings will be enabled for all available
# console nodes.
+# Example: TTY_NUMS="1 2 3"
# Notice: This must be defined for CONSOLECHARS_ARGS and UNICODE_START
# to have effect.
TTY_NUMS=
diff --git a/utils/console-tools/init.d/keymap.sh
b/utils/console-tools/init.d/keymap.sh
index b45fe94..1b1babc 100755
--- a/utils/console-tools/init.d/keymap.sh
+++ b/utils/console-tools/init.d/keymap.sh
@@ -48,7 +48,7 @@ start()
for n in $TTY_NUMS; do
echo "Loading settings for $DEV_TTY$n..."
if [[ "$CONSOLECHARS_ARGS" ]]; then
- /usr/bin/consolechars $CONSOLECHARS_ARGS --tty=/dev/$DEV_TTY$n
+ /usr/bin/consolechars -v $CONSOLECHARS_ARGS --tty=/dev/$DEV_TTY$n
evaluate_retval
fi
[[ "$UNICODE_START" ]] && /bin/echo -ne "\033%G" > /dev/$DEV_TTY$n
@@ -80,7 +80,7 @@ stop()
echo "Unloading settings for $DEV_TTY$n..."
[[ "$UNICODE_START" ]] && /bin/echo -ne '\033%@' > /dev/$DEV_TTY$n
if [[ "$CONSOLECHARS_ARGS" ]]; then
- /usr/bin/consolechars -d --tty=/dev/$DEV_TTY$n
+ /usr/bin/consolechars -v -d --tty=/dev/$DEV_TTY$n
evaluate_retval
fi
done
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index a4836ce..eb8cec5 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,6 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * keymap.conf: add example for TTY_NUMS
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.

diff --git a/utils/kbd/init.d/keymap.conf b/utils/kbd/init.d/keymap.conf
index 2a2c5f4..bfd1be7 100644
--- a/utils/kbd/init.d/keymap.conf
+++ b/utils/kbd/init.d/keymap.conf
@@ -14,6 +14,7 @@ SETFONT_ARGS=
# Consoles for which to apply font, charmap and unicode settings. If
# value "*" is given, settings will be enabled for all available
# console nodes.
+# Example: TTY_NUMS="1 2 3"
# Notice: This must be defined for SETFONT_ARGS and UNICODE_START to
# have effect.
TTY_NUMS=



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (123eb577c3de82a610f0b92cad9ddc0a0f9dd3b2), Jaka Kranjc, 01/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page