From 3c554b72de0df28175e7ed8a0bcf3b7e509335d9 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 30 Aug 2005 22:11:42 +0000 Subject: Better comments for what the substitutions are doing git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1212 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins-scripts/subst.in b/plugins-scripts/subst.in index 2ac4534..8986868 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in @@ -58,12 +58,12 @@ BEGIN { sub(/\=.*$/,"='@with_trusted_path@' # autoconf-derived"); } -# Specific programs - +# If a script contains a reference to a fully qualified command, +# subst will replace the fully qualified command with whatever is +# returned from the which subroutine # /^[^#]/ && /(\/.*)?\/(bin|sbin|lib|libexec)\// { match($0,/(\/.*)?\/(bin|sbin|lib|libexec)\/[-_a-zA-Z0-9]+/); - start=RSTART+RLENGTH; c=substr($0,RSTART,RLENGTH); sub(c,which(c,path)); } -- cgit v0.10-9-g596f