Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind/dist Make a quick note about adding a shor...



details:   https://anonhg.NetBSD.org/src/rev/16d94ed135a9
branches:  trunk
changeset: 778113:16d94ed135a9
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 17 11:10:33 2012 +0000

description:
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.

diffstat:

 external/bsd/bind/dist/bind2netbsd |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9c8a46b05bb2 -r 16d94ed135a9 external/bsd/bind/dist/bind2netbsd
--- a/external/bsd/bind/dist/bind2netbsd        Sat Mar 17 11:09:29 2012 +0000
+++ b/external/bsd/bind/dist/bind2netbsd        Sat Mar 17 11:10:33 2012 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index