The xfs startup script source still uses the RC_SUBR macro, which

is no longer expanded. This causes the installed script to fail.

PR:		146413
Submitted by:	Jimmy Olgeni <olgeni@freebsd.org>
This commit is contained in:
Martin Wilke 2010-05-09 09:07:33 +00:00
parent f32f3a5422
commit 62773b66cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253986
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= xfs
PORTVERSION= 1.1.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-fonts

View File

@ -16,7 +16,7 @@
#
# Please see xfs(1), rc.conf(5) and rc(8) for further details.
. %%RC_SUBR%%
. /etc/rc.subr
name="xfs"
rcvar=`set_rcvar`