Module Name: src
Committed By: dholland
Date: Sat Mar 17 11:10:33 UTC 2012
Modified Files:
src/external/bsd/bind/dist: bind2netbsd
Log Message:
Make a quick note about adding a short summary of changes to the cvs import
message.
Currently you can't prepare that in advance and then use cvs import -F
file to supply the log message in a file. Will file a PR on cvs for this.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bind/dist/bind2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bind/dist/bind2netbsd
diff -u src/external/bsd/bind/dist/bind2netbsd:1.5 src/external/bsd/bind/dist/bind2netbsd:1.6
--- src/external/bsd/bind/dist/bind2netbsd:1.5 Sat Oct 8 19:28:38 2011
+++ src/external/bsd/bind/dist/bind2netbsd Sat Mar 17 11:10:33 2012
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: bind2netbsd,v 1.5 2011/10/08 19:28:38 christos Exp $
+# $NetBSD: bind2netbsd,v 1.6 2012/03/17 11:10:33 dholland Exp $
#
# Copyright (c) 2000 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -44,6 +44,10 @@
# /usr/src/external/bsd/bind/include
# - check makefiles to see if any extra sources have been added.
# - update distrib/sets if necessary.
+#
+# Note that properly the import message should include a short summary
+# of changes since the previous import rather than just "Import bind 9.x.y".
+#
if [ $# -ne 2 ]; then echo "bind2netbsd src dest"; exit 1; fi