summaryrefslogtreecommitdiff
path: root/net/vsftpd/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/vsftpd/patches/patch-af')
-rw-r--r--net/vsftpd/patches/patch-af71
1 files changed, 71 insertions, 0 deletions
diff --git a/net/vsftpd/patches/patch-af b/net/vsftpd/patches/patch-af
new file mode 100644
index 00000000000..a9dd9ca537c
--- /dev/null
+++ b/net/vsftpd/patches/patch-af
@@ -0,0 +1,71 @@
+$NetBSD: patch-af,v 1.1 2003/05/09 23:31:41 salo Exp $
+
+--- vsftpd.conf.5.orig 2002-11-09 16:41:11.000000000 +0100
++++ vsftpd.conf.5 2003-05-10 00:25:51.000000000 +0200
+@@ -4,7 +4,7 @@
+ .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.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
+@@ -115,7 +115,7 @@
+ 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.chroot_list, but you may override this with the
+ .BR chroot_list_file
+ setting.
+
+@@ -143,7 +143,7 @@
+ .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.banned_emails, but you may override this with the
+ .BR banned_email_file
+ setting.
+
+@@ -448,7 +448,7 @@
+ .BR deny_email_enable
+ is enabled.
+
+-Default: /etc/vsftpd.banned_emails
++Default: @PKG_SYSCONFDIR@/vsftpd.banned_emails
+ .TP
+ .B banner_file
+ This option is the name of a file containing text to display when someone
+@@ -476,7 +476,7 @@
+ .BR chroot_local_user
+ is disabled.
+
+-Default: /etc/vsftpd.chroot_list
++Default: @PKG_SYSCONFDIR@/vsftpd.chroot_list
+ .TP
+ .B guest_username
+ See the boolean setting
+@@ -551,10 +551,10 @@
+ with an example. If you set
+ .BR user_config_dir
+ to be
+-.BR /etc/vsftpd_user_conf
++.BR @PKG_SYSCONFDIR@/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_user_conf/chris
+ for the duration of the session. The format of this file is as detailed in
+ this manual page!
+
+@@ -565,7 +565,7 @@
+ .BR userlist_enable
+ option is active.
+
+-Default: /etc/vsftpd.user_list
++Default: @PKG_SYSCONFDIR@/vsftpd.user_list
+ .TP
+ .B xferlog_file
+ This option is the name of the file to which we write the transfer log. The