aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-01-19 05:32:57 +0800
committerdinoex <dinoex@FreeBSD.org>2006-01-19 05:32:57 +0800
commitfee47c8a31cbadbf18e0a8292b8a0001ecddad06 (patch)
tree54edfb6a1fe0c93139256b39aa0f6c9882edf72e /ftp/vsftpd
parent0b50d6edf7a9e829680c2f9fad0d19abde5a585b (diff)
downloadfreebsd-ports-gnome-fee47c8a31cbadbf18e0a8292b8a0001ecddad06.tar.gz
freebsd-ports-gnome-fee47c8a31cbadbf18e0a8292b8a0001ecddad06.tar.zst
freebsd-ports-gnome-fee47c8a31cbadbf18e0a8292b8a0001ecddad06.zip
- fix another bug in rc.ng script.
Submitted by: James O'Gorman
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"