From owner-cvs-all@FreeBSD.ORG Sun Jul 4 14:05:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115AA16A52B; Sun, 4 Jul 2004 14:05:32 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7616643D2D; Sun, 4 Jul 2004 14:05:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i64E3Yv8030845; Sun, 4 Jul 2004 08:03:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 04 Jul 2004 08:03:36 -0600 (MDT) Message-Id: <20040704.080336.45179609.imp@bsdimp.com> To: ceri@submonkey.net From: "M. Warner Losh" In-Reply-To: <20040703223847.GD36678@submonkey.net> References: <200407032101.i63L1IC2099017@repoman.freebsd.org> <20040703223847.GD36678@submonkey.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man8 rc.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 14:05:34 -0000 In message: <20040703223847.GD36678@submonkey.net> Ceri Davies writes: : On Sat, Jul 03, 2004 at 09:01:18PM +0000, Warner Losh wrote: : > imp 2004-07-03 21:01:18 UTC : > : > FreeBSD src repository : > : > Modified files: : > share/man/man8 rc.8 : > Log: : > Document /var/run/dmesg.boot, which is created by the rc scripts. Many : > people have suggested that we document this somewhere, and this was a common : > suggestion. : : > | @@ -409,10 +409,6 @@ The : > | script is used to set any special configurations for serial devices. : > | .Pp : > | The : > | -.Pa /etc/rc.d/pccard : > | -script is used to enable PC-cards. : > | -.Pp : > | -The : > | .Pa /etc/rc.d/network* : > | scripts are used to start the network. : > | The network is started in several passes. : : Did that slip in? I just forgot to include it in the commit log. Warner