1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- more fixes for RC_NG

Submitted by:	Imri Zvik
This commit is contained in:
Dirk Meyer 2005-11-02 17:13:39 +00:00
parent 94818a7cab
commit 5132641f9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147036

View File

@ -36,6 +36,7 @@ vsftpd_check()
err 1 "vsftpd script need "listen=YES" on config file"
fi
if ! egrep -q -i -E "^background.*=.*YES$" ${required_files}
then
err 1 "vsftpd script need "background=YES" on config file"
fi
}