diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 13:50:21 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 13:50:21 -0400 |
commit | 589b81e8cebece77349bbba828dae5c1fe0ca86a (patch) | |
tree | 88a158b6892650fac90d3fa188646cf1c82b1da1 /src/common | |
parent | 5a83949a37cb3f57b67a1d8d2308290f9fd55b93 (diff) | |
parent | e1bcdeed65a6449b78f1f8090a49ce01ed0b872d (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ ### COMMON VARIABLES # managed directories -ETC="/etc/monkeysphere" -export ETC +SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"} +export SYSCONFIGDIR ######################################################################## ### UTILITY FUNCTIONS |