Always put rc.d(8) scripts daemons in the background, so force the use of

-obackground=yes.

ok sthen@ benoit@ (maintainer)
This commit is contained in:
ajacoutot 2014-01-30 14:01:49 +00:00
parent 981afface6
commit 8b3f68716b
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2013/04/02 11:38:12 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2014/01/30 14:01:49 ajacoutot Exp $
COMMENT= FTP daemon which aims to be secure
DISTNAME= vsftpd-3.0.2
REVISION= 0
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://vsftpd.beasts.org/

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $OpenBSD: vsftpd.rc,v 1.1 2013/04/02 11:38:12 sthen Exp $
# $OpenBSD: vsftpd.rc,v 1.2 2014/01/30 14:01:50 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/vsftpd"
daemon_flags="${SYSCONFDIR}/vsftpd.conf -obackground=yes"
daemon="${TRUEPREFIX}/sbin/vsftpd -obackground=yes"
daemon_flags="${SYSCONFDIR}/vsftpd.conf"
. /etc/rc.d/rc.subr