[Bug 511058] [NEW] /etc/init/vsftpd.conf contains an error.

qq274980 qq274980 at gmail.com
Fri Jan 22 07:35:22 GMT 2010


Public bug reported:

Binary package hint: vsftpd


/etc/init/vsftpd.conf  contains an error, which cause two folders with name "-" and "755" been created in the ROOT path.

The install param should be "-m 755"!!!

biff at lenovo:~$ diff vsftpd.conf vsftpd.conf.fix 
27c27
< 	[ -d /var/run/vsftpd/emply ] || install - 755 -o root -g root -d /var/run/vsftpd/empty
---
> 	[ -d /var/run/vsftpd/emply ] || install -m 755 -o root -g root -d /var/run/vsftpd/empty

Distributor ID:	Ubuntu
Description:	Ubuntu lucid (development branch)
Release:	10.04
Codename:	lucid

vsftpd: version 2.2.2

ProblemType: Bug
Architecture: i386
Date: Fri Jan 22 15:24:34 2010
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
SourcePackage: vsftpd
Uname: Linux 2.6.32-10-generic i686

** Affects: vsftpd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: i386 lucid vsftpd

-- 
/etc/init/vsftpd.conf contains an error.
https://bugs.launchpad.net/bugs/511058
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.



More information about the Ubuntu-server-bugs mailing list