summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-12 02:30:03 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-12 02:30:03 -0500
commit93dd8e30ae877ac3ee2e73a8303e3e797e27b944 (patch)
treec669e185e601f3a3723364af841b381dd697b5a8 /packaging
parent6a4e2466e6fb91d060c2d94717abd9922f624d35 (diff)
documenting USE_VALIDATION_AGENT in configuration
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/70monkeysphere_use_validation_agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/70monkeysphere_use_validation_agent b/packaging/debian/70monkeysphere_use_validation_agent
index 7c7a030..1335458 100644
--- a/packaging/debian/70monkeysphere_use_validation_agent
+++ b/packaging/debian/70monkeysphere_use_validation_agent
@@ -26,10 +26,10 @@ MSSYSCONFIG=/etc/monkeysphere/monkeysphere.conf
MSUSERCONFIG="$HOME/.monkeysphere/monkeysphere.conf"
if [ -x "$MSVAGENT" ] ; then
- USEMSVAGENT=$(sh -c "
+ USEMSVAGENT=$(sh -c "USE_VALIDATION_AGENT=
. '$MSSYSCONFIG' 2>/dev/null
. '$MSUSERCONFIG' 2>/dev/null || :
-printf '%s' "'"$MONKEYSPHERE_USE_VALIDATION_AGENT"')
+printf '%s' "'"$USE_VALIDATION_AGENT"')
if [ "$USEMSVAGENT" == "true" ] ; then
STARTUP="$MSVAGENT $STARTUP"