Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=092c2acc0a42def9ed293c3b75b8564e8d5975bc

commit 092c2acc0a42def9ed293c3b75b8564e8d5975bc
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Dec 4 02:07:12 2007 +0100

chkdep: disable trace by default

diff --git a/chkdep b/chkdep
index 22a0d1a..860b464 100755
--- a/chkdep
+++ b/chkdep
@@ -173,7 +173,7 @@ dir = None
method="elf"
pkg = None
quiet = False
-trace = True
+trace = False

try:
opts, args = getopt.getopt(sys.argv[1:], "d:p:qn:m:tvi", ["dir=", "package=", 
"quiet", "ignore=", "method=", "trace", "version"])
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to