[Nagiosplug-checkins] CVS: nagiosplug .cvsignore,1.8,1.9 ChangeLog,1.4,1.5 README,1.3,1.4 configure.in,1.91,1.92

Karl DeBisschop kdebisschop at users.sourceforge.net
Mon Jul 28 22:44:07 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv20907

Modified Files:
	.cvsignore ChangeLog README configure.in 
Log Message:
bump to gettext 0.11.5 and cleanup GNU toolchain

Index: .cvsignore
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** .cvsignore	26 Jul 2003 04:06:32 -0000	1.8
--- .cvsignore	29 Jul 2003 05:43:37 -0000	1.9
***************
*** 9,12 ****
--- 9,13 ----
  build-*
  intl
+ ABOUT-NLS
  aclocal.m4
  autom4te*.cache

Index: ChangeLog
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ChangeLog	26 Jul 2003 04:06:32 -0000	1.4
--- ChangeLog	29 Jul 2003 05:43:37 -0000	1.5
***************
*** 1,2 ****
--- 1,6 ----
+ 2003-07-29  gettextize  <bug-gnu-gettext at gnu.org>
+ 
+ 	* configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
+ 
  2003-07-02  gettextize  <bug-gnu-gettext at gnu.org>
  

Index: README
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** README	9 Feb 2003 12:56:32 -0000	1.3
--- README	29 Jul 2003 05:43:37 -0000	1.4
***************
*** 2,9 ****
  ---------------------
  
! * For instructions on installing these plugins for use with Nagios, read
!   the INSTALL file.
  
! * For information on what changes have been made or plugin have been added,
    read the Changelog file.
  
--- 2,10 ----
  ---------------------
  
! * For instructions on installing these plugins for use with Nagios,
!   see below. In addition, generic instructions for the GNU toolchain
!   can be found in the INSTALL file.
  
! * For information on what changes have been made or plugins have been added,
    read the Changelog file.
  
***************
*** 15,19 ****
  * Individual plugins are self documenting.  All plugins that comply with
    the basic guidelines for development will provide detailed help when
!   invoked with the '-h' option ('--help' also, if long options are enabled).
  
  * The file command.cfg contains example configurations for many of the
--- 16,20 ----
  * Individual plugins are self documenting.  All plugins that comply with
    the basic guidelines for development will provide detailed help when
!   invoked with the '-h' or '--help' options.
  
  * The file command.cfg contains example configurations for many of the
***************
*** 38,42 ****
  please include version information for your OS and the plugin(s) your are 
  patching/reporting.
!  
  --
  Karl DeBisschop (kdebisschop at users.sourceforge.net)
--- 39,97 ----
  please include version information for your OS and the plugin(s) your are 
  patching/reporting.
! 
! 
! 
! 
! Nagios Plugins Quick-and-Dirty Installation Instructions
! --------------------------------------------------------
! 
! 0) If using the CVS tree, you need m4, gettext, automake, and autoconf. To
!    start out, run ./tools/setup
! 
!    For development, we generally use the most recent stable tools from
!    the FSF. Currently we use gettext 0.11.5, autoconf 2.57, and
!    automake 1.76. No other versions are tested, and you may see
!    warnings or errors with other versions.
! 
! 
! 1) Run the configure script to initialize variables and create a Makefile, etc.
! 
! 	./configure --prefix=BASEDIRECTORY --with-nagios-user=SOMEUSER --with-nagios-group=SOMEGROUP --with-cgiurl=SOMEURL
! 
!    a) Replace BASEDIRECTORY with the path of the directory under which Nagios
!       is installed (default is '/usr/local/nagios')
!    b) Replace SOMEUSER with the name of a user on your system that will be
!       assigned permissions to the installed plugins (default is 'nagios')
!    c) Replace SOMEGRP with the name of a group on your system that will be
!       assigned permissions to the installed plugins (default is 'nagios')
!    d) Replace CGIURL with the path used to access the Nagios CGIs with
!       a web browser (default is '/nagios/cgi-bin')
! 
! 
! 2) Compile the plugins with the following command:
! 
! 	make
! 
! 
! 3) Install the compiled plugins and plugin scripts with the following command:
! 
! 	make install
! 
!    The installation procedure will attempt to place the plugins in a 
!    'libexec/' subdirectory in the base directory you specified with
!    the --prefix argument to the configure script.
! 
! 
! 4) Verify that your host configuration file (hosts.cfg) for Nagios contains
!    the correct paths to the new plugins.
! 
! 
! 
! That's it.  If you have any problems or questions, feel free send mail
! to nagios-users at lists.sourceforge.net or nagiosplug-help at lists.sourceforge.net
! 
! 
! 
! 
  --
  Karl DeBisschop (kdebisschop at users.sourceforge.net)

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -r1.91 -r1.92
*** configure.in	29 Jul 2003 03:06:44 -0000	1.91
--- configure.in	29 Jul 2003 05:43:37 -0000	1.92
***************
*** 1383,1387 ****
  AC_SUBST(DEPLIBS)
  
! AM_GNU_GETTEXT_VERSION(0.11.4)
  AM_GNU_GETTEXT
  
--- 1383,1387 ----
  AC_SUBST(DEPLIBS)
  
! AM_GNU_GETTEXT_VERSION(0.11.5)
  AM_GNU_GETTEXT
  





More information about the Commits mailing list