From owner-cvs-all@FreeBSD.ORG Fri Feb 27 02:20:23 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 34B0816A4CE; Fri, 27 Feb 2004 02:20:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1794243D2F; Fri, 27 Feb 2004 02:20:23 -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 i1RAKMGe000758; Fri, 27 Feb 2004 02:20:22 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1RAKMMf000756; Fri, 27 Feb 2004 02:20:22 -0800 (PST) (envelope-from mtm) Message-Id: <200402271020.i1RAKMMf000756@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 27 Feb 2004 02:20:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man8 rc.subr.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: Fri, 27 Feb 2004 10:20:23 -0000 mtm 2004/02/27 02:20:22 PST FreeBSD src repository Modified files: share/man/man8 rc.subr.8 Log: NetBSD rev. 1.10 successful [is spelled] with only one l NetBSD rev. 1.12 Implement ``one'' prefix to allow a "one shot" operation as if ${rcvar}=yes yet all the other prerequisite tests are still performed. The existing ``force'' prefix is a sledgehammer that ignores all the prerequisite checks and always returns a zero exit status; this is a more gentle approach to the problem of "manipulate this disabled service without editing rc.conf(5)". Obtained From: NetBSD Revision Changes Path 1.4 +51 -16 src/share/man/man8/rc.subr.8