[Pkg-nagios-changes] [pkg-nagios] r1344 - nagios-plugins/branches/sarge/contrib

Sean Finney seanius at alioth.debian.org
Fri Feb 15 20:12:01 UTC 2008


Author: seanius
Date: 2008-02-15 20:12:01 +0000 (Fri, 15 Feb 2008)
New Revision: 1344

Modified:
   nagios-plugins/branches/sarge/contrib/check_axis.sh
Log:
remove eol prop from this one too

Modified: nagios-plugins/branches/sarge/contrib/check_axis.sh
===================================================================
--- nagios-plugins/branches/sarge/contrib/check_axis.sh	2008-02-15 20:09:30 UTC (rev 1343)
+++ nagios-plugins/branches/sarge/contrib/check_axis.sh	2008-02-15 20:12:01 UTC (rev 1344)
@@ -29,10 +29,10 @@
 status=`echo $lines | awk '{ print $3 }'`
 if [ "$status" == "Printing" ]; then
 	bytes=`echo $lines | awk '{ print $4 }'`;
-	comments=`echo $lines | tr -d "
+	comments=`echo $lines | tr -d "
 " | awk '{ print $5 " " $6 }'`;
 else
-	comments=`echo $lines | tr -d "
+	comments=`echo $lines | tr -d "
 " | awk '{ print $4 " " $5 }'`;
 fi
 


Property changes on: nagios-plugins/branches/sarge/contrib/check_axis.sh
___________________________________________________________________
Name: svn:eol-style
   - native




More information about the Pkg-nagios-changes mailing list