Remi Lefevre wrote:
Different solutions are possible :

1) all pure-ftpd variants install with the same binary name
"pure-ftpd" (as they conflict each others
2) a symbolic link is created after installation for the variant, for ex:
                 /usr/sbin/pure-ftpd -> /usr/sbin/pure-ftpd-mysql
3) the pure-ftpd wrapper called by inetd is able to take to variant as
its first parameter and to add it as a suffix to the binary name, so
replacing in "/etc/inetd.conf":

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd
/usr/sbin/pure-ftpd-wrapper

by

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd
/usr/sbin/pure-ftpd-wrapper mysql

also works correctly.

Thank you very much for proposing these solutions.

Bye
        Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to