diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 +0000 |
commit | a8cd7705e7898d77764aa12ddcc2e29de1860138 (patch) | |
tree | 970f609cbecbe515998907fd55a12f814ad2edcd /doc/developer-guidelines.sgml | |
parent | 08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff) | |
download | monitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz |
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 911067e9..3c3eea44 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -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> |