From owner-cvs-src@FreeBSD.ORG Mon Dec 5 07:04:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E0616A41F; Mon, 5 Dec 2005 07:04:17 +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 D10D643D6A; Mon, 5 Dec 2005 07:04:15 +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 jB574F7j098281; Mon, 5 Dec 2005 07:04:15 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB574FeY098280; Mon, 5 Dec 2005 07:04:15 GMT (envelope-from dougb) Message-Id: <200512050704.jB574FeY098280@repoman.freebsd.org> From: Doug Barton Date: Mon, 5 Dec 2005 07:04:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 07:04:17 -0000 dougb 2005-12-05 07:04:15 UTC FreeBSD src repository Modified files: etc rc.subr Log: Change how *.sh scripts are handled. If the script is in /etc/rc.d, source it into the shell. If not, handle it in a subshell the same way that "real" rc.d-style scripts are handled. This will dramatically ease the "process local scripts in the base rcorder" transition. Add *.bak to the list of files in */rc.d that we ignore. Revision Changes Path 1.45 +2 -2 src/etc/rc.subr