Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/bind no need to care about crypto portion on import - l...



details:   https://anonhg.NetBSD.org/src/rev/7a0c7048a237
branches:  trunk
changeset: 533598:7a0c7048a237
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jul 04 22:46:04 2002 +0000

description:
no need to care about crypto portion on import - license is
not compatible with netbsd.

diffstat:

 dist/bind/bind2netbsd |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r daf8ac788402 -r 7a0c7048a237 dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd     Thu Jul 04 21:33:43 2002 +0000
+++ b/dist/bind/bind2netbsd     Thu Jul 04 22:46:04 2002 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: bind2netbsd,v 1.19 2001/05/27 04:45:20 itojun Exp $
+#      $NetBSD: bind2netbsd,v 1.20 2002/07/04 22:46:04 itojun Exp $
 #
 # Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -43,7 +43,6 @@
 
 r=$1
 d=$2/basesrc/dist/bind
-dcrypto=$2/basesrc/crypto/dist/bind
 
 case "$d" in
        /*)
@@ -66,7 +65,6 @@
 mkdir -p $d
 mkdir -p $d/man
 mkdir -p $d/doc
-mkdir -p $dcrypto/lib
 
 ### Copy the files and directories
 cd $r/src
@@ -182,10 +180,10 @@
 )
 echo done
 
-echo "Split crypto source code.  You do not need to import crypto portion."
+echo "Remove crypto source code"
 (
-       mv $d/lib/cylink $dcrypto/lib
-       mv $d/lib/dnssafe $dcrypto/lib
+       /bin/rm -fr $d/lib/cylink
+       /bin/rm -fr $d/lib/dnssafe
 )
 echo done
 



Home | Main Index | Thread Index | Old Index