Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/bind on a second thought dist/bind/doc/bog looks better.
details: https://anonhg.NetBSD.org/src/rev/8f1b49328537
branches: trunk
changeset: 485445:8f1b49328537
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Apr 28 03:37:55 2000 +0000
description:
on a second thought dist/bind/doc/bog looks better.
(we may need to put other doc/* in the future)
diffstat:
dist/bind/bind2netbsd | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r f15f1f3690c9 -r 8f1b49328537 dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd Fri Apr 28 03:34:00 2000 +0000
+++ b/dist/bind/bind2netbsd Fri Apr 28 03:37:55 2000 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bind2netbsd,v 1.10 2000/04/28 03:34:00 itojun Exp $
+# $NetBSD: bind2netbsd,v 1.11 2000/04/28 03:37:55 itojun Exp $
#
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -64,6 +64,7 @@
rm -rf $d
mkdir -p $d
mkdir -p $d/man
+mkdir -p $d/doc
### Copy the files and directories
cd $r/src
@@ -75,8 +76,8 @@
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
cd $r/doc
-pax -rvw bog $d
-cd $d/bog
+pax -rvw bog $d/doc
+cd $d/doc/bog
make clean
### Remove lib/bsd, lib/cylink and lib/dnssafe
@@ -125,7 +126,7 @@
)
done
-find $d/bog -type f -print | while read m; do
+find $d/doc/bog -type f -print | while read m; do
sed 1q < $m | grep -q '\$NetBSD' || (
echo ".\\\" \$NetBSD\$" >/tmp/bind2m$$
echo ".\\\"" >>/tmp/bind2m$$
Home |
Main Index |
Thread Index |
Old Index