diff options
| author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-12 19:50:05 +0000 |
|---|---|---|
| committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-12 19:50:05 +0000 |
| commit | 70650e1d0c9a689899735ac9d50c11d849f86cd6 (patch) | |
| tree | 45a706f7e37e79fb58d26df0ca49f64d7e7e6517 /plugins-scripts | |
| parent | aec167915efcf9e60636e0c8a71fb7bb07b476bb (diff) | |
| download | monitoring-plugins-70650e1d0c9a689899735ac9d50c11d849f86cd6.tar.gz | |
Just a lil namespace clean-up
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@412 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts')
| -rw-r--r-- | plugins-scripts/subst.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
| 51 | # Trusted path mechanism (deprecated) | 51 | # Trusted path mechanism (deprecated) |
| 52 | 52 | ||
| 53 | /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { | 53 | /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { |
| 54 | sub(/\=[ \t]*['"][^"']+["']/,"='@trusted_path@' # autoconf-derived"); | 54 | sub(/\=[ \t]*['"][^"']+["']/,"='@with_trusted_path@' # autoconf-derived"); |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { | 57 | /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { |
| 58 | sub(/\=.*$/,"='@trusted_path@' # autoconf-derived"); | 58 | sub(/\=.*$/,"='@with_trusted_path@' # autoconf-derived"); |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | # Specific programs | 61 | # Specific programs |
