From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 20:02:08 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE2D16BFF4 for ; Tue, 6 Jun 2006 19:58:25 +0000 (UTC) (envelope-from thomas@hardy.tmseck.homedns.org) Received: from smtp4.netcologne.de (smtp4.netcologne.de [194.8.194.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E9943D46 for ; Tue, 6 Jun 2006 19:58:24 +0000 (GMT) (envelope-from thomas@hardy.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-81-173-174-117.netcologne.de [81.173.174.117]) by smtp4.netcologne.de (Postfix) with SMTP id DAF80DA5A5 for ; Tue, 6 Jun 2006 21:58:22 +0200 (CEST) Received: (qmail 1693 invoked from network); 6 Jun 2006 19:58:45 -0000 Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2) by 0 with SMTP; 6 Jun 2006 19:58:45 -0000 Received: from hardy.tmseck.homedns.org (localhost [127.0.0.1]) by hardy.tmseck.homedns.org (8.13.6/8.13.6) with ESMTP id k56JwLnj046113; Tue, 6 Jun 2006 21:58:21 +0200 (CEST) (envelope-from thomas@hardy.tmseck.homedns.org) Received: (from thomas@localhost) by hardy.tmseck.homedns.org (8.13.6/8.13.6/Submit) id k56JwKB9046112; Tue, 6 Jun 2006 21:58:20 +0200 (CEST) (envelope-from thomas) Date: Tue, 6 Jun 2006 21:58:20 +0200 (CEST) Message-Id: <200606061958.k56JwKB9046112@hardy.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: Doug Barton In-Reply-To: <4485C1C2.5030508@FreeBSD.org> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Cc: freebsd-ports@FreeBSD.org Subject: Re: New cvsd rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:02:13 -0000 * Doug Barton [gmane.os.freebsd.devel.ports]: > Ying-Chieh Liao wrote: > name="cvsd" > -rcvar=`set_rcvar` > -command="%%PREFIX%%/sbin/$name" > - > -load_rc_config $name > +rcvar=${name}_enable > > Minor issue, but saves one layer of indirection. rc(8) still uses this style in the example scripts (at least on 6.1) -- would you mind updating it to match current rc.d policy?