summaryrefslogtreecommitdiff
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-18 21:32:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-18 21:32:57 +0000
commit64ff9991594259952aa311596f6c0aab7f200737 (patch)
tree2939edd29ff34c1f5cdba3dae24ed879f979853b /ftp/vsftpd
parent- Distfile rerolled; verified no content changes (diff)
- fix another bug in rc.ng script.
Submitted by: James O'Gorman
Notes
Notes: svn path=/head/; revision=153840
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/files/vsftpd.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/files/vsftpd.sh.in b/ftp/vsftpd/files/vsftpd.sh.in
index c03d75efe328..f80397ea0ab8 100644
--- a/ftp/vsftpd/files/vsftpd.sh.in
+++ b/ftp/vsftpd/files/vsftpd.sh.in
@@ -22,7 +22,7 @@ load_rc_config "$name"
: ${vsftpd_enable:="NO"}
: ${vsftpd_flags:=""}
-command="%%PREFIX%%/libexec/$name ${vsftpd_flags}"
+command="%%PREFIX%%/libexec/$name"
required_files="%%PREFIX%%/etc/$name.conf"
start_precmd="vsftpd_check"