summaryrefslogtreecommitdiff
path: root/ftp/vsftpd/files/vsftpd.in
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/vsftpd/files/vsftpd.in')
-rw-r--r--ftp/vsftpd/files/vsftpd.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/vsftpd/files/vsftpd.in b/ftp/vsftpd/files/vsftpd.in
index 5f612c27c8dc..e4a6c28c6526 100644
--- a/ftp/vsftpd/files/vsftpd.in
+++ b/ftp/vsftpd/files/vsftpd.in
@@ -2,10 +2,10 @@
#
# $FreeBSD$
#
-
# PROVIDE: vsftpd
# REQUIRE: DAEMON
-
+# KEYWORD: shutdown
+#
# To enable 'vsftpd' in standalone mode, you need to edit two files.
# 1. add the following line(s) to /etc/rc.conf to enable `vsftpd':
#
@@ -24,12 +24,13 @@
. /etc/rc.subr
name="vsftpd"
+desc="Vsftpd FTP Server"
rcvar="vsftpd_enable"
load_rc_config "$name"
+
: ${vsftpd_enable:="NO"}
: ${vsftpd_config:="%%PREFIX%%/etc/$name.conf"}
-
command="%%PREFIX%%/libexec/$name"
required_files="${vsftpd_config}"
start_precmd="vsftpd_check"