Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (2996636d45704a8a775cfa21b722dbe2ad09c08a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (2996636d45704a8a775cfa21b722dbe2ad09c08a)
  • Date: Sat, 22 Mar 2025 04:37:48 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

smgl/cauldron/HISTORY | 3 +++
smgl/cauldron/INSTALL | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 2996636d45704a8a775cfa21b722dbe2ad09c08a
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl/cauldron: replace install config paths

Fix the install so that the default config path settings are correct by
replacing instances of /etc/ in the main cauldron path config file with
the configured (via query in CONFIGURE) config file path.

diff --git a/smgl/cauldron/HISTORY b/smgl/cauldron/HISTORY
index 8606e76..a24e61f 100644
--- a/smgl/cauldron/HISTORY
+++ b/smgl/cauldron/HISTORY
@@ -1,3 +1,6 @@
+2025-03-22 Justin Boffemmyer <flux AT sourcemage.org>
+ * INSTALL: replace etc/ config path in main config files
+
2025-02-09 Justin Boffemmyer <flux AT sourcemage.org>
* CONFIGURE: quote FUNCTIONS path, refactor
* INSTALL: correct handling of dirs, refactor, install executable scripts
diff --git a/smgl/cauldron/INSTALL b/smgl/cauldron/INSTALL
index 1b36a30..86eb72c 100755
--- a/smgl/cauldron/INSTALL
+++ b/smgl/cauldron/INSTALL
@@ -99,6 +99,7 @@ prepare_cauldron() {

# update executable script default config paths to ETC_BASE
sedit "s,/etc/,$ETC_BASE/," "cauldron/bin/cauldron"
+ sedit "s,/etc/,$ETC_BASE/," "cauldron/config/paths.conf"
}

install_cauldron() {


  • [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (2996636d45704a8a775cfa21b722dbe2ad09c08a), Justin Boffemmyer, 03/22/2025

Archive powered by MHonArc 2.6.24.

Top of Page