diff options
author | swills <swills@FreeBSD.org> | 2013-11-04 10:27:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-11-04 10:27:13 +0800 |
commit | e717bd011877936a1132860d712cb53fcf1d60aa (patch) | |
tree | 60c355536ec5b7d48b4e8276c06eb5991d1244ab /sysutils | |
parent | 24446b881424b12e97b2b156da8c45f03ef2b0e9 (diff) | |
download | freebsd-ports-gnome-e717bd011877936a1132860d712cb53fcf1d60aa.tar.gz freebsd-ports-gnome-e717bd011877936a1132860d712cb53fcf1d60aa.tar.zst freebsd-ports-gnome-e717bd011877936a1132860d712cb53fcf1d60aa.zip |
- Again try to fix the rc script to use the right ruby
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/files/puppet.in | 2 | ||||
-rw-r--r-- | sysutils/puppet/files/puppetmaster.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index c36fdbdc6623..f8bbe570d5a2 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/files/puppet.in b/sysutils/puppet/files/puppet.in index 412e61f48354..c741d40c14f6 100644 --- a/sysutils/puppet/files/puppet.in +++ b/sysutils/puppet/files/puppet.in @@ -24,7 +24,7 @@ load_rc_config "$name" command="%%PREFIX%%/bin/puppet" command_args="agent ${puppet_flags} --rundir=${puppet_rundir}" -command_interpreter=%%PREFIX%%/bin/ruby +command_interpreter=%%RUBY%% unset puppet_flags pidfile="${puppet_rundir}/agent.pid" diff --git a/sysutils/puppet/files/puppetmaster.in b/sysutils/puppet/files/puppetmaster.in index 26bcda5a805a..7230bda90df3 100644 --- a/sysutils/puppet/files/puppetmaster.in +++ b/sysutils/puppet/files/puppetmaster.in @@ -22,7 +22,7 @@ load_rc_config "${name}" : ${puppetmaster_rundir="/var/run/puppet"} : ${puppetmaster_flags="--rundir=${puppetmaster_rundir}"} -command_interpreter=%%PREFIX%%/bin/ruby +command_interpreter=%%RUBY%% command="%%PREFIX%%/bin/puppet" command_args="master ${puppetmaster_flags}" unset puppetmaster_flags |