@@ -3,7 +3,7 @@ NRPE Changelog
**************
-2.2 - 01/??/2006
+2.2 - 01/22/2006
----------------
- Spec file fix
- Patch to add Tru64 and IRIX support (Ton Voon)
@@ -1296,7 +1296,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
PKG_NAME=nrpe
PKG_VERSION="2.2"
PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-20-2006"
+PKG_REL_DATE="01-21-2006"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
@@ -24,7 +24,7 @@
#include "config.h"
#define PROGRAM_VERSION "2.2"
-#define MODIFICATION_DATE "01-20-2006"
+#define MODIFICATION_DATE "01-21-2006"
#define OK 0
#define ERROR -1
@@ -1,8 +1,8 @@
/************************************************************************
*
* NRPE.H - NRPE Include File
- * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
- * Last Modified: 10-09-2003
+ * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
+ * Last Modified: 01-21-2006
* License:
@@ -4,7 +4,7 @@
* Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
* License: GPL
- * Last Modified: 01-20-2006
* Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
* Command line: nrpe -c <config_file> [--inetd | --daemon]