Author: bcornec Date: Tue Feb 6 14:03:37 2007 New Revision: 116718 Modified: packages/cooker/vsftpd/current/SOURCES/vsftpd.init
Log: vsftpd init script now LSB compliant (Fix: http://qa.mandriva.com/show_bug.cgi?id=28333) Modified: packages/cooker/vsftpd/current/SOURCES/vsftpd.init ============================================================================== --- packages/cooker/vsftpd/current/SOURCES/vsftpd.init (original) +++ packages/cooker/vsftpd/current/SOURCES/vsftpd.init Tue Feb 6 14:03:37 2007 @@ -8,6 +8,15 @@ # that answers incoming ftp service requests. # processname: vsftpd # config: /etc/vsftpd/vsftpd.conf +# +### BEGIN INIT INFO +# Provides: vsftpd +# Should-Start: $network $syslog +# Default-Start: 3 5 +# Short-Description: Vsftpd is a very secure ftp daemon +# Description: Vsftpd is a very secure ftp daemon which is the program +# that answers incoming ftp service requests. +### END INIT INFO # Source function library. . /etc/rc.d/init.d/functions
