head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.03.01.08.25;	author svnexp;	state dead;
branches;
next	1.2;

1.2
date	2006.02.20.12.38.27;	author marius;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.10.08.11.48;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313293
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@===========================================================================

Depending on how you would like to start ftpd-tls(8) you have two choices:
1) Add the following line to /etc/rc.conf or /etc/rc.conf.local:

ftpd_tls_enable="YES"

For further available configuration variables when using this method see
%%PREFIX%%/etc/rc.d/ftpd-tls{,.sh}.

2) Add the following entries to your /etc/inetd.conf:

ftp stream tcp  nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -U -l
ftp stream tcp6 nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -U -l

See %%DOCSDIR%%/README.TLS and the openssl(1) manual
page for further information on how to generate the certificates and
the keys and where to place them.

===========================================================================
@


1.2
log
@- Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.

Approved by:	netchild
@
text
@@


1.1
log
@Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.

Submitted by:	Marius Strobl <marius@@alchemy.franken.de>
@
text
@d3 12
a14 6
Depending on how you would like to start ftpd-tls(8) either copy the
sample start-up script %%PREFIX%%/etc/rc.d/ftpd-tls.sh.sample to
%%PREFIX%%/etc/rc.d/ftpd-tls.sh or add the following two entries to
your /etc/inetd.conf:
ftp stream tcp  nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -Ul
ftp stream tcp6 nowait root %%PREFIX%%/libexec/ftpd-tls ftpd-tls -Ul
@

