diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-28 13:22:34 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-28 13:22:34 +0100 |
commit | e260efb25690b13002a0bf432507f66bdad90f02 (patch) | |
tree | 6e3fa00ba0c82457b83cdfaca050b8f31199e602 /configure.ac | |
parent | 5f77fa7510afda19c832b2497f4799d9648c532e (diff) | |
parent | 0a3252d88d148a8cb21774cd3ae6a1cb1fbb004c (diff) | |
download | monitoring-plugins-e260efb25690b13002a0bf432507f66bdad90f02.tar.gz |
Merge remote-tracking branch 'awiddersheim/fix_trusted_path'
* awiddersheim/fix_trusted_path:
Fix trusted path
Conflicts:
plugins-scripts/check_ntp.pl
plugins-scripts/subst.in
Closes #1212.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 773eb2e5..5759e60b 100644 --- a/configure.ac +++ b/configure.ac @@ -74,9 +74,8 @@ AC_DEFINE_UNQUOTED(CGIURL,"$CGIURL",[URL of CGI programs]) AC_ARG_WITH(trusted_path, ACX_HELP_STRING([--with-trusted-path=PATH], - [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]), - with_trusted_path=$withval, - with_trusted_path=/bin:/sbin:/usr/bin:/usr/sbin) + [sets trusted path for executables called by scripts]), + with_trusted_path=$withval) AC_SUBST(with_trusted_path) EXTRAS= |