[Nagiosplug-checkins] nagiosplug/plugins negate.c,1.20,1.21 utils.h,1.20,1.21

Benoit Mortier opensides at users.sourceforge.net
Fri Dec 3 09:50:04 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11678/plugins

Modified Files:
	negate.c utils.h 
Log Message:

some minor fixes



Index: utils.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- utils.h	1 Dec 2004 23:54:51 -0000	1.20
+++ utils.h	3 Dec 2004 17:48:53 -0000	1.21
@@ -164,7 +164,7 @@
 regarding use of this software. To submit patches or suggest improvements,\n\
 send email to nagiosplug-devel at lists.sourceforge.net\n"
 
-#define UT_NOWARRANTY "\
+#define UT_NOWARRANTY "\n\
 The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
 copies of the plugins under the terms of the GNU General Public License.\n\
 For more information about these matters, see the file named COPYING.\n"

Index: negate.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/negate.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- negate.c	3 Dec 2004 00:55:28 -0000	1.20
+++ negate.c	3 Dec 2004 17:48:53 -0000	1.21
@@ -274,7 +274,8 @@
 void
 print_usage (void)
 {
-	printf (_("Usage: %s [-t timeout] <definition of wrapped plugin>\n"),
+	printf ("Usage: %s [-t timeout] <definition of wrapped plugin>\n",
 	        progname);
-	printf (_(UT_HLP_VRS), progname, progname);
+					
+	printf (UT_HLP_VRS, progname, progname);
 }





More information about the Commits mailing list