From owner-freebsd-arch@FreeBSD.ORG Sun Dec 14 19:34:56 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C904216A4CE for ; Sun, 14 Dec 2003 19:34:56 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F2A43D41 for ; Sun, 14 Dec 2003 19:34:53 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AVjXA-0004x1-00; Mon, 15 Dec 2003 09:36:36 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AVjX8-0004vR-00; Mon, 15 Dec 2003 09:36:34 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBF3big1089289; Mon, 15 Dec 2003 09:37:44 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBF3bfDM089236; Mon, 15 Dec 2003 09:37:41 +0600 (NOVT) (envelope-from danfe) Date: Mon, 15 Dec 2003 09:37:40 +0600 From: Alexey Dokuchaev To: Nate Lawson Message-ID: <20031215033740.GB61236@regency.nsu.ru> References: <20031213130351.N59162@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031213130351.N59162@root.org> User-Agent: Mutt/1.4.1i X-Envelope-To: nate@root.org, arch@freebsd.org, acpi-jp@jp.freebsd.org cc: arch@freebsd.org cc: acpi-jp@jp.freebsd.org Subject: Re: Power profile script X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 03:34:56 -0000 On Sat, Dec 13, 2003 at 01:12:03PM -0800, Nate Lawson wrote: > > I'm mostly looking for style input on the /etc/power_profile script since > I'm not familiar with our scripting guidelines. Note that it's called > from devd (or manually by the user) and is not an rc.d boot-time thing. Hmm, it seems that `foo.conf' is preferred form, rather than foo_profile, for naming files in /etc. Am I right? ./danfe