From owner-doc-jp@jp.freebsd.org  Mon Mar 31 11:49:36 1997
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) id LAA00911
	Mon, 31 Mar 1997 11:49:36 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) with SMTP id LAA00885
	for <doc-jp@jp.FreeBSD.ORG>; Mon, 31 Mar 1997 11:49:32 +0900 (JST)
Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.6.12+2.5Wb7/3.4Wbeta5-astecMX2.3) with ESMTP id LAA24812 for <doc-jp@jp.FreeBSD.ORG>; Mon, 31 Mar 1997 11:49:30 +0900
Received: from lepton (lepton.astec.co.jp [172.20.12.27]) by amont.astec.co.jp (8.7.6/3.5Wbeta-astecMX2.4) with ESMTP id LAA17832 for <doc-jp@jp.FreeBSD.ORG>; Mon, 31 Mar 1997 11:49:29 +0900 (JST)
To: doc-jp@jp.FreeBSD.ORG
From: HANAI Hiroyuki <hanai@astec.co.jp>
X-Mailer: Mew version 1.66 on Emacs 19.34.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19970331115039P.hanai@astec.co.jp>
Date: Mon, 31 Mar 1997 11:50:39 +0900
X-Dispatcher: impost version 0.99e (Mar. 23, 1997)
Lines: 74
Reply-To: doc-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: doc-jp 2742
Subject: [doc-jp 2742] <handbook> policies.sgml has been changed.
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

policies.sgml $B$,99?7$5$l$^$7$?(B.
$B:#$A$g$C$HLu0F$r=P$;$kM>M5$,$J$$$N$G(B
diff $B$@$1IU$1$H$-$^$9(B.

$BC4Ev$OEDCf$5$s$+$J(B? $B$h$m$7$/$*$M$,$$$7$^$9$G$9(B.

$B$"(B, $B$=$l$+$i(B, linuxemu.sgml $B$NJQ99$O(B commit $B$7$F$$$$$G$9$+(B? > $B$-$m$&$5$s(B

--$B$O$J$$(B

Index: policies.sgml
===================================================================
RCS file: /home/ncvs/src/share/doc/handbook/policies.sgml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- policies.sgml	1997/02/22 12:59:00	1.11
+++ policies.sgml	1997/03/30 09:55:11	1.12
@@ -1,4 +1,4 @@
-<!-- $Id: policies.sgml,v 1.11 1997/02/22 12:59:00 peter Exp $ -->
+<!-- $Id: policies.sgml,v 1.12 1997/03/30 09:55:11 obrien Exp $ -->
 <!-- The FreeBSD Documentation Project -->
 
 <chapt><heading>Source Tree Guidelines and Policies
@@ -137,6 +137,49 @@
  <item> Where to send patches back to the original authors
  <item> Perhaps an overview of the FreeBSD-specific changes that have been made.
 </itemize>
+
+<p>However, please do not import README.FreeBSD with the contributed source.  
+Rather you should ``cvs add README.FreeBSD ; cvs ci'' after the
+initial import.  Example wording from ``src/contrib/cpio'' is below:
+
+<verb>This directory contains virgin sources of the original distribution files
+on a "vendor" branch.  Do not, under any circumstances, attempt to upgrade
+the files in this directory via patches and a cvs commit.  New versions or
+official-patch versions must be imported.
+
+For the import of GNU cpio 2.4.2, the following files were removed:
+
+	INSTALL         cpio.info       mkdir.c             
+	Makefile.in     cpio.texi       mkinstalldirs
+
+To upgrade to a newer version of cpio, when it is available:
+        1. Unpack the new version into an empty directory.
+           [Do not make ANY changes to the files.]
+
+        2. Remove the files listed above and any others that don't apply to
+           FreeBSD.
+
+        3. Use the command:
+                cvs import -m 'Virgin import of GNU cpio v<version>' \
+                        src/contrib/cpio GNU v<version>
+
+           For example, to do the import of version 2.4.2, I typed:
+                cvs import -m 'Virgin import of GNU v2.4.2' \
+                        src/contrib/cpio GNU v2.4.2
+
+        4. Follow the instructions printed out in step 2 to resolve any
+           conflicts between local FreeBSD changes and the newer version.
+
+Do not, under any circumstances, deviate from this procedure.
+
+To make local changes to cpio, simply patch and commit to the main
+branch (aka HEAD).  Never make local changes on the GNU branch.
+
+All local changes should be submitted to "cpio@gnu.ai.mit.edu" for
+inclusion in the next vendor release.
+
+obrien@freebsd.org - 30 March 1997</verb>
+
 
 <sect><heading>Shared libraries
 <label id="policies:shlib">
