Hopefull fix pexp; this port is curently broken at runtime.
This commit is contained in:
parent
9b4292eb17
commit
666c7becc8
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2015/05/03 08:27:59 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2015/07/16 00:09:32 ajacoutot Exp $
|
||||
|
||||
COMMENT = continuous integration framework
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.12
|
||||
DISTNAME = buildbot-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:S/p/pl/}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: buildbot.rc,v 1.2 2015/01/05 20:12:30 landry Exp $
|
||||
# $OpenBSD: buildbot.rc,v 1.3 2015/07/16 00:09:32 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/buildbot"
|
||||
daemon_flags="${HOMEDIR}"
|
||||
@ -8,7 +8,7 @@ daemon_user="_buildbot"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="${MODPY_BIN}.*logfile=twistd.log --python=buildbot.tac"
|
||||
pexp="${MODPY_BIN} logfile=twistd.log --python=buildbot.tac"
|
||||
|
||||
rc_start() {
|
||||
${rcexec} "${daemon} start ${daemon_flags}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user