Bug 203340 - man page does not reflect patches made regarding /etc/vsftpd
Summary: man page does not reflect patches made regarding /etc/vsftpd
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: vsftpd
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Maros Barabas
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-21 12:34 UTC by Leo Baltus
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-08-22 08:49:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to correct man pages (2.04 KB, text/x-patch)
2006-08-22 08:48 UTC, Maros Barabas
no flags Details

Description Leo Baltus 2006-08-21 12:34:05 UTC
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.

Comment 1 Maros Barabas 2006-08-22 08:48:59 UTC
Created attachment 134622 [details]
Patch to correct man pages


Note You need to log in before you can comment on or make changes to this bug.