From 70650e1d0c9a689899735ac9d50c11d849f86cd6 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Wed, 12 Mar 2003 19:50:05 +0000 Subject: Just a lil namespace clean-up git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@412 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-scripts/subst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins-scripts') diff --git a/plugins-scripts/subst.in b/plugins-scripts/subst.in index 5b70fbed..7e38e027 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in @@ -51,11 +51,11 @@ BEGIN { # Trusted path mechanism (deprecated) /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { - sub(/\=[ \t]*['"][^"']+["']/,"='@trusted_path@' # autoconf-derived"); + sub(/\=[ \t]*['"][^"']+["']/,"='@with_trusted_path@' # autoconf-derived"); } /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { - sub(/\=.*$/,"='@trusted_path@' # autoconf-derived"); + sub(/\=.*$/,"='@with_trusted_path@' # autoconf-derived"); } # Specific programs -- cgit v1.2.3-74-g34f1