Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (efafa3ee1aff7e4345f543cdbb65ebc56c3685d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (efafa3ee1aff7e4345f543cdbb65ebc56c3685d4)
  • Date: Wed, 29 Oct 2008 12:31:26 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

utils/nut/BUILD | 4 +++-
utils/nut/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit efafa3ee1aff7e4345f543cdbb65ebc56c3685d4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

nut: Install config files in their own subdirectory.

diff --git a/utils/nut/BUILD b/utils/nut/BUILD
index f7e0a58..dcff162 100755
--- a/utils/nut/BUILD
+++ b/utils/nut/BUILD
@@ -1,3 +1,5 @@
create_account ups &&
-OPTS="--with-user=ups --with-group=ups $OPTS" &&
+mkdir -pv $INSTALL_ROOT/etc/nut &&
+OPTS="--with-user=ups --with-group=ups \
+ --sysconfdir=$INSTALL_ROOT/etc/nut $OPTS" &&
default_build
diff --git a/utils/nut/HISTORY b/utils/nut/HISTORY
index 7d7ac18..e5c1bcb 100644
--- a/utils/nut/HISTORY
+++ b/utils/nut/HISTORY
@@ -1,3 +1,6 @@
+2008-10-29 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Set sysconfig direcotry to /etc/nut. Clutters /etc.
+
2008-10-26 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.2.2




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (efafa3ee1aff7e4345f543cdbb65ebc56c3685d4), George Sherwood, 10/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page