forked from NagiosEnterprises/nrpe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for nrpe 3.1.1. | ||
# Generated by GNU Autoconf 2.69 for nrpe 3.2.0. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -580,8 +580,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='nrpe' | ||
PACKAGE_TARNAME='nrpe' | ||
PACKAGE_VERSION='3.1.1' | ||
PACKAGE_STRING='nrpe 3.1.1' | ||
PACKAGE_VERSION='3.2.0' | ||
PACKAGE_STRING='nrpe 3.2.0' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='https://www.nagios.org/downloads/nagios-core-addons/' | ||
|
||
|
@@ -718,6 +718,7 @@ infodir | |
docdir | ||
oldincludedir | ||
includedir | ||
runstatedir | ||
localstatedir | ||
sharedstatedir | ||
sysconfdir | ||
|
@@ -818,6 +819,7 @@ datadir='${datarootdir}' | |
sysconfdir='${prefix}/etc' | ||
sharedstatedir='${prefix}/com' | ||
localstatedir='${prefix}/var' | ||
runstatedir='${localstatedir}/run' | ||
includedir='${prefix}/include' | ||
oldincludedir='/usr/include' | ||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | ||
|
@@ -1070,6 +1072,15 @@ do | |
| -silent | --silent | --silen | --sile | --sil) | ||
silent=yes ;; | ||
|
||
-runstatedir | --runstatedir | --runstatedi | --runstated \ | ||
| --runstate | --runstat | --runsta | --runst | --runs \ | ||
| --run | --ru | --r) | ||
ac_prev=runstatedir ;; | ||
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | ||
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | ||
| --run=* | --ru=* | --r=*) | ||
runstatedir=$ac_optarg ;; | ||
|
||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | ||
ac_prev=sbindir ;; | ||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | ||
|
@@ -1207,7 +1218,7 @@ fi | |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | ||
datadir sysconfdir sharedstatedir localstatedir includedir \ | ||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | ||
libdir localedir mandir | ||
libdir localedir mandir runstatedir | ||
do | ||
eval ac_val=\$$ac_var | ||
# Remove trailing slashes. | ||
|
@@ -1320,7 +1331,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures nrpe 3.1.1 to adapt to many kinds of systems. | ||
\`configure' configures nrpe 3.2.0 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1370,7 +1381,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of nrpe 3.1.1:";; | ||
short | recursive ) echo "Configuration of nrpe 3.2.0:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1516,7 +1527,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
nrpe configure 3.1.1 | ||
nrpe configure 3.2.0 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2122,7 +2133,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by nrpe $as_me 3.1.1, which was | ||
It was created by nrpe $as_me 3.2.0, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -2487,9 +2498,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
PKG_NAME=nrpe | ||
PKG_VERSION="3.1.1" | ||
PKG_VERSION="3.2.0" | ||
PKG_HOME_URL="http://www.nagios.org/" | ||
PKG_REL_DATE="2017-05-24" | ||
PKG_REL_DATE="2017-06-26" | ||
RPM_RELEASE=1 | ||
LANG=C | ||
|
@@ -2941,10 +2952,10 @@ fi | |
elif test -f "/sbin/rc"; then | ||
if test -f /sbin/runscript; then | ||
init_type_wanted=no | ||
if `/sbin/start-stop-daemon -V | grep "OpenRC.*Gentoo" > /dev/null`; then | ||
init_type="gentoo" | ||
else | ||
if `/sbin/start-stop-daemon -V | grep "OpenRC" > /dev/null`; then | ||
init_type="openrc" | ||
else | ||
init_type="gentoo" | ||
fi | ||
fi | ||
fi | ||
|
@@ -3041,12 +3052,6 @@ fi | |
;; | ||
esac | ||
if test x"$inetd_type" = x; then | ||
if test x"$init_type" = "xupstart"; then | ||
inetd_type="upstart" | ||
fi | ||
fi | ||
if test x"$inetd_type" = x; then | ||
if test -f /etc/xinetd.conf -a -d /etc/xinetd.d; then | ||
inetd_disabled="(Not running)" | ||
|
@@ -3057,6 +3062,12 @@ esac | |
fi | ||
fi | ||
if test x"$inetd_type" = x; then | ||
if test x"$init_type" = "xupstart"; then | ||
inetd_type="upstart" | ||
fi | ||
fi | ||
if test x"$inetd_type" = x; then | ||
if test x"$init_type" = "xsystemd"; then | ||
inetd_type="systemd" | ||
|
@@ -3686,6 +3697,7 @@ eval webdir=$webdir | |
eval localedir=$localedir | ||
eval sysconfdir=$sysconfdir | ||
eval pkgsysconfdir=$pkgsysconfdir | ||
eval logdir=$logdir | ||
eval piddir=$piddir | ||
# | ||
|
@@ -3831,10 +3843,10 @@ case $init_type in #( | |
bsd_enable="" | ||
src_init=newbsd-init | ||
fi ;; #( | ||
# [gentoo], | ||
openrc) : | ||
src_init=openrc-init ;; #( | ||
gentoo) : | ||
src_init=gentoo-init ;; #( | ||
smf*) : | ||
src_init="solaris-init.xml" | ||
src_inetd="solaris-inetd.xml" ;; #( | ||
|
@@ -4348,7 +4360,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by nrpe $as_me 3.1.1, which was | ||
This file was extended by nrpe $as_me 3.2.0, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -4402,7 +4414,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
nrpe config.status 3.1.1 | ||
nrpe config.status 3.2.0 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
@@ -4975,7 +4987,7 @@ fi | |
ac_config_headers="$ac_config_headers include/config.h" | ||
ac_config_files="$ac_config_files Makefile src/Makefile nrpe.spec uninstall sample-config/nrpe.cfg startup/bsd-init startup/debian-init startup/default-init startup/default-inetd startup/default-service startup/default-socket startup/default-socket-svc startup/default-xinetd startup/mac-init.plist startup/mac-inetd.plist startup/newbsd-init startup/openbsd-init startup/openrc-conf startup/openrc-init startup/gentoo-init startup/solaris-init.xml startup/solaris-inetd.xml startup/tmpfile.conf startup/upstart-init startup/rh-upstart-init include/common.h" | ||
ac_config_files="$ac_config_files Makefile src/Makefile nrpe.spec uninstall sample-config/nrpe.cfg startup/bsd-init startup/debian-init startup/default-init startup/default-inetd startup/default-service startup/default-socket startup/default-socket-svc startup/default-xinetd startup/mac-init.plist startup/mac-inetd.plist startup/newbsd-init startup/openbsd-init startup/openrc-conf startup/openrc-init startup/solaris-init.xml startup/solaris-inetd.xml startup/tmpfile.conf startup/upstart-init startup/rh-upstart-init include/common.h" | ||
ac_ext=c | ||
|
@@ -7292,7 +7304,7 @@ fi | |
if test x$check_for_ssl = xyes; then | ||
# need_dh should only be set for NRPE | ||
# need_dh=yes | ||
need_dh=yes | ||
# ------------------------------- | ||
|
@@ -8284,7 +8296,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by nrpe $as_me 3.1.1, which was | ||
This file was extended by nrpe $as_me 3.2.0, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -8347,7 +8359,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
nrpe config.status 3.1.1 | ||
nrpe config.status 3.2.0 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ define([AC_CACHE_LOAD],) | |
define([AC_CACHE_SAVE],) | ||
|
||
m4_include([build-aux/custom_help.m4]) | ||
AC_INIT([nrpe],[3.1.1],[[email protected]],[nrpe],[https://www.nagios.org/downloads/nagios-core-addons/]) | ||
AC_INIT([nrpe],[3.2.0],[[email protected]],[nrpe],[https://www.nagios.org/downloads/nagios-core-addons/]) | ||
AC_CONFIG_SRCDIR([src/nrpe.c]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_PREFIX_DEFAULT(/usr/local/nagios) | ||
|
||
PKG_NAME=nrpe | ||
PKG_VERSION="3.1.1" | ||
PKG_VERSION="3.2.0" | ||
PKG_HOME_URL="http://www.nagios.org/" | ||
PKG_REL_DATE="2017-05-24" | ||
PKG_REL_DATE="2017-06-26" | ||
RPM_RELEASE=1 | ||
|
||
LANG=C | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters