Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 252343 Details for
Bug 261730
net-ftp/vsftpd-devnet-2.1.0_p1 - vsftpd devnet fork
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for vsftpd-2.2.2+ (ext build 3)
vsftpd-2.2.0-gentoo.patch (text/plain), 3.46 KB, created by
Peter
on 2010-10-28 07:35:49 UTC
(
hide
)
Description:
patch for vsftpd-2.2.2+ (ext build 3)
Filename:
MIME Type:
Creator:
Peter
Created:
2010-10-28 07:35:49 UTC
Size:
3.46 KB
patch
obsolete
>diff -NrU5 vsftpd-2.2.0.original/tunables.c vsftpd-2.2.0/tunables.c >--- vsftpd-2.2.0.original/tunables.c 2009-08-23 15:23:00.000000000 -0600 >+++ vsftpd-2.2.0/tunables.c 2009-08-23 16:00:14.000000000 -0600 >@@ -285,7 +285,7 @@ > /* -rw------- */ > tunable_chown_upload_mode = 0666; > >- install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir); >+ install_str_setting("/usr/share/vsftpd/empty", &tunable_secure_chroot_dir); > install_str_setting("ftp", &tunable_ftp_username); > install_str_setting("root", &tunable_chown_username); > install_str_setting("/var/log/xferlog", &tunable_xferlog_file); >diff -NrU5 vsftpd-2.2.0.original/vsftpd.8 vsftpd-2.2.0/vsftpd.8 >--- vsftpd-2.2.0.original/vsftpd.8 2009-08-23 15:23:00.000000000 -0600 >+++ vsftpd-2.2.0/vsftpd.8 2009-08-23 16:10:03.000000000 -0600 >@@ -33,7 +33,7 @@ > as a config file that will be loaded. Note that config files are loaded in the > strict order that they are encountered on the command line. > If no config files are specified, the default configuration file of >-.Pa /etc/vsftpd.conf >+.Pa /etc/vsftpd/vsftpd.conf > will be loaded, after all other command line options are processed. > .Pp > Supported options are: >@@ -50,7 +50,7 @@ > vsftpd -olisten=NO /etc/vsftpd/vsftpd.conf -oftpd_banner=blah > .Pp > That example overrides vsftpd's built-in default for the "listen" option to be >-NO, but then loads /etc/vsftpd.conf which may override that setting. Finally, >+NO, but then loads /etc/vsftpd/vsftpd.conf which may override that setting. Finally, > the "ftpd_banner" setting is set to "blah", which overrides any default vsftpd > setting and any identical setting that was in the config file. > .Sh FILES >diff -NrU5 vsftpd-2.2.0.original/vsftpd.conf vsftpd-2.2.0/vsftpd.conf >--- vsftpd-2.2.0.original/vsftpd.conf 2009-08-23 15:23:00.000000000 -0600 >+++ vsftpd-2.2.0/vsftpd.conf 2009-08-23 15:35:03.000000000 -0600 >@@ -1,4 +1,4 @@ >-# Example config file /etc/vsftpd.conf >+# Example config file /etc/vsftpd/vsftpd.conf > # > # The default compiled in settings are fairly paranoid. This sample file > # loosens things up a bit, to make the ftp daemon more usable. >@@ -87,7 +87,7 @@ > # useful for combatting certain DoS attacks. > #deny_email_enable=YES > # (default follows) >-#banned_email_file=/etc/vsftpd.banned_emails >+#banned_email_file=/etc/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 >@@ -95,7 +95,7 @@ > #chroot_local_user=YES > #chroot_list_enable=YES > # (default follows) >-#chroot_list_file=/etc/vsftpd.chroot_list >+#chroot_list_file=/etc/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 >diff -NrU5 vsftpd-2.2.0.original/vsftpd.conf.5 vsftpd-2.2.0/vsftpd.conf.5 >--- vsftpd-2.2.0.original/vsftpd.conf.5 2009-08-23 15:23:00.000000000 -0600 >+++ vsftpd-2.2.0/vsftpd.conf.5 2009-08-23 15:49:59.000000000 -0600 >@@ -1162,10 +1162,10 @@ > with an example. If you set > .BR user_config_dir > to be >-.BR /etc/vsftpd_user_conf >+.BR /etc/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 /etc/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261730
:
184341
|
184635
|
188241
|
188265
|
188266
|
252337
|
252339
|
252341
|
252343
|
252759
|
252761
|
252763
|
252765
|
252767
|
252769