Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/bind sync w/ new cvs tree scheme, i.e. s/basesrc/src/
details: https://anonhg.NetBSD.org/src/rev/b181df5f3de4
branches: trunk
changeset: 555721:b181df5f3de4
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Nov 26 01:31:48 2003 +0000
description:
sync w/ new cvs tree scheme, i.e. s/basesrc/src/
diffstat:
dist/bind/bind2netbsd | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r d874c9241023 -r b181df5f3de4 dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd Wed Nov 26 00:48:59 2003 +0000
+++ b/dist/bind/bind2netbsd Wed Nov 26 01:31:48 2003 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bind2netbsd,v 1.20 2002/07/04 22:46:04 itojun Exp $
+# $NetBSD: bind2netbsd,v 1.21 2003/11/26 01:31:48 itojun 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 and basesrc/crypto/dist,
+# netbsd bind source tree, under src/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.
@@ -42,7 +42,7 @@
if [ $# -ne 2 ]; then echo "bind2netbsd src dest"; exit 1; fi
r=$1
-d=$2/basesrc/dist/bind
+d=$2/src/dist/bind
case "$d" in
/*)
Home |
Main Index |
Thread Index |
Old Index