From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1555 invoked by uid 1002); 1 Sep 2003 15:55:36 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 27145 invoked from network); 1 Sep 2003 15:55:36 -0000 Message-ID: <0965EC92EF999641B60A596DF3A331DF0145DCF6@wfmail01.intranet.veridian.com> From: "Martin, Stephen" To: "'gentoo-dev@gentoo.org'" Date: Mon, 1 Sep 2003 11:55:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Subject: [gentoo-dev] putting apache / apache2 on 'need' line X-Archives-Salt: d7086151-cae7-4499-8da6-5aa83a9da18c X-Archives-Hash: 8adc4c3f426b91539c753abfd930540e Hi all, I'm finishing up an ebuild that starts a daemon and depends on apache. The problem is that it can use either apache or apache2. How do I handle this in the need line of the init script, since apache and apache2 have separate flags? I'm thinking I need to do something like 'need apache || apache2'. What's the correct way to handle this? Or should I just say it depends on apache2 and be done with it? Thanks. -- gentoo-dev@gentoo.org mailing list