From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 8 19:29:44 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 589C2106568A for ; Fri, 8 Aug 2008 19:29:44 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.freebsd.org (Postfix) with ESMTP id 15E628FC18 for ; Fri, 8 Aug 2008 19:29:43 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from [91.123.146.100] (helo=ravenloft.kiev.ua) by istc.kiev.ua with esmtp (Exim 4.52) id 1KRXee-0003Wi-0p; Fri, 08 Aug 2008 22:29:42 +0300 Date: Fri, 8 Aug 2008 22:29:38 +0300 From: Alex Kozlov To: Vincent Hoffman , hackers@freebsd.org, spam@rm-rf.kiev.ua Message-ID: <20080808192938.GA8126@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Spam-Report: Content analysis detailz: (0.0 points, 10.0 required) Cc: Subject: Re: Idea for FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 19:29:44 -0000 On Fri, Aug 08, 2008 at 09:57:07AM +0100, Vincent Hoffman wrote: > > On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > >> On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov wrote: > >>> [1]: > >>> $cat /usr/local/bin/service > >> Basically what I had in mind, but it can be made more portable across > >> FreeBSD configurations. > > [...] > >> And here's where you go wrong. What you want now is: > > Yes. This is more correct: > > > Just to save reimplementing the wheel, have a look also at the > sysutils/bsdadminscripts port. it has rcstart (and various hardlinks,) > which are intended for pretty much what youre intending I think. Too late, I think. This wheel was reimplemented, and quite some time ago ;-) Anyway, thanks for the pointer. I'll check on the weekends if pkg_libchk from bsdadminscripts is a suitable replacement for sysutils/libchk. -- Adios