diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-19 02:27:20 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-19 02:27:20 +0000 |
commit | 26bfac750d281fdc6d1bf27a0606570aabeaa8c5 (patch) | |
tree | 6e749bff28e2e53020b2047c42fc83b290856102 /subst.in | |
parent | 746599559541df1e598a2fcb7a310c5b15b153a1 (diff) | |
download | monitoring-plugins-26bfac750d281fdc6d1bf27a0606570aabeaa8c5.tar.gz |
these were replaced by dist-hook
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@437 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'subst.in')
-rw-r--r-- | subst.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subst.in b/subst.in deleted file mode 100644 index 092efc83..00000000 --- a/subst.in +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sed - -s|\${exec_prefix}|@exec_prefix@|; -s|\${prefix}|@prefix@|; |