diff options
author | mail_redacted_for_web | 2019-04-17 19:07:19 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2019-04-17 19:07:19 +0200 |
commit | 1e2387474a449452b78520b9ad96a8b4b5e99722 (patch) | |
tree | 836889471eec7d2aac177405068e2a8f1e2b1978 /nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors | |
download | nagios-plugins-contrib-1e2387474a449452b78520b9ad96a8b4b5e99722.tar.bz2 |
initial commit of source fetch
Diffstat (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors')
3 files changed, 31 insertions, 0 deletions
diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/interpreter b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/interpreter new file mode 100644 index 0000000..e46ed48 --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/interpreter @@ -0,0 +1,8 @@ +--- a/check_lm_sensors/src/check_lm_sensors ++++ b/check_lm_sensors/src/check_lm_sensors +@@ -1,4 +1,4 @@ +-#!perl ++#!/usr/bin/perl + + # check_lm_sensors is a Nagios plugin to monitor the values of on board sensors and hard + # disk temperatures on Linux systems diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/manpage_whatis_fix b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/manpage_whatis_fix new file mode 100644 index 0000000..53290de --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/manpage_whatis_fix @@ -0,0 +1,12 @@ +--- a/check_lm_sensors/src/check_lm_sensors.pod ++++ b/check_lm_sensors/src/check_lm_sensors.pod +@@ -2,8 +2,7 @@ + + =head1 NAME + +-C<check_lm_sensors> is a Nagios plugin to monitor the values of on +-board sensors and hard disk temperatures on Linux systems ++C<check_lm_sensors> - Nagios plugin to monitor hardware sensors and disk temperatures + + =head1 DESCRIPTION + diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/spelling_errors b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/spelling_errors new file mode 100644 index 0000000..b684280 --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/check_lm_sensors/spelling_errors @@ -0,0 +1,11 @@ +--- a/check_lm_sensors/src/check_lm_sensors.pod ++++ b/check_lm_sensors/src/check_lm_sensors.pod +@@ -49,7 +49,7 @@ verbosity. + =head1 EXIT STATUS + + 0 if OK, 1 in case of a warning, 2 in case of a critical status and 3 +-in case of an unkown problem ++in case of an unknown problem + + =head1 DEPENDENCIES + |