Skip to Content.
Sympa Menu

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

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 (0c5bb2346e9f386b0d8126aba7c86a8702fcc738)
  • Date: Mon, 8 Jan 2007 12:52:47 -0600

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

smgl/init.d/CONFIGURE | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0c5bb2346e9f386b0d8126aba7c86a8702fcc738
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

init.d: fix #9772

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

Revert "init.d: fix #9772"

This reverts commit 7c48a4ed69eea59d021e327d566cecc677c534bd.

Conflicts:

smgl/init.d/HISTORY

diff --git a/smgl/init.d/CONFIGURE b/smgl/init.d/CONFIGURE
index 72c57e7..bd052c7 100755
--- a/smgl/init.d/CONFIGURE
+++ b/smgl/init.d/CONFIGURE
@@ -16,11 +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
+# 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 &&
+. /etc/sysconfig/devices &&
config_query_list DEVICES "Choose /dev management mode:" $DEVICES_LIST &&
if [[ "$DEVICES" != "devfs" ]]
then



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

Archive powered by MHonArc 2.6.24.

Top of Page