summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-subst.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-subst.in')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-subst.in36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-subst.in b/net-mgmt/nagios-plugins/files/patch-subst.in
deleted file mode 100644
index c5bd2477c9c8..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-subst.in
+++ /dev/null
@@ -1,36 +0,0 @@
---- plugins-scripts/subst.in.orig Thu Jun 6 06:16:56 2002
-+++ plugins-scripts/subst.in Sun Jul 14 13:38:22 2002
-@@ -37,6 +37,16 @@
-
- }
-
-+# Specific programs
-+
-+#
-+/^[^#]/ && /(\/.*)?\/(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));
-+}
-+
- # scripting language (first line)
-
- /^#! ?\/.*\/python/ {sub(/^#! ?\/.*\/python/,"#! @PYTHON@");}
-@@ -56,16 +66,6 @@
-
- /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ {
- sub(/\=.*$/,"='@trusted_path@' # autoconf-derived");
--}
--
--# Specific programs
--
--#
--/^[^#]/ && /(\/.*)?\/(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));
- }
-
- {