Change default raddebug timeout to 60s
authorAlan T. DeKok <aland@freeradius.org>
Wed, 1 Sep 2010 09:13:46 +0000 (11:13 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 1 Sep 2010 15:11:53 +0000 (17:11 +0200)
man/man8/raddebug.8
scripts/raddebug

index 87886e7..958d373 100644 (file)
@@ -1,4 +1,4 @@
-.TH RADDEBUG 8 "13 February 2009" "" "FreeRADIUS Daemon"
+.TH RADDEBUG 8 "1 September 2010" "" "FreeRADIUS Daemon"
 .SH NAME
 raddebug - Display debugging output from a running server.
 .SH SYNOPSIS
@@ -80,7 +80,7 @@ option is equivalent to using:
 .in -0.3i
 .IP \-t\ \fItimeout\fP
 Stop printing debug output after "timeout" seconds.  The default
-timeout is ten (10) seconds.  Use "-t 0" to print debugging output forever,
+timeout is sixty (60) seconds.  Use "-t 0" to print debugging output forever,
 or until the script exits.
 .IP \-u\ \fIname\fP
 Show debug output for users having the given name.  This
index fb90013..3fac9de 100755 (executable)
@@ -35,7 +35,7 @@ usage() {
 
 extra=
 condition=1
-timeout=10
+timeout=60
 while getopts 'd:c:i:I:f:t:u:' OPTION
 do
   case $OPTION in