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:
parent
981afface6
commit
8b3f68716b
@ -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/
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user