]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
exclude bin/tests/system/relay from release kits
authorAndreas Gustafsson <source@isc.org>
Mon, 4 Dec 2000 17:21:03 +0000 (17:21 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 4 Dec 2000 17:21:03 +0000 (17:21 +0000)
util/kit.sh

index 19c40f1dcf2b1b4f1912b0157a1ee344f408fd0d..bfab24b2e7242e564164d8d5cc6dc26c3f7c21cd 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.9 2000/11/22 19:03:20 gson Exp $
+# $Id: kit.sh,v 1.10 2000/12/04 17:21:03 gson Exp $
 
 # Make a release kit
 #
@@ -93,7 +93,8 @@ sh util/sanitize_all.sh
 
 rm -rf TODO conftools util doc/design doc/dev doc/expired \
     doc/html doc/todo doc/private bin/lwresd doc/man/ctoman \
-    doc/man/isc doc/man/lwres doc/man/bin/resolver.5
+    doc/man/isc doc/man/lwres doc/man/bin/resolver.5 \
+    bin/tests/system/relay
 
 find . -name .cvsignore -print | xargs rm