edited
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
aCopyright (C) 2000, 2001 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.51 2001/11/25 01:56:01 gson Exp $
|
||||
$Id: release,v 1.52 2001/11/30 00:52:53 gson Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
@@ -174,6 +174,33 @@ release.
|
||||
and ns-int (rc), install it, and let it run for
|
||||
a day keeping an eye on it for any problems.
|
||||
|
||||
ssh phred.isc.org
|
||||
ver=9.2.0
|
||||
scp rc.isc.org:bind-$ver.tar.gz .
|
||||
gunzip <bind-$ver.tar.gz | tar xfv -
|
||||
cd bind-$ver
|
||||
sh configure
|
||||
make
|
||||
su
|
||||
make install
|
||||
ps -elf | grep named
|
||||
# kill both the keep-running script and named itself
|
||||
/var/named/keep-running ns-ext &
|
||||
|
||||
ssh rc
|
||||
ver=9.2.0
|
||||
gunzip <bind-$ver.tar.gz | tar xfv -
|
||||
cd bind-$ver
|
||||
sh configure
|
||||
make
|
||||
su
|
||||
make install
|
||||
mv /usr/local/sbin/named /usr/local/sbin/named9
|
||||
ps -elf | grep named
|
||||
# kill both keep-running scripts and both named9:s
|
||||
/var/named/keep-running9 rc-res1 &
|
||||
/var/named/keep-running9 ns-int &
|
||||
|
||||
- If you can, try resolving some IPv6 addresses and
|
||||
doing queries over IPv6.
|
||||
|
||||
@@ -183,7 +210,7 @@ release.
|
||||
- Sign the distribution files with the ISC signing PGP key
|
||||
and fix the permissions on the signature file:
|
||||
|
||||
ver=9.2.0rc10
|
||||
ver=9.2.0
|
||||
pgp -sba bind-$ver.tar.gz -u 0x51BAB2ED
|
||||
chmod 644 bind-$ver.tar.gz.asc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user