From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 25 17:30:24 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F8716A41F for ; Mon, 25 Jul 2005 17:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BC643D45 for ; Mon, 25 Jul 2005 17:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6PHUN4R015648 for ; Mon, 25 Jul 2005 17:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6PHUNU9015647; Mon, 25 Jul 2005 17:30:23 GMT (envelope-from gnats) Date: Mon, 25 Jul 2005 17:30:23 GMT Message-Id: <200507251730.j6PHUNU9015647@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: misc/84030: /etc/rc.d/power_profile is not a real rc.d script X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 17:30:24 -0000 The following reply was made to PR conf/84030; it has been noted by GNATS. From: Brooks Davis To: Alexander Botero-Lowry Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/84030: /etc/rc.d/power_profile is not a real rc.d script Date: Mon, 25 Jul 2005 10:29:40 -0700 > Apply http://www.stampede.org/~drax/devd.patch AND move /etc/rc.d/power_profile to /etc/power_profile /etc/rc.d/power_profile should not be moved to /etc. If we do decide that it does not belong in /etc/rc.d, then a new directory should be created to house it (and /etc/rc.d/dhclient and /etc/rc.d/wpa_supplicant). Dropping various non-startup scripts in /etc/ is a trend we should avoid. -- Brooks