From 3b6bb13621cad6143e800765fed755d5391aec18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Wed, 20 May 2015 14:38:12 +0200 Subject: [PATCH] Trim file header to 80 chars --- check_lsi_raid | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/check_lsi_raid b/check_lsi_raid index 253e2e3..6747c6b 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# ====================================================================================== +# ============================================================================= # check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status -# -------------------------------------------------------------------------------------- -# Created as part of a semester project at the University of Applied Sciences Hagenberg -# (http://www.fh-ooe.at/en/hagenberg-campus/) +# ----------------------------------------------------------------------------- +# Created as part of a semester project at the University of Applied Sciences +# Hagenberg (http://www.fh-ooe.at/en/hagenberg-campus/) # # Copyright (c) 2013-2014: # Georg Schoenberger (gschoenberger@thomas-krenn.com) @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU General Public License along with # this program; if not, see . -# ====================================================================================== +# ============================================================================== use strict; use warnings; use Getopt::Long qw(:config no_ignore_case);