No need for a trailing '$' after the recent rc.subr change.

This commit is contained in:
ajacoutot 2015-07-15 14:49:02 +00:00
parent e41557cf5a
commit d0a88d87ec
2 changed files with 4 additions and 3 deletions

View File

@ -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}

View File

@ -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