Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/dist/bind Pull up revision 1.15 (requested by itojun):
details: https://anonhg.NetBSD.org/src/rev/5ee0d53bc88b
branches: netbsd-1-5
changeset: 490564:5ee0d53bc88b
user: he <he%NetBSD.org@localhost>
date: Sun Jan 28 15:53:00 2001 +0000
description:
Pull up revision 1.15 (requested by itojun):
Upgrade to BIND version 8.2.3.
diffstat:
dist/bind/bind2netbsd | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 38d9b20e01f2 -r 5ee0d53bc88b dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd Sun Jan 28 15:52:57 2001 +0000
+++ b/dist/bind/bind2netbsd Sun Jan 28 15:53:00 2001 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bind2netbsd,v 1.11.4.1 2000/11/13 22:00:05 tv Exp $
+# $NetBSD: bind2netbsd,v 1.11.4.2 2001/01/28 15:53:00 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
/*)
@@ -65,6 +66,7 @@
mkdir -p $d
mkdir -p $d/man
mkdir -p $d/doc
+mkdir -p $dcrypto/lib
### Copy the files and directories
cd $r/src
@@ -80,9 +82,9 @@
cd $d/doc/bog
make clean
-### 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
@@ -184,4 +186,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