Skip to Content.
Sympa Menu

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

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 (445b9c7a1d9bf04dd8d987b8cf2d78e8a401a50a)
  • Date: Sat, 22 Mar 2025 04:56:35 +0000

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

smgl/cauldron/HISTORY | 2 +-
smgl/cauldron/INSTALL | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 445b9c7a1d9bf04dd8d987b8cf2d78e8a401a50a
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl/cauldron: also fix man page config path refs

The cauldron man page also references the config file(s) and their
paths, so this file also needs to have the default paths replaced with
the chosen install base path.

diff --git a/smgl/cauldron/HISTORY b/smgl/cauldron/HISTORY
index a24e61f..cb01a09 100644
--- a/smgl/cauldron/HISTORY
+++ b/smgl/cauldron/HISTORY
@@ -1,5 +1,5 @@
2025-03-22 Justin Boffemmyer <flux AT sourcemage.org>
- * INSTALL: replace etc/ config path in main config files
+ * INSTALL: replace etc/ config path in cauldron config files and man page

2025-02-09 Justin Boffemmyer <flux AT sourcemage.org>
* CONFIGURE: quote FUNCTIONS path, refactor
diff --git a/smgl/cauldron/INSTALL b/smgl/cauldron/INSTALL
index 86eb72c..60ce159 100755
--- a/smgl/cauldron/INSTALL
+++ b/smgl/cauldron/INSTALL
@@ -100,6 +100,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"
+ sedit "s,/etc/,$ETC_BASE/," "cauldron/doc/cauldron.8"
}

install_cauldron() {


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

Archive powered by MHonArc 2.6.24.

Top of Page