From 69d36cea15b307d513f5d6e887812456dd3d5948 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 30 Mar 2015 16:51:35 +0800 Subject: vsftpd / init: add LSB init infos Keep compatibility with chkconfig tool. Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/vsftpd/files/init | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-networking/recipes-daemons/vsftpd/files/init b/meta-networking/recipes-daemons/vsftpd/files/init index d0ec010dc7..72adf0d9ad 100755 --- a/meta-networking/recipes-daemons/vsftpd/files/init +++ b/meta-networking/recipes-daemons/vsftpd/files/init @@ -1,4 +1,13 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: vsftpd +# Default-Start: 2345 +# Default-Stop: 016 +# Short-Description: Very Secure Ftp Daemon +# Description: vsftpd is a Very Secure FTP daemon. It was written completely from +# scratch +### END INIT INFO + DAEMON=/usr/sbin/vsftpd NAME=vsftpd DESC="FTP Server" -- cgit 1.2.3-korg