mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 14:50:00 -04:00
update
This commit is contained in:
parent
f8b11dc887
commit
5d2568aa9d
1 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
|
|||
Copyright (C) 2000-2003 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.65 2005/10/12 00:50:18 marka Exp $
|
||||
$Id: release,v 1.66 2005/10/12 01:33:01 marka Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
|
|
@ -164,8 +164,7 @@ release.
|
|||
$ old_patch=bind-9.x.y-patch
|
||||
$ new_patch=bind-9.x.z-patch
|
||||
$ files=`awk '/^Index:/ && NF == 2 {print $2}' $patchd/$old_patch`
|
||||
$ missing=`cvs log -R $files 2>&1 >/dev/null | \
|
||||
awk '/^cvs (log|server): nothing known about/ {print $6}'`
|
||||
$ missing=`cvs status $files | awk '/Status: Unknown/ { print $2; }'`
|
||||
$ sed '/^Index:/,$d' $patchd/$old_patch > $patchd/$new_patch
|
||||
$ for i in $missing; \
|
||||
do echo Index: $i; diff -u /dev/null $i; done >> $patchd/$new_patch
|
||||
|
|
|
|||
Loading…
Reference in a new issue