Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Andrew Stitt (ee6ba6d4e2c4d2e936cccac440c75483a36cadb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Andrew Stitt (ee6ba6d4e2c4d2e936cccac440c75483a36cadb8)
  • Date: Sat, 25 Nov 2006 11:34:27 -0600

GIT changes to master sorcery by Andrew Stitt <astitt AT sourcemage.org>:

ChangeLog | 3 +++
var/lib/sorcery/modules/libinitd | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ee6ba6d4e2c4d2e936cccac440c75483a36cadb8
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

fix bug 12958, improper use of install_root

diff --git a/ChangeLog b/ChangeLog
index 7a7abda..bb7f333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2006-11-25 Andrew Stitt <astitt AT sourcemage.org>
+ * libinitd: fix bug 12958, improper use of INSTALL_ROOT.
+
+2006-11-25 Andrew Stitt <astitt AT sourcemage.org>
* libsummon: fix bug with file verification by using file -bi
to get cleaner mime-like file-type descriptions. Bug 13254,
patch from Jaka Kranjc.
diff --git a/var/lib/sorcery/modules/libinitd
b/var/lib/sorcery/modules/libinitd
index 6671991..e3fdbce 100755
--- a/var/lib/sorcery/modules/libinitd
+++ b/var/lib/sorcery/modules/libinitd
@@ -216,7 +216,7 @@ function init_install()
. ${INSTALL_ROOT}/etc/sysconfig/init

# /etc/sysconfig/init might not exist yet so we define this in case
- RUNLEVELS_DIR="${RUNLEVELS_DIR:-$INSTALL_ROOT/etc/init.d/runlevels}"
+ RUNLEVELS_DIR=${INSTALL_ROOT}${RUNLEVELS_DIR:-/etc/init.d/runlevels}

local runlevel_dir="$RUNLEVELS_DIR/%$script_runlevel"




  • [SM-Commit] GIT changes to master sorcery by Andrew Stitt (ee6ba6d4e2c4d2e936cccac440c75483a36cadb8), Andrew Stitt, 11/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page