Description of problem: vsftpd-2.0.1-dir.patch changes te name & location of several configuration files e.g. vsftpd.user_list to vsftpd/user_list. This change is not reflected in the manpages wicht therefor incorrectly states: man vsftpd.conf: userlist_file... Default: /etc/vsftpd.user_list Version-Release number of selected component (if applicable): vsftpd-2.0.3-1 (fc4) vsftpd-2.0.4-1.2 (fc5) How reproducible: allways Steps to Reproduce: 1. man vsftpd.conf 2. rpm -ql vsftpd | grep user_list Actual results: man vsftpd.conf | grep user_list Default: /etc/vsftpd.user_list Expected results: man vsftpd.conf | grep user_list Default: /etc/vsftpd/user_list Additional info: user_list is just an example, see vsftpd-2.0.1-dir.patch for all filenames.
Created attachment 134622 [details] Patch to correct man pages