Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38533 Details for
Bug 60401
vsftpd 2.0.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vsftpd-2.0.1-gentoo.diff to go with the above ebuild
vsftpd-2.0.1-gentoo.diff (text/plain), 7.95 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2004-08-30 13:35:25 UTC
(
hide
)
Description:
vsftpd-2.0.1-gentoo.diff to go with the above ebuild
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2004-08-30 13:35:25 UTC
Size:
7.95 KB
patch
obsolete
>diff -urN vsftpd-2.0.1/defs.h vsftpd-2.0.1-modified/defs.h >--- vsftpd-2.0.1/defs.h 2004-06-04 10:37:29.000000000 -0400 >+++ vsftpd-2.0.1-modified/defs.h 2004-08-30 00:17:42.447095344 -0400 >@@ -1,7 +1,7 @@ > #ifndef VSF_DEFS_H > #define VSF_DEFS_H > >-#define VSFTP_DEFAULT_CONFIG "/etc/vsftpd.conf" >+#define VSFTP_DEFAULT_CONFIG "/etc/vsftpd/vsftpd.conf" > > #define VSFTP_COMMAND_FD 0 > >diff -urN vsftpd-2.0.1/tunables.c vsftpd-2.0.1-modified/tunables.c >--- vsftpd-2.0.1/tunables.c 2004-07-02 07:26:17.000000000 -0400 >+++ vsftpd-2.0.1-modified/tunables.c 2004-08-30 01:47:33.732495384 -0400 >@@ -87,19 +87,19 @@ > unsigned int tunable_max_per_ip = 0; > unsigned int tunable_trans_chunk_size = 0; > >-const char* tunable_secure_chroot_dir = "/usr/share/empty"; >+const char* tunable_secure_chroot_dir = "/usr/share/vsftpd/empty"; > const char* tunable_ftp_username = "ftp"; > const char* tunable_chown_username = "root"; > const char* tunable_xferlog_file = "/var/log/xferlog"; >-const char* tunable_vsftpd_log_file = "/var/log/vsftpd.log"; >+const char* tunable_vsftpd_log_file = "/var/log/vsftpd/vsftpd.log"; > const char* tunable_message_file = ".message"; > const char* tunable_nopriv_user = "nobody"; > const char* tunable_ftpd_banner = 0; >-const char* tunable_banned_email_file = "/etc/vsftpd.banned_emails"; >-const char* tunable_chroot_list_file = "/etc/vsftpd.chroot_list"; >-const char* tunable_pam_service_name = "ftp"; >+const char* tunable_banned_email_file = "/etc/vsftpd/vsftpd.banned_emails"; >+const char* tunable_chroot_list_file = "/etc/vsftpd/vsftpd.chroot_list"; >+const char* tunable_pam_service_name = "vsftpd"; > const char* tunable_guest_username = "ftp"; >-const char* tunable_userlist_file = "/etc/vsftpd.user_list"; >+const char* tunable_userlist_file = "/etc/vsftpd/vsftpd.user_list"; > const char* tunable_anon_root = 0; > const char* tunable_local_root = 0; > const char* tunable_banner_file = 0; >@@ -111,8 +111,8 @@ > const char* tunable_hide_file = 0; > const char* tunable_deny_file = 0; > const char* tunable_user_sub_token = 0; >-const char* tunable_email_password_file = "/etc/vsftpd.email_passwords"; >-const char* tunable_rsa_cert_file = "/usr/share/ssl/certs/vsftpd.pem"; >+const char* tunable_email_password_file = "/etc/vsftpd/vsftpd.email_passwords"; >+const char* tunable_rsa_cert_file = "/etc/ssl/certs/vsftpd.pem"; > const char* tunable_dsa_cert_file = 0; > const char* tunable_ssl_ciphers = "DES-CBC3-SHA"; > >diff -urN vsftpd-2.0.1/vsftpd.8 vsftpd-2.0.1-modified/vsftpd.8 >--- vsftpd-2.0.1/vsftpd.8 2003-08-28 18:34:54.000000000 -0400 >+++ vsftpd-2.0.1-modified/vsftpd.8 2004-08-30 00:48:55.383365752 -0400 >@@ -21,7 +21,7 @@ > recommended. It is activated by setting > .Pa listen=YES > in >-.Pa /etc/vsftpd.conf . >+.Pa /etc/vsftpd/vsftpd.conf . > Direct execution of the > .Nm vsftpd > binary will then launch the FTP service ready for immediate client connections. >@@ -29,6 +29,6 @@ > An optional > .Op configuration file > may be given on the command line. The default configuration file is >-.Pa /etc/vsftpd.conf . >+.Pa /etc/vsftpd/vsftpd.conf . > .Sh SEE ALSO > .Xr vsftpd.conf 5 >diff -urN vsftpd-2.0.1/vsftpd.conf.5 vsftpd-2.0.1-modified/vsftpd.conf.5 >--- vsftpd-2.0.1/vsftpd.conf.5 2004-07-02 06:39:11.000000000 -0400 >+++ vsftpd-2.0.1-modified/vsftpd.conf.5 2004-08-30 00:59:12.251587528 -0400 >@@ -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 /etc/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 >@@ -136,7 +136,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 >+/etc/vsftpd/vsftpd.chroot_list, but you may override this with the > .BR chroot_list_file > setting. > >@@ -164,7 +164,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 >+/etc/vsftpd/vsftpd.banned_emails, but you may override this with the > .BR banned_email_file > setting. > >@@ -192,7 +192,7 @@ > If enabled, two log files are generated in parallel, going by default to > .BR /var/log/xferlog > and >-.BR /var/log/vsftpd.log . >+.BR /var/log/vsftpd/vsftpd.log . > The former is a wu-ftpd style transfer log, parseable by standard tools. The > latter is vsftpd's own style log. > >@@ -355,7 +355,7 @@ > 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 /etc/vsftpd/vsftpd.email_passwords. > > Default: NO > .TP >@@ -414,7 +414,7 @@ > Default: YES > .TP > .B syslog_enable >-If enabled, then any log output which would have gone to /var/log/vsftpd.log >+If enabled, then any log output which would have gone to /var/log/vsftpd/vsftpd.log > goes to the system log instead. Logging is done under the FTPD facility. > > Default: NO >@@ -494,7 +494,7 @@ > .TP > .B xferlog_enable > If enabled, a log file will be maintained detailling uploads and downloads. >-By default, this file will be placed at /var/log/vsftpd.log, but this location >+By default, this file will be placed at /var/log/vsftpd/vsftpd.log, but this location > may be overridden using the configuration setting > .BR vsftpd_log_file . > >@@ -635,7 +635,7 @@ > .BR deny_email_enable > is enabled. > >-Default: /etc/vsftpd.banned_emails >+Default: /etc/vsftpd/vsftpd.banned_emails > .TP > .B banner_file > This option is the name of a file containing text to display when someone >@@ -664,7 +664,7 @@ > is enabled, then the list file becomes a list of users to NOT place in a > chroot() jail. > >-Default: /etc/vsftpd.chroot_list >+Default: /etc/vsftpd/vsftpd.chroot_list > .TP > .B cmds_allowed > This options specifies a comma separated list of allowed FTP commands (post >@@ -706,7 +706,7 @@ > .BR secure_email_list_enable > setting. > >-Default: /etc/vsftpd.email_passwords >+Default: /etc/vsftpd/vsftpd.email_passwords > .TP > .B ftp_username > This is the name of the user we use for handling anonymous FTP. The home >@@ -791,14 +791,14 @@ > This option specifies the location of the RSA certificate to use for SSL > encrypted connections. > >-Default: /usr/share/ssl/certs/vsftpd.pem >+Default: /etc/ssl/certs/vsftpd.pem > .TP > .B secure_chroot_dir > This option should be the name of a directory which is empty. Also, the > 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: /usr/share/vsftpd/empty > .TP > .B ssl_ciphers > This option can be used to select which SSL ciphers vsftpd will allow for >@@ -816,10 +816,10 @@ > with an example. If you set > .BR user_config_dir > to be >-.BR /etc/vsftpd_user_conf >+.BR /etc/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 /etc/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 >@@ -855,7 +855,7 @@ > .BR userlist_enable > option is active. > >-Default: /etc/vsftpd.user_list >+Default: /etc/vsftpd/vsftpd.user_list > .TP > .B vsftpd_log_file > This option is the name of the file to which we write the vsftpd style >@@ -869,7 +869,7 @@ > .BR syslog_enable , > then this file is not written and output is sent to the system log instead. > >-Default: /var/log/vsftpd.log >+Default: /var/log/vsftpd/vsftpd.log > .TP > .B xferlog_file > This option is the name of the file to which we write the wu-ftpd style
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 60401
:
38531
| 38533 |
38536
|
39688