Fix pexp.

This commit is contained in:
ajacoutot 2015-07-15 22:20:50 +00:00
parent d0ae60dfef
commit 73ce1aa5fa
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2015/05/12 04:30:08 afresh1 Exp $
# $OpenBSD: Makefile,v 1.31 2015/07/15 22:20:50 ajacoutot Exp $
COMMENT= industrial-grade ticketing system
DISTNAME= rt-4.0.23
CATEGORIES= www
REVISION= 0
MAINTAINER= Robert Nagy <robert@openbsd.org>

View File

@ -1,12 +1,12 @@
#!/bin/sh
#
# $OpenBSD: rt.rc,v 1.2 2011/06/14 13:19:33 ajacoutot Exp $
# $OpenBSD: rt.rc,v 1.3 2015/07/15 22:20:50 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/rt-server"
. /etc/rc.d/rc.subr
pexp="/usr/bin/perl -w ${daemon}"
pexp="/usr/bin/perl -w ${daemon}.fcgi"
rc_bg=YES
rc_reload=NO