- 论坛徽章:
- 0
|
* NetBSD 4.*:
Systems running NetBSD 4.* sources dated from before
2009-07-28 22:19 UTC should be upgraded from NetBSD 4.* sources
dated 2009-07-28 22:19 UTC or later.
The following files/directories need to be updated from the
netbsd-4 or netbsd-4-0 branches:
dist/bind/bin/named/update.c
To update from CVS, re-build, and re-install bind:
# cd src
# cvs update -r <branch_name> -d -P dist/bind/bin/named/update.c
# cd usr.sbin/bind/named
# make USETOOLS=no cleandir dependall
# make USETOOLS=no install
以下是我的操作步骤:
# uname -a
NetBSD NB110 4.0 NetBSD 4.0 (MYKERNEL) #1: Wed Jan 14 13:45:20 CST 2009 s@NB110:/usr/src/sys/arch/i386/compile/MYKERNEL i386
# cd /usr/src
# cvs update -r netbsd-4-0 -d -P dist/bind/bin/named/update.c
cvs update: No CVSROOT specified! Please use the `-d' option
cvs [update aborted]: or set the CVSROOT environment variable.
# export CVSROOT=anoncvs@anoncvs.NetBSD.org:/cvsroot
# cvs update -r netbsd-4-0 -d -P dist/bind/bin/named/update.c
cvs [update aborted]: no such directory `dist/bind/bin/named' |
|