From owner-freebsd-stable@FreeBSD.ORG Sun Feb 17 07:34:29 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB407563; Sun, 17 Feb 2013 07:34:29 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2ACCFE; Sun, 17 Feb 2013 07:34:29 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by kabab.cs.huji.ac.il with esmtp id 1U6yf3-000G7M-Sp; Sun, 17 Feb 2013 09:27:46 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Chris Rees Subject: Re: some issues with /usr/sbin/service In-reply-to: References: <511E0D43.6070900@dssgmbh.de> <20130215105710.GA6130@icarus.home.lan> <20130215193210.GB85777@in-addr.com> <20130215212020.GA17516@icarus.home.lan> <20130215213257.GA20155@icarus.home.lan> <511F4205.50509@passap.ru> <20130216092133.GA31449@icarus.home.lan> <1FD54589-7C32-47B5-A400-02FEE1459B02@gromit.dlib.vt.edu> <20130216180859.GF85777@in-addr.com> Comments: In-reply-to Chris Rees message dated "Sat, 16 Feb 2013 18:24:20 +0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 17 Feb 2013 09:27:45 +0200 From: Daniel Braniss Message-ID: Cc: Jeremy Chadwick , FreeBSD , Boris Samorodov X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 07:34:29 -0000 because of the trees, you lost the forest :-) service -e lists enabled services in the order they would be executed. ====================== since most ports (and I would like to say all), use : ${xxx_enable=no}, then service -e will give false positives since the scripts are not loaded. adding the -v could be more verbose, but the message should go to tty. my .02$ danny