[Nagiosplug-checkins] nagiosplug/doc developer-guidelines.sgml,1.36,1.37
Ton Voon
tonvoon at users.sourceforge.net
Thu May 18 15:06:03 CEST 2006
- Previous message: [Nagiosplug-checkins] nagiosplug/tools setup,1.18,1.19
- Next message: [Nagiosplug-checkins] nagiosplug/lib getopt_.h,NONE,1.1 getopt_int.h,NONE,1.1 xalloc-die.c,NONE,1.1 Makefile.am,1.24,1.25 cloexec.c,1.1,1.2 cloexec.h,1.1,1.2 error.c,1.2,1.3 error.h,1.2,1.3 exit.h,1.1,1.2 exitfail.c,1.1,1.2 exitfail.h,1.1,1.2 fsusage.c,1.3,1.4 fsusage.h,1.2,1.3 full-read.c,1.1,1.2 full-read.h,1.1,1.2 full-write.c,1.1,1.2 full-write.h,1.1,1.2 getloadavg.c,1.2,1.3 getopt.c,1.2,1.3 getopt1.c,1.2,1.3 gettext.h,1.2,1.3 malloc.c,1.2,1.3 mountlist.c,1.4,1.5 mountlist.h,1.2,1.3 realloc.c,1.2,1.3 safe-read.c,1.1,1.2 safe-read.h,1.1,1.2 safe-write.c,1.1,1.2 safe-write.h,1.1,1.2 stdbool_.h,1.1,1.2 strtod.c,1.2,1.3 unlocked-io.h,1.2,1.3 xalloc.h,1.2,1.3 xmalloc.c,1.2,1.3 getopt.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/doc
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1176/doc
Modified Files:
developer-guidelines.sgml
Log Message:
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
Index: developer-guidelines.sgml
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/doc/developer-guidelines.sgml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- developer-guidelines.sgml 17 Mar 2006 10:20:45 -0000 1.36
+++ developer-guidelines.sgml 18 May 2006 22:05:42 -0000 1.37
@@ -11,7 +11,7 @@
</author>
</authorgroup>
- <pubdate>2005</pubdate>
+ <pubdate>2006</pubdate>
<title>Nagios plug-in development guidelines</title>
<revhistory>
@@ -22,7 +22,7 @@
</revhistory>
<copyright>
- <year>2000 - 2005</year>
+ <year>2000 - 2006</year>
<holder>Nagios Plugins Development Team</holder>
</copyright>
@@ -34,7 +34,7 @@
the plug-in developers and encourage the standarization of the
different kind of plug-ins: C, shell, perl, python, etc.</para>
- <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2005
+ <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2006
(Nagios Plugins Team)</para>
<para>Permission is granted to make and distribute verbatim
@@ -57,7 +57,6 @@
gnu make 3.79
automake 1.8
autoconf 2.58
- gettext 0.11.5
gnu libtool 1.5.6
</literallayout>
@@ -69,6 +68,11 @@
make install
</literallayout>
</para>
+
+ <para>Note: gettext is no longer a developer platform requirement. A lot of the files in lib/ and m4/
+ are synced with the coreutils project and we use the same levels of gettext that they
+ distribute.
+ </para>
</section>
<section id="PlugOutput"><title>Plugin Output for Nagios</title>
- Previous message: [Nagiosplug-checkins] nagiosplug/tools setup,1.18,1.19
- Next message: [Nagiosplug-checkins] nagiosplug/lib getopt_.h,NONE,1.1 getopt_int.h,NONE,1.1 xalloc-die.c,NONE,1.1 Makefile.am,1.24,1.25 cloexec.c,1.1,1.2 cloexec.h,1.1,1.2 error.c,1.2,1.3 error.h,1.2,1.3 exit.h,1.1,1.2 exitfail.c,1.1,1.2 exitfail.h,1.1,1.2 fsusage.c,1.3,1.4 fsusage.h,1.2,1.3 full-read.c,1.1,1.2 full-read.h,1.1,1.2 full-write.c,1.1,1.2 full-write.h,1.1,1.2 getloadavg.c,1.2,1.3 getopt.c,1.2,1.3 getopt1.c,1.2,1.3 gettext.h,1.2,1.3 malloc.c,1.2,1.3 mountlist.c,1.4,1.5 mountlist.h,1.2,1.3 realloc.c,1.2,1.3 safe-read.c,1.1,1.2 safe-read.h,1.1,1.2 safe-write.c,1.1,1.2 safe-write.h,1.1,1.2 stdbool_.h,1.1,1.2 strtod.c,1.2,1.3 unlocked-io.h,1.2,1.3 xalloc.h,1.2,1.3 xmalloc.c,1.2,1.3 getopt.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list