On Sat, Jun 19, 2010 at 3:59 AM, David Lowe <doctorjl...@verizon.net> wrote:
> On 12 Jun, 2010, at 8:41 AM, Daniel Macks wrote:
>
>> I just updated the package per new version and changed URLs.
>>
>>> But sendfile has a much better successor: F*EX
>>> http://fex.rus.uni-stuttgart.de/
>>>
>>> Maybe you are interested.
>>
>> Love to have it! All we need is someone to submit a package .info
>> file. The existing package, as you saw on the webpage, has no current
>> maintainer:(
>
>        I started looking into this.  The problem is that the package is 
> asking for several prerequisites that i think we don't have:
>
> 1) xinetd

I'm guessing that you could probably do this with launchd instead.

> 2) sendmail in /usr/lib/ rather than /usr/sbin/

It looks like it will fall back on /usr/sbin:

$sendmail = '/usr/lib/sendmail';
$sendmail = '/usr/sbin/sendmail' unless -x $sendmail;
$sendmail = '/no/sendmail'       unless -x $sendmail;

-- 
- Charles Lepple

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to