summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2008-11-28 08:22:39 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2008-11-28 08:22:39 (GMT)
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 cdaa9c9..1afe4f1 100755
--- a/tools/setup
+++ b/tools/setup
@@ -48,6 +48,3 @@ fi
48if [ $docbook = 1 ] ; then 48if [ $docbook = 1 ] ; then
49 ( cd doc && make ) 49 ( cd doc && make )
50fi 50fi
51
52# Untar libtap
53( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )