diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-18 21:32:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-18 21:32:57 +0000 |
commit | 64ff9991594259952aa311596f6c0aab7f200737 (patch) | |
tree | 2939edd29ff34c1f5cdba3dae24ed879f979853b | |
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
-rw-r--r-- | ftp/vsftpd/files/vsftpd.sh.in | 2 |
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" |