Skip to Content.
Sympa Menu

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

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 (51d5be2a3310df909dcb88cdb47404c840ce3237)
  • Date: Wed, 10 Jan 2007 08:27:19 -0600

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

smgl/init.d/CONFIGURE | 4 ++--
smgl/init.d/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 558005852b0ee1aacbe20cbcd5e8c2eaf0bf771e
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

init.d: made the last change iso generation friendly

diff --git a/smgl/init.d/CONFIGURE b/smgl/init.d/CONFIGURE
index eba18bb..7582f95 100755
--- a/smgl/init.d/CONFIGURE
+++ b/smgl/init.d/CONFIGURE
@@ -18,8 +18,8 @@ fi &&

# default to the previously selected option #9772 - only a problem on the
very
# second cast. Adding it to the start of the list makes it the default in
-# the next query.
-. /etc/sysconfig/devices &&
+# the next query. No &&, so it can be cast even when the file is MIA (iso).
+. /etc/sysconfig/devices
config_query_list DEVICES "Choose /dev management mode:" $DEVICES
${DEVICES_LIST/$DEVICES/}
if [[ "$DEVICES" != "devfs" ]]
then
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 9bde5b8..9e62c07 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,6 @@
+2007-01-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: removed the && after sourcing devices
+
2007-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFIGURE: fix #9772, restore the DEVICE settings for the second
cast
added missing &&



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (51d5be2a3310df909dcb88cdb47404c840ce3237), Jaka Kranjc, 01/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page