summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-11 13:35:30 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-11 13:35:30 -0400
commite1bcdeed65a6449b78f1f8090a49ce01ed0b872d (patch)
tree88a158b6892650fac90d3fa188646cf1c82b1da1 /src/common
parent49e57b2218943cae8ee971fcc8b62340e22560ff (diff)
some preparatory changes in preparation for a test suite: not tested!
Diffstat (limited to 'src/common')
-rw-r--r--src/common4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common b/src/common
index 22ed1b1..ef70ef6 100644
--- a/src/common
+++ b/src/common
@@ -16,8 +16,8 @@
### COMMON VARIABLES
# managed directories
-ETC="/etc/monkeysphere"
-export ETC
+SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"}
+export SYSCONFIGDIR
########################################################################
### UTILITY FUNCTIONS