浏览代码

Nrpe version 2.2 prep

Ethan Galstad 20 年之前
父节点
当前提交
f9727fe716
共有 7 个文件被更改,包括 8 次插入8 次删除
  1. 1 1
      Changelog
  2. 1 1
      configure
  3. 1 1
      configure.in
  4. 1 1
      include/common.h
  5. 2 2
      include/nrpe.h
  6. 1 1
      src/check_nrpe.c
  7. 1 1
      src/nrpe.c

+ 1 - 1
Changelog

@@ -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)

+ 1 - 1
configure

@@ -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

+ 1 - 1
configure.in

@@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
 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"
 
 dnl Figure out how to invoke "install" and what install options to use.
 AC_PROG_INSTALL

+ 1 - 1
include/common.h

@@ -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

+ 2 - 2
include/nrpe.h

@@ -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:
  *

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 01-20-2006
+ * Last Modified: 01-21-2006
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  *

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 01-20-2006
+ * Last Modified: 01-21-2006
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *