Fixed tabs/spaces in THANKS file and added URL to the BitBucket project

This commit is contained in:
Jack-Benny Persson 2012-12-06 05:05:10 +01:00
parent 95a7d33142
commit 985f6f28d3
2 changed files with 6 additions and 3 deletions

4
THANKS
View File

@ -5,5 +5,5 @@ Some kind people have been contributing by reporting problems, suggesting
improvements or submitting code.
Here is a list of these kind people.
Chad Columbus ccolumbu@hotmail.com
Ryan Loudfoot elyrith@gmail.com
Chad Columbus ccolumbu@hotmail.com
Ryan Loudfoot elyrith@gmail.com

View File

@ -24,7 +24,10 @@
# #
# Nagios plugin to monitor CPU and M/B temperature with sensors. #
# Written in Bash (and uses sed & awk). #
# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who #
# Latest version of check_temp can be found at the below URL: #
# https://bitbucket.org/jackbenny/check_temp #
# #
# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who #
# pointed this out for me). Also added a "shopt -s extglob". (Thx to Chad) #
# Version 0.5: Line 168, fixed a typo (EXIT_UNKNOWN to STATE_UNKNOWN) #
# Version 0.7: #