From owner-freebsd-rc@FreeBSD.ORG Sun Nov 26 22:36:36 2006 Return-Path: X-Original-To: freebsd-rc@FreeBSD.org Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 290F816A415; Sun, 26 Nov 2006 22:36:36 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from suede.reed.edu (suede.reed.edu [134.10.2.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5EA43D5A; Sun, 26 Nov 2006 22:35:39 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c038h213.dorm.reed.edu [134.10.38.213]) by suede.reed.edu (8.13.8/8.13.8) with ESMTP id kAQMaPNl004621 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sun, 26 Nov 2006 14:36:25 -0800 Received: from localhost (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id kAQMZlrB060084; Sun, 26 Nov 2006 14:35:47 -0800 (PST) (envelope-from alex@Laptop.mine.box) Message-Id: <200611262235.kAQMZlrB060084@Laptop.mine.box> From: Alexander Botero-Lowry To: Florent Thoumie , Yar Tikhiy , freebsd-rc@FreeBSD.org In-reply-to: <456A1598.5080904@FreeBSD.org> References: <1161268403.89897.1.camel@mayday.esat.net> <20061126121907.GC60959@comp.chem.msu.su> <4569A113.5080106@FreeBSD.org> <20061126181422.GA66009@comp.chem.msu.su> <200611262125.kAQLPFHS029942@Laptop.mine.box> <456A08DD.2080205@FreeBSD.org> <200611262223.kAQMNvs4054769@Laptop.mine.box> <456A1598.5080904@FreeBSD.org> Comments: In-reply-to Florent Thoumie message dated "Sun, 26 Nov 2006 22:30:48 +0000." Date: Sun, 26 Nov 2006 14:35:47 -0800 Sender: alex@foxybanana.com X-Scanned-By: MIMEDefang 2.58 on 134.10.2.45 Cc: Subject: Re: rcvar function in rc.subr X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 22:36:36 -0000 > > You don't need to activate services early in the boot process. As I > understand it, chkconfig is like gentoo's rc-update. It's just something That's about what chkconfig does, it just tends to be an /sbin thing for tradition (that's where it is on IRIX I believe) > you run once you just installed something from ports (in our case). > Anyway, that's the same as ${bla#\$}. Won't break whether you have a Yeah, I just looked at my code and that's what it does. So I suppose the point is moot, but I would definetly ask the NetBSD people why they did it maybe they have a good reason. > leading dollar or not. > > --=20 > Florent Thoumie > flz@FreeBSD.org > FreeBSD Committer >