Mark to self: Always disable debugging on push. - conn - A script repository to manage connections in Linux.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 9be91c42651017a27465185a7fb959d3027c4e26
 (DIR) parent 51c968dacc2d994fe91df0c058e62c337f942126
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed, 23 Feb 2011 10:10:18 +0100
       
       Mark to self: Always disable debugging on push.
       
       Diffstat:
         etc/conn/common.sh                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/etc/conn/common.sh b/etc/conn/common.sh
       @@ -1,7 +1,7 @@
        #!/bin/sh
        
        LOGGING=0
       -DEBUG=1
       +DEBUG=0
        
        # If none is set, a connection always needs to be specified.
        DEFAULTCONNECTION="wifi"