Fixed typo on port default port number (Thanks to Flemming for pointing it out). Also added a THANKS file

This commit is contained in:
Jack-Benny Persson 2012-02-15 00:19:21 +01:00
parent 68494656cd
commit 5576a5384f
2 changed files with 9 additions and 1 deletions

8
THANKS Normal file
View File

@ -0,0 +1,8 @@
check_quake THANKS file
check_quake was originally written by Jack-Benny Persson.
Some people has further contributed to check_quake by reporting problems,
suggesting various improvements or submitting actual code. Here is a list of
these people. Help me keep it complete and exempt of errors.
Flemming Gregersen kinives@gmail.com

View File

@ -42,7 +42,7 @@ STATE_CRITICAL=2
STATE_UNKNOWN=3
# Some default values
PORT=27919
PORT=27910
shopt -s extglob