On Mon, Sep 01, 2003 at 11:55:34AM -0400, Martin, Stephen wrote: > 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? I recently submitted an ebuild (for skunkweb, bug 26450) which I wish had a similar characteristic -- that it could optionally build an apache 1 or 2 module (or none). Since there didn't seem to be an apache1 flag, the apache1 option isn't there at the moment. +1 as far as I am concerned for adding an apache1 USE flag! Jacob Smullyan