aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2008-11-28 03:22:39 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2008-11-28 03:22:39 -0500
commit538b97cea63d68efbd9c9c67d9c41278cfd1ebad (patch)
tree84e707f97fb82f1920fb7568241e8b5d8f71c0af /tools
parentd40abb2504b99e1318840ad1a5d9f4a340c465b5 (diff)
downloadmonitoring-plugins-538b97cea63d68efbd9c9c67d9c41278cfd1ebad.tar.gz
Revert inclusion of libtap into nagiosplugins
(except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54, be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db
Diffstat (limited to 'tools')
-rwxr-xr-xtools/setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/setup b/tools/setup
index cdaa9c92..1afe4f15 100755
--- a/tools/setup
+++ b/tools/setup
@@ -48,6 +48,3 @@ fi
if [ $docbook = 1 ] ; then
( cd doc && make )
fi
-
-# Untar libtap
-( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )