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"!!!

b...@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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to