diff options
Diffstat (limited to 'net/vsftpd/patches/patch-ac')
-rw-r--r-- | net/vsftpd/patches/patch-ac | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/vsftpd/patches/patch-ac b/net/vsftpd/patches/patch-ac new file mode 100644 index 00000000000..35c9b6b22f2 --- /dev/null +++ b/net/vsftpd/patches/patch-ac @@ -0,0 +1,34 @@ +$NetBSD: patch-ac,v 1.1 2003/05/09 23:31:40 salo Exp $ + +--- vsftpd.conf.orig 2003-05-10 01:04:11.000000000 +0200 ++++ vsftpd.conf 2003-05-10 01:14:57.000000000 +0200 +@@ -1,4 +1,4 @@ +-# Example config file /etc/vsftpd.conf ++# Example config file @PKG_SYSCONFDIR@/vsftpd.conf + # + # The default compiled in settings are very paranoid. This sample file + # loosens things up a bit, to make the ftp daemon more usable. +@@ -83,14 +83,14 @@ + # useful for combatting certain DoS attacks. + #deny_email_enable=YES + # (default follows) +-#banned_email_file=/etc/vsftpd.banned_emails ++#banned_email_file=@PKG_SYSCONFDIR@/vsftpd.banned_emails + # + # You may specify an explicit list of local users to chroot() to their home + # directory. If chroot_local_user is YES, then this list becomes a list of + # users to NOT chroot(). + #chroot_list_enable=YES + # (default follows) +-#chroot_list_file=/etc/vsftpd.chroot_list ++#chroot_list_file=@PKG_SYSCONFDIR@/vsftpd.chroot_list + # + # You may activate the "-R" option to the builtin ls. This is disabled by + # default to avoid remote users being able to cause excessive I/O on large +@@ -98,3 +98,6 @@ + # the presence of the "-R" option, so there is a strong case for enabling it. + #ls_recurse_enable=YES + ++# By default the server will run standalone. Comment out the option below when ++# running from inetd. ++listen=YES |