Re: rc script for ftp-proxy with v6

2015-09-12 Thread Antoine Jacoutot
On Sat, Sep 12, 2015 at 01:20:39PM +0100, Stuart Henderson wrote: > ftp-proxy can only open one listening socket, so to use it with > both IPv4 and IPv6, two instances are required. Now that rc.subr > does exact matches of the process name, we could add a separate > rc script for this. Do we want t

Re: rc script for ftp-proxy with v6

2015-09-12 Thread Stefan Sperling
On Sat, Sep 12, 2015 at 02:29:32PM +0200, Mike Belopuhov wrote: > On 12 September 2015 at 14:20, Stuart Henderson wrote: > > ftp-proxy can only open one listening socket, so to use it with > > both IPv4 and IPv6, two instances are required. Now that rc.subr > > does exact matches of the process na

Re: rc script for ftp-proxy with v6

2015-09-12 Thread Mike Belopuhov
On 12 September 2015 at 14:20, Stuart Henderson wrote: > ftp-proxy can only open one listening socket, so to use it with > both IPv4 and IPv6, two instances are required. Now that rc.subr > does exact matches of the process name, we could add a separate > rc script for this. Do we want to do this?

rc script for ftp-proxy with v6

2015-09-12 Thread Stuart Henderson
ftp-proxy can only open one listening socket, so to use it with both IPv4 and IPv6, two instances are required. Now that rc.subr does exact matches of the process name, we could add a separate rc script for this. Do we want to do this? (snmpd and ntpd have the same restriction, but don't have a si