From fc20f8d40908b4721585f766c8264eed71992cd0 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 20 Jun 2000 21:26:56 +0000 Subject: [PATCH] New comments --- util/mkreslib.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/util/mkreslib.pl b/util/mkreslib.pl index c518bd57da..8f79f7173d 100644 --- a/util/mkreslib.pl +++ b/util/mkreslib.pl @@ -15,8 +15,12 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# Run this script from the top of the bind directory to make a res-lib -# distribution +# Generate a res_* lib from the bind 8 library files + +# Check out the CVS source into a new directory. +# Change directory into the one bind was checked in to +# Run this script from that directory +# Tar up the directory # Don't bother keeping contrib or doc around in the new tarball system ("rm -rf Makefile contrib doc");