summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-11 14:15:17 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-11 14:15:17 -0400
commita746da0ddeed35013ef135e7a0f0aba82d568767 (patch)
tree7c5f73908b4a203e44e6c769231523bb2d028a95 /src/monkeysphere
parent589b81e8cebece77349bbba828dae5c1fe0ca86a (diff)
Generalize filesystem location variables (closes http://web.monkeysphere.info/bugs/genericize-filesystem-locations-for-testsuite/).
Add comments to gpg.conf files.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index 78bf50d..1db4f20 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -13,9 +13,9 @@
########################################################################
PGRM=$(basename $0)
-SHARE=${MONKEYSPHERE_SHARE:-"/usr/share/monkeysphere"}
-export SHARE
-. "${SHARE}/common" || exit 1
+SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"}
+export SYSSHAREDIR
+. "${SYSSHAREDIR}/common" || exit 1
# UTC date in ISO 8601 format if needed
DATE=$(date -u '+%FT%T')
@@ -36,7 +36,7 @@ umask 077
usage() {
cat <<EOF >&2
usage: $PGRM <subcommand> [options] [args]
-MonkeySphere client tool.
+Monkeysphere client tool.
subcommands:
update-known_hosts (k) [HOST]... update known_hosts file