From owner-cvs-all@FreeBSD.ORG Mon Jun 9 10:31:07 2003 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 2E4EC37B401; Mon, 9 Jun 2003 10:31:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE3F43F3F; Mon, 9 Jun 2003 10:31:06 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h59HV60U096098; Mon, 9 Jun 2003 10:31:06 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h59HV6BZ096097; Mon, 9 Jun 2003 10:31:06 -0700 (PDT) Message-Id: <200306091731.h59HV6BZ096097@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 9 Jun 2003 10:31:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc rc.subr 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: Mon, 09 Jun 2003 17:31:07 -0000 mtm 2003/06/09 10:31:06 PDT FreeBSD src repository Modified files: etc rc.subr Log: Previously, a "forced" command always exited successfully (with the exception of the default 'status' command) regardless of whether the executed command was actually successfull or not. Forced scripts should always correctly reflect the outcome of the command. NOTE: exit values are treated as booleans. We don't care what the actual exit value was, only whether it was successfull or not. Revision Changes Path 1.13 +68 -40 src/etc/rc.subr