#606418 pure-ftpd-mysql starts double instance, can't stop daemon

Package:
pure-ftpd-mysql
Source:
pure-ftpd
Description:
Secure and efficient FTP server with MySQL user authentication
Submitter:
Richard Zetterberg
Date:
2010-12-08 23:51:04 UTC
Severity:
normal
#606418#5
Date:
2010-12-08 23:48:22 UTC
From:
To:
I start off by running
"apt-get --purge remove pure-ftpd-mysql pure-ftpd pure-ftpd-common"
to make sure there's no traces left of the package.

I then install by running
"apt-get install pure-ftpd-mysql"

Directly after running the install command there is a instance of pure-ftp started which can't be shut
down by running
"/etc/init.d/pure-ftpd-mysql stop"

When I use my ftp client and connect it the instance shows up as a process and then disappears.
The process is not found if I do
"ps aux | grep pure-ftpd"
except for when I try to connect with my ftp client and then run the command directly after trying to connect.

This problem of a double instance stops the instance with mysql from running resulting in all
connection atempts from failing.