[oe-commits] Wenzong Fan : vsftpd / init: add LSB init infos

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:10:15 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e44ecd9f911b57a95580a90c33f18e47900d82f7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e44ecd9f911b57a95580a90c33f18e47900d82f7

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Mon Mar 30 16:51:35 2015 +0800

vsftpd / init: add LSB init infos

Keep compatibility with chkconfig tool.

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 d0ec010..72adf0d 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"



More information about the Openembedded-commits mailing list