Subject: Re: Wrong path to perl
To: None <tech-pkg@netbsd.org>
From: Marc Baudoin <babafou@babafou.eu.org>
List: tech-pkg
Date: 04/03/2007 15:04:43
Martti Kuparinen <martti.kuparinen@iki.fi> écrit :
> 
> This doesn't look right (I have updated pkgsrc 10 minutes ago):
> 
> % cd /usr/pkgsrc/mail/postgrey
> % make install
> % head -1 /usr/pkg/sbin/postgrey
> #!/usr/bin/perl -T -w
> % type perl
> perl is /usr/pkg/bin/perl

Moreover, with the correct path for perl, postgrey seems to die
just after lauch.  Nothing in /var/log maillog except the correct
startup messages:

Apr  3 15:02:43 shuttle postgrey[8414]: Process Backgrounded 
Apr  3 15:02:43 shuttle postgrey[8414]: 2007/04/03-15:02:43 postgrey (type Net::Server::Multiplex) starting! pid(8414) 
Apr  3 15:02:43 shuttle postgrey[8414]: Binding to TCP port 2525 on host localhost  
Apr  3 15:02:43 shuttle postgrey[8414]: Setting gid to "32766 32766" 
Apr  3 15:02:43 shuttle postgrey[8414]: Setting uid to "200" 

But no postgrey process...