Date: Sun, 17 Feb 2013 09:27:45 +0200 From: Daniel Braniss <danny@cs.huji.ac.il> To: Chris Rees <crees@FreeBSD.org> Cc: Jeremy Chadwick <jdc@koitsu.org>, FreeBSD <freebsd-stable@freebsd.org>, Boris Samorodov <bsam@passap.ru> Subject: Re: some issues with /usr/sbin/service Message-ID: <E1U6yf3-000G7M-Sp@kabab.cs.huji.ac.il> In-Reply-To: <CADLo83-yq-2PhAoTjaNSKGLnP1djpFXZvv3BN%2BUOP030bGNe9g@mail.gmail.com> 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> <CADLo83972a=yv_dGNazNywFpF22vJGVG_sMVYVDAMM7BnQXwpA@mail.gmail.com> <20130216180859.GF85777@in-addr.com> <CADLo83-yq-2PhAoTjaNSKGLnP1djpFXZvv3BN%2BUOP030bGNe9g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1U6yf3-000G7M-Sp>