From 89111226970f1fa8a6bbab149109641d8d7fa332 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 10 Mar 1997 11:55:17 +0000 Subject: [PATCH] Ask user to carefully examine changes when sending an upgrade. (Actually, this is the main reason why we want them as diffs.) Also, ask them to explicitly state files that are added or deleted (lazy committers like me often forget to "cvs add" or "cvs remove"). --- share/doc/handbook/porting.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 953feebd910..9f92922b25b 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -922,8 +922,11 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 to us (i.e., if your modified ports directory is called `superedit' and the original as in our tree is `superedit.bak', then send us the result of `diff - -ru superedit.bak superedit'.) Please don't - forget to send us a message using send-pr(1)! + -ru superedit.bak superedit'). Please examine the output + to make sure all the changes make sense. The best way to send + us the diff is by including it to send-pr(1). Please + mention any added or deleted files in the message, as they + have to be explicitly specified to CVS when doing a commit. Do's and Dont's