summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-11 13:50:21 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-11 13:50:21 -0400
commit589b81e8cebece77349bbba828dae5c1fe0ca86a (patch)
tree88a158b6892650fac90d3fa188646cf1c82b1da1 /src/common
parent5a83949a37cb3f57b67a1d8d2308290f9fd55b93 (diff)
parente1bcdeed65a6449b78f1f8090a49ce01ed0b872d (diff)
Merge commit 'dkg/master'
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