No need for a trailing '$' after the recent rc.subr change.
This commit is contained in:
parent
e41557cf5a
commit
d0a88d87ec
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.110 2015/06/01 06:41:00 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.111 2015/07/15 14:49:02 ajacoutot Exp $
|
||||
|
||||
PORTROACH= limit:^3
|
||||
|
||||
VERSION= 3.8.1
|
||||
REVISION= 0
|
||||
|
||||
RUN_DEPENDS+= archivers/gtar \
|
||||
devel/ruby-rgen,${MODRUBY_FLAVOR}
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: puppet.rc,v 1.1 2015/04/04 09:28:45 jasper Exp $
|
||||
# $OpenBSD: puppet.rc,v 1.2 2015/07/15 14:49:02 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/puppet agent"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="${RUBY} ${daemon}${daemon_flags:+ ${daemon_flags}}$"
|
||||
pexp="${RUBY} ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user