[Pkg-privacy-commits] [msva-perl] 157/356: change the default to run the msva

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 2d917c21684176f27ae52b5cd6162265a88a2925
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Oct 7 01:36:25 2010 -0400

    change the default to run the msva
---
 debian/70monkeysphere_use-validation-agent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/70monkeysphere_use-validation-agent b/debian/70monkeysphere_use-validation-agent
index 894de12..ee01bea 100644
--- a/debian/70monkeysphere_use-validation-agent
+++ b/debian/70monkeysphere_use-validation-agent
@@ -32,7 +32,7 @@ if [ -x "$MSVAGENT" ] ; then
    if [ "$(USE_VALIDATION_AGENT=
 [ -r "$MSSYSCONFIG" ]  && . "$MSSYSCONFIG" 2>/dev/null || :
 [ -r "$MSUSERCONFIG" ] && . "$MSUSERCONFIG" 2>/dev/null || :
-printf '%s' "$USE_VALIDATION_AGENT")" = "true" ] ; then
+printf '%s' "$USE_VALIDATION_AGENT")" != "false" ] ; then
         STARTUP="$MSVAGENT $STARTUP"
     fi
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list