Ethan Galstad пре 23 година
родитељ
комит
96524e1ba3
6 измењених фајлова са 6 додато и 6 уклоњено
  1. 1 1
      Changelog
  2. 1 1
      common/common.h
  3. 1 1
      configure
  4. 1 1
      configure.in
  5. 1 1
      src/check_nrpe.c
  6. 1 1
      src/nrpe.c

+ 1 - 1
Changelog

@@ -3,7 +3,7 @@ NRPE Changelog
 **************
 **************
 
 
 
 
-1.7 - ??/??/2003
+1.7 - 01/08/2003
 ----------------
 ----------------
 - Spec file updates and minor bug fixes (James Peterson)
 - Spec file updates and minor bug fixes (James Peterson)
 - Bug fix with default nrpe port definition
 - Bug fix with default nrpe port definition

+ 1 - 1
common/common.h

@@ -23,7 +23,7 @@
 
 
 
 
 #define PROGRAM_VERSION "1.7"
 #define PROGRAM_VERSION "1.7"
-#define MODIFICATION_DATE "01-07-2003"
+#define MODIFICATION_DATE "01-08-2003"
 
 
 #define OK		0
 #define OK		0
 #define ERROR		-1
 #define ERROR		-1

+ 1 - 1
configure

@@ -527,7 +527,7 @@ fi
 PKG_NAME=nrpe
 PKG_NAME=nrpe
 PKG_VERSION="1.7"
 PKG_VERSION="1.7"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-07-2003"
+PKG_REL_DATE="01-08-2003"
 
 
 
 
 ac_aux_dir=
 ac_aux_dir=

+ 1 - 1
configure.in

@@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
 PKG_NAME=nrpe
 PKG_NAME=nrpe
 PKG_VERSION="1.7"
 PKG_VERSION="1.7"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-07-2003"
+PKG_REL_DATE="01-08-2003"
 
 
 dnl Figure out how to invoke "install" and what install options to use.
 dnl Figure out how to invoke "install" and what install options to use.
 
 

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
  * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  * License: GPL
  *
  *
- * Last Modified: 01-07-2003
+ * Last Modified: 01-08-2003
  *
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-wt warn_time] \
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-wt warn_time] \
  *                          [-ct crit_time] [-to to_sec]
  *                          [-ct crit_time] [-to to_sec]

+ 1 - 1
src/nrpe.c

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