Skip to Content.
Sympa Menu

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

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 (d42361bf7e0b5f01182185ab97538917b6645f59)
  • Date: Mon, 8 Jan 2007 12:39:11 -0600

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

smgl/init.d/CONFIGURE | 7 ++++++-
smgl/init.d/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 3cc743a68505172053a61cdc6e5e5c046e1d1289
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

init.d: added missing &&

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

init.d: fix #9772

diff --git a/smgl/init.d/CONFIGURE b/smgl/init.d/CONFIGURE
index 8e0facd..72c57e7 100755
--- a/smgl/init.d/CONFIGURE
+++ b/smgl/init.d/CONFIGURE
@@ -1,4 +1,4 @@
-. $GRIMOIRE/FUNCTIONS
+. $GRIMOIRE/FUNCTIONS &&

local DEVICES_LIST &&

@@ -16,6 +16,11 @@ if grep -q devfs /proc/filesystems &&
message "\n${MESSAGE_COLOR}NOTICE: Switching from devfs to udev or static
currently needs manual editing of /etc/fstab.${DEFAULT_COLOR}\n"
fi &&

+# default to the previously selected option #9772 - only a problem on the
very
+# second cast. persistant_add-ing the variable will make it be the default
in
+# the next query, even though it may seem redundant
+. /etc/sysconfig/devices &&
+persistent_add DEVICES &&
config_query_list DEVICES "Choose /dev management mode:" $DEVICES_LIST &&
if [[ "$DEVICES" != "devfs" ]]
then
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index d70f9b0..9bde5b8 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2007-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: fix #9772, restore the DEVICE settings for the second
cast
+ added missing &&
+
2006-12-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* init.d/mountall.sh: added no9p to not mount 9p resource sharers
* DETAILS: patchlevel++



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

Archive powered by MHonArc 2.6.24.

Top of Page