[Lunar-commits] <moonbase> nut: Adjusting the BUILD to give it its own /etc directory.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 13 19:23:46 CET 2010


commit 26cde0c869aaab6a7ee49d06a2654c068eae001e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 13 13:23:46 2010 -0500

    nut: Adjusting the BUILD to give it its own /etc directory.
---
 utils/nut/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/nut/BUILD b/utils/nut/BUILD
index 4a61d65..5a2b7e1 100644
--- a/utils/nut/BUILD
+++ b/utils/nut/BUILD
@@ -1,7 +1,7 @@
 (
 
 
-  OPTS="--with-group=nut --with-user=nut" &&
+  OPTS="--with-group=nut --with-user=nut --sysconfdir=/etc/$MODULE" &&
 
   add_priv_user nut:nut -d /dev/null -s /bin/false &&
 


More information about the Lunar-commits mailing list