diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-02 15:01:22 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-07-02 15:01:22 +0000 |
| commit | 7d32d2b5f41662098f444f0f02ab1afccdeb6e41 (patch) | |
| tree | 10702617d976a93850eef311157b52ce2f60bd43 /plugins-scripts/subst.in | |
| parent | 883914b9d89f084c2613e2d36e8f4334b993cc12 (diff) | |
| download | monitoring-plugins-7d32d2b5f41662098f444f0f02ab1afccdeb6e41.tar.gz | |
Moving check_file_age into core
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@578 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/subst.in')
| -rw-r--r-- | plugins-scripts/subst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/subst.in b/plugins-scripts/subst.in index 7e38e027..2ac45345 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in | |||
| @@ -45,7 +45,7 @@ BEGIN { | |||
| 45 | /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");} | 45 | /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");} |
| 46 | 46 | ||
| 47 | # add to libexecdir to INC for perl utils.pm | 47 | # add to libexecdir to INC for perl utils.pm |
| 48 | /^use/ { if (/lib/) { if (/utils.pm/ ) {sub(/utils.pm/,led() )} } } | 48 | /^use/ { if (/lib/) { if (/utils.pm|"."/ ) {sub(/utils.pm|"."/,led() )} } } |
| 49 | 49 | ||
| 50 | 50 | ||
| 51 | # Trusted path mechanism (deprecated) | 51 | # Trusted path mechanism (deprecated) |
