Code

some minor fixes
authorBenoit Mortier <opensides@users.sourceforge.net>
Fri, 3 Dec 2004 17:48:53 +0000 (17:48 +0000)
committerBenoit Mortier <opensides@users.sourceforge.net>
Fri, 3 Dec 2004 17:48:53 +0000 (17:48 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c

ROADMAP
package.def
plugins/negate.c
plugins/utils.h

diff --git a/ROADMAP b/ROADMAP
index 10fcd12c85cea169d32c962b93f18267a844f55e..28f9b31c86e5bd20cfd69d6895e99a3e9daa5079 100644 (file)
--- a/ROADMAP
+++ b/ROADMAP
@@ -11,7 +11,7 @@ DOCUMENTATION:
   the lines of a literate programming model. So far, we have site 
   documentation in DocBook. I have some ideas here, which I will
   discuss in a separate thread.
-\f
+
 
 
 OPTION PROCESSING:
@@ -80,7 +80,7 @@ As has been the case, ranges are specified with colons, like 'i:j'
 and list are specified with commas like 'i,k' and may contain ranges
 if it makes sense to do so. Perhaps it would be good to build a
 standard list/range processing function for this task.
-\f
+
 
 Programming:
   I would like to follow the GNU guidelines and remove all fixed
index 37e147b8328a449f55876f67fc3114b029854ea2..282aeef20a977fa5998897c253411889e4f17a73 100644 (file)
@@ -1 +1 @@
-PACKAGE_RELEASE="1.3.0-alpha1"
+PACKAGE_RELEASE="1.4.0-alpha2"
index e0f997501fc3f8d038694458898e1f56a1acb94e..e03f7e682350bf856a45de86cef0fe72f1a35a70 100644 (file)
@@ -274,7 +274,8 @@ Otherwise, the output state of the wrapped plugin is unchanged.\n"));
 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);
 }
index a3ddc0a27081305a593151b02daa007f25540e6f..4fc1305f8679c95b3e3cf72b51d519129f692e40 100644 (file)
@@ -164,7 +164,7 @@ Send email to nagios-users@lists.sourceforge.net if you have questions\n\
 regarding use of this software. To submit patches or suggest improvements,\n\
 send email to nagiosplug-devel@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"