From owner-cvs-all@FreeBSD.ORG Sat Jan 17 03:15:05 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 38D3F16A4CE; Sat, 17 Jan 2004 03:15:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805DF43D3F; Sat, 17 Jan 2004 03:15:04 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0HBF40B059461; Sat, 17 Jan 2004 03:15:04 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0HBF4Tw059460; Sat, 17 Jan 2004 03:15:04 -0800 (PST) (envelope-from mtm) Message-Id: <200401171115.i0HBF4Tw059460@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 17 Jan 2004 03:15:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d sysctl 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: Sat, 17 Jan 2004 11:15:05 -0000 mtm 2004/01/17 03:15:04 PST FreeBSD src repository Modified files: etc/rc.d sysctl Log: o Rename the start command to conform to rc.d style. o Move the additional commands list to the end of the variable initialization to conform to rc.d style Revision Changes Path 1.15 +4 -4 src/etc/rc.d/sysctl