- The %%RC_SUBR%% variable in the rc script source files/chef_client.in isn't getting replaced by default. Rather than adding this variable to SUB_LIST, it makes more sense to explicitly replace it in the source file itself. This is done in numerous other rc script source files as well as in the example in the Porter's Handbook.

- bump PORTREVISION

PR:		ports/155279
Submitted by:	Dimitri Aivaliotis <aglarond_AT_gmail dot com>
Approved by:	maintainer (Renaud Chaput)
This commit is contained in:
Cheng-Lung Sung 2011-03-05 01:48:11 +00:00
parent 9c6679c38d
commit 4e7e771d9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270327
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= chef
PORTVERSION= 0.9.12
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= RG

View File

@ -12,7 +12,7 @@
#
# chef_client_enable="YES"
. %%RC_SUBR%%
. /etc/rc.subr
name="chef_client"
rcvar=`set_rcvar`