d0567a00ac
While here, use SUBST_VARS instead of the equivalent thing with SUBST_SED. From hydrocat on netbsd-docs@
109 lines
4.2 KiB
Text
109 lines
4.2 KiB
Text
$NetBSD: patch-af,v 1.8 2018/10/18 07:51:40 maya Exp $
|
|
|
|
Use PKG_SYSCONFDIR instead of hardcoding /etc
|
|
|
|
--- vsftpd.conf.5.orig 2009-10-19 02:46:30.000000000 +0000
|
|
+++ vsftpd.conf.5
|
|
@@ -4,7 +4,7 @@ vsftpd.conf \- config file for vsftpd
|
|
.SH DESCRIPTION
|
|
vsftpd.conf may be used to control various aspects of vsftpd's behaviour. By
|
|
default, vsftpd looks for this file at the location
|
|
-.BR /etc/vsftpd.conf .
|
|
+.BR @PKG_SYSCONFDIR@/vsftpd/vsftpd.conf .
|
|
However, you may override this by specifying a command line argument to
|
|
vsftpd. The command line argument is the pathname of the configuration file
|
|
for vsftpd. This behaviour is useful because you may wish to use an advanced
|
|
@@ -138,7 +138,7 @@ chroot() jail in their home directory up
|
|
different if chroot_local_user is set to YES. In this case, the list becomes
|
|
a list of users which are NOT to be placed in a chroot() jail.
|
|
By default, the file containing this list is
|
|
-/etc/vsftpd.chroot_list, but you may override this with the
|
|
+@PKG_SYSCONFDIR@/vsftpd/vsftpd.chroot_list, but you may override this with the
|
|
.BR chroot_list_file
|
|
setting.
|
|
|
|
@@ -177,7 +177,7 @@ Default: NO
|
|
.B deny_email_enable
|
|
If activated, you may provide a list of anonymous password e-mail responses
|
|
which cause login to be denied. By default, the file containing this list is
|
|
-/etc/vsftpd.banned_emails, but you may override this with the
|
|
+@PKG_SYSCONFDIR@/vsftpd/vsftpd.banned_emails, but you may override this with the
|
|
.BR banned_email_file
|
|
setting.
|
|
|
|
@@ -433,7 +433,7 @@ anonymous logins are prevented unless th
|
|
file specified by the
|
|
.BR email_password_file
|
|
setting. The file format is one password per line, no extra whitespace. The
|
|
-default filename is /etc/vsftpd.email_passwords.
|
|
+default filename is @PKG_SYSCONFDIR@/vsftpd/vsftpd.email_passwords.
|
|
|
|
Default: NO
|
|
.TP
|
|
@@ -764,7 +764,7 @@ passwords which are not permitted. This
|
|
.BR deny_email_enable
|
|
is enabled.
|
|
|
|
-Default: /etc/vsftpd.banned_emails
|
|
+Default: @PKG_SYSCONFDIR@/vsftpd/vsftpd.banned_emails
|
|
.TP
|
|
.B banner_file
|
|
This option is the name of a file containing text to display when someone
|
|
@@ -803,7 +803,7 @@ is enabled. If the option
|
|
is enabled, then the list file becomes a list of users to NOT place in a
|
|
chroot() jail.
|
|
|
|
-Default: /etc/vsftpd.chroot_list
|
|
+Default: @PKG_SYSCONFDIR@/vsftpd/vsftpd.chroot_list
|
|
.TP
|
|
.B cmds_allowed
|
|
This options specifies a comma separated list of allowed FTP commands (post
|
|
@@ -864,7 +864,7 @@ This option can be used to provide an al
|
|
.BR secure_email_list_enable
|
|
setting.
|
|
|
|
-Default: /etc/vsftpd.email_passwords
|
|
+Default: @PKG_SYSCONFDIR@/vsftpd/vsftpd.email_passwords
|
|
.TP
|
|
.B ftp_username
|
|
This is the name of the user we use for handling anonymous FTP. The home
|
|
@@ -955,7 +955,7 @@ Default: (none - the address is taken fr
|
|
This option specifies the location of the RSA certificate to use for SSL
|
|
encrypted connections.
|
|
|
|
-Default: /usr/share/ssl/certs/vsftpd.pem
|
|
+Default: @PKG_SYSCONFDIR@/vsftpd.pem
|
|
.TP
|
|
.B rsa_private_key_file
|
|
This option specifies the location of the RSA private key to use for SSL
|
|
@@ -969,7 +969,7 @@ This option should be the name of a dire
|
|
directory should not be writable by the ftp user. This directory is used
|
|
as a secure chroot() jail at times vsftpd does not require filesystem access.
|
|
|
|
-Default: /usr/share/empty
|
|
+Default: @VARBASE@/chroot/vsftpd
|
|
.TP
|
|
.B ssl_ciphers
|
|
This option can be used to select which SSL ciphers vsftpd will allow for
|
|
@@ -987,10 +987,10 @@ the manual page, on a per-user basis. Us
|
|
with an example. If you set
|
|
.BR user_config_dir
|
|
to be
|
|
-.BR /etc/vsftpd_user_conf
|
|
+.BR @PKG_SYSCONFDIR@/vsftpd/vsftpd_user_conf
|
|
and then log on as the user "chris", then vsftpd will apply the settings in
|
|
the file
|
|
-.BR /etc/vsftpd_user_conf/chris
|
|
+.BR @PKG_SYSCONFDIR@/vsftpd/vsftpd_user_conf/chris
|
|
for the duration of the session. The format of this file is as detailed in
|
|
this manual page! PLEASE NOTE that not all settings are effective on a
|
|
per-user basis. For example, many settings only prior to the user's session
|
|
@@ -1026,7 +1026,7 @@ This option is the name of the file load
|
|
.BR userlist_enable
|
|
option is active.
|
|
|
|
-Default: /etc/vsftpd.user_list
|
|
+Default: @PKG_SYSCONFDIR@/vsftpd/vsftpd.user_list
|
|
.TP
|
|
.B vsftpd_log_file
|
|
This option is the name of the file to which we write the vsftpd style
|