From owner-cvs-doc@FreeBSD.ORG Thu Feb 9 08:07:20 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5740916A420; Thu, 9 Feb 2006 08:07:20 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C017343D53; Thu, 9 Feb 2006 08:07:19 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1987JJ0074617; Thu, 9 Feb 2006 08:07:19 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1987JC9074616; Thu, 9 Feb 2006 08:07:19 GMT (envelope-from dougb) Message-Id: <200602090807.k1987JC9074616@repoman.freebsd.org> From: Doug Barton Date: Thu, 9 Feb 2006 08:07:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 08:07:20 -0000 dougb 2006-02-09 08:07:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Further improve the rc.d script example: 1. Since the example program is called doormand, update the references to doorman in the script and examples to match the name of the program, as it is typically done. 2. Fix the comments about the variables to avoid line wrap past 80 columns 3. Re-sort the variables (such as command, etc.) to be in the order that they are generally listed in the base scripts, and in rc(8). 4. Simplify the rcvar variable to be what `set rcvar` would return anyway Revision Changes Path 1.678 +18 -16 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml