aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2015-03-30 16:51:35 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-04-15 22:42:37 -0400
commit69d36cea15b307d513f5d6e887812456dd3d5948 (patch)
tree106a88fc1ec69953e3cd7c27bd1a9742a8dd92d9
parentac4e327ee72ef1cbae1f3cfbac1ad41f58842dd4 (diff)
downloadmeta-openembedded-69d36cea15b307d513f5d6e887812456dd3d5948.tar.gz
vsftpd / init: add LSB init infos
Keep compatibility with chkconfig tool. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rwxr-xr-xmeta-networking/recipes-daemons/vsftpd/files/init9
1 files changed, 9 insertions, 0 deletions
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"