diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-03-30 16:51:35 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-04-15 22:42:37 -0400 |
commit | 69d36cea15b307d513f5d6e887812456dd3d5948 (patch) | |
tree | 106a88fc1ec69953e3cd7c27bd1a9742a8dd92d9 /meta-networking/recipes-daemons/vsftpd | |
parent | ac4e327ee72ef1cbae1f3cfbac1ad41f58842dd4 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd')
-rwxr-xr-x | meta-networking/recipes-daemons/vsftpd/files/init | 9 |
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 d0ec010dc..72adf0d9a 100755 --- a/meta-networking/recipes-daemons/vsftpd/files/init +++ b/meta-networking/recipes-daemons/vsftpd/files/init | |||
@@ -1,4 +1,13 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ### BEGIN INIT INFO | ||
3 | # Provides: vsftpd | ||
4 | # Default-Start: 2345 | ||
5 | # Default-Stop: 016 | ||
6 | # Short-Description: Very Secure Ftp Daemon | ||
7 | # Description: vsftpd is a Very Secure FTP daemon. It was written completely from | ||
8 | # scratch | ||
9 | ### END INIT INFO | ||
10 | |||
2 | DAEMON=/usr/sbin/vsftpd | 11 | DAEMON=/usr/sbin/vsftpd |
3 | NAME=vsftpd | 12 | NAME=vsftpd |
4 | DESC="FTP Server" | 13 | DESC="FTP Server" |