[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


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>





More information about the Commits mailing list