From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DqAm1-00003r-8e for garchives@archives.gentoo.org; Wed, 06 Jul 2005 14:21:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j66EJ8lv018686; Wed, 6 Jul 2005 14:19:08 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j66EG6kq017182 for ; Wed, 6 Jul 2005 14:16:06 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1DqAht-0002rO-Fl for gentoo-dev@lists.gentoo.org; Wed, 06 Jul 2005 14:16:57 +0000 Received: (qmail 32092 invoked from network); 6 Jul 2005 10:13:27 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 6 Jul 2005 10:13:27 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] inetd/xinetd useflags Date: Wed, 6 Jul 2005 10:17:31 -0400 User-Agent: KMail/1.8.1 References: <200507060017.25598@enterprise.flameeyes.is-a-geek.org> <20050706133654.GB4955@olive.flatmonk> <200507061556.05417@enterprise.flameeyes.is-a-geek.org> In-Reply-To: <200507061556.05417@enterprise.flameeyes.is-a-geek.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200507061017.31669.vapier@gentoo.org> X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j66EG6kq017182 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j66EJ8nQ018686 X-Archives-Salt: 0bc03d3e-8e0d-47a7-a3ad-408389fcd7a8 X-Archives-Hash: e1b8ff890bc9eb14235982c1aadda230 On Wednesday 06 July 2005 09:55 am, Diego 'Flameeyes' Petten=F2 wrote: > On Wednesday 06 July 2005 15:36, Aron Griffis wrote: > > Diego: what is the content of doxinetd? > > Right now? It doesn't exists. > It was an idea. I think something like: > > doxinetd() { > if ! hasq xinetd ${IUSE} || use xinetd; > insinto /etc/xinetd.d #or whatever the dir is, not sure about it > doins $@ > fi > } > > that's just a quick mockup, sure. the hasq part is pointless and the insinto is bad form for a do* func doxinetd() { if use xinetd ; then INSDESTREE=3D/etc/xinetd.d doins "$@" else true fi } --=20 gentoo-dev@gentoo.org mailing list