# HG changeset patch # User Matthew Wild # Date 1380215441 -3600 # Node ID 25641c4cab361f4c2d6c9b62a861fca2257a2701 # Parent f45ca6edc15900c5387629ecd9bfa498bfc13590 mod_auth_external/examples: bash: Don't use log file by default diff -r f45ca6edc159 -r 25641c4cab36 mod_auth_external/examples/bash/prosody-auth-example.sh --- a/mod_auth_external/examples/bash/prosody-auth-example.sh Thu Sep 26 13:43:27 2013 +0200 +++ b/mod_auth_external/examples/bash/prosody-auth-example.sh Thu Sep 26 18:10:41 2013 +0100 @@ -4,7 +4,7 @@ AUTH_OK=1 AUTH_FAILED=0 LOGFILE="/var/log/prosody/auth.log" -USELOG=true +USELOG=false while read ACTION USER HOST PASS ; do