Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/dist/bind Pull up revision 1.15 (via patch, requested b...
details: https://anonhg.NetBSD.org/src/rev/a3bc3ccb2248
branches: netbsd-1-4
changeset: 471247:a3bc3ccb2248
user: he <he%NetBSD.org@localhost>
date: Sun Jan 28 17:09:39 2001 +0000
description:
Pull up revision 1.15 (via patch, requested by itojun):
Upgrade to BIND version 8.2.3.
diffstat:
dist/bind/bind2netbsd | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diffs (61 lines):
diff -r c66d81f0be0a -r a3bc3ccb2248 dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd Sun Jan 28 17:09:36 2001 +0000
+++ b/dist/bind/bind2netbsd Sun Jan 28 17:09:39 2001 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bind2netbsd,v 1.9.2.3 2000/12/13 23:57:42 he Exp $
+# $NetBSD: bind2netbsd,v 1.9.2.4 2001/01/28 17:09:39 he Exp $
#
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -34,7 +34,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
# bind2netbsd: convert a bind source tree into a
-# netbsd bind source tree, under basesrc/dist,
+# netbsd bind source tree, under basesrc/dist and basesrc/crypto/dist,
# Note: you need to extract the src and doc tar files and put it into
# one directory. This directory is the 'src' argument of bind2netbsd.
@@ -43,6 +43,7 @@
r=$1
d=$2/basesrc/dist/bind
+dcrypto=$2/basesrc/crypto/dist/bind
case "$d" in
/*)
@@ -63,6 +64,8 @@
echo preparing directory $d
rm -rf $d
mkdir -p $d/man
+mkdir -p $d/doc
+mkdir -p $dcrypto/lib
### Copy the files and directories
cd $r/src
@@ -74,9 +77,9 @@
cd $r/doc/man
pax -rvw dig.1 dnskeygen.1 dnsquery.1 host.1 named-bootconf.8 named-xfer.8 named.8 named.conf.5 ndc.8 nslookup.8 nsupdate.8 $d/man
-### Remove lib/bsd, lib/cylink and lib/dnssafe
+### Remove lib/bsd
cd $d/lib
-rm -r bsd cylink dnssafe
+rm -r bsd
### Remove yacc/lex-generated files
cd $d/bin
@@ -169,4 +172,11 @@
)
echo done
+echo "Split crypto source code."
+(
+ #mv $d/lib/cylink $dcrypto/lib
+ #mv $d/lib/dnssafe $dcrypto/lib
+)
+echo done
+
exit 0
Home |
Main Index |
Thread Index |
Old Index