diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 08:22:39 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 08:22:39 (GMT) |
commit | 538b97cea63d68efbd9c9c67d9c41278cfd1ebad (patch) | |
tree | 84e707f97fb82f1920fb7568241e8b5d8f71c0af /tools | |
parent | d40abb2504b99e1318840ad1a5d9f4a340c465b5 (diff) | |
download | monitoring-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-x | tools/setup | 3 |
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 | |||
48 | if [ $docbook = 1 ] ; then | 48 | if [ $docbook = 1 ] ; then |
49 | ( cd doc && make ) | 49 | ( cd doc && make ) |
50 | fi | 50 | fi |
51 | |||
52 | # Untar libtap | ||
53 | ( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - ) | ||