Package: vsftpd
Version: 2.0.5-2
Severity: wishlist

The init.d script uses:

"... FTP server: $NAME"

And later it prints the results from start-stop daemon.

Please, use

echo -n "... FTP server: "

and later on use

echo "$NAME."

so that it does not print things like:

Stopping FTP server: vsftpdNo /usr/sbin/vsftpd found running; none killed.

but

Stopping FTP server: No /usr/sbin/vsftpd found running; none killed.

Thanks!

-- 
Jesus Climent                      info:pumuki.org dj:triplestereo.com
Unix SysAdm|Linux User #66350|Debian Developer|2.6.18|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

Roz, you're looking fabulous today. Is that a new haircut?
                --Mike (Monsters, Inc.)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to