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:
parent
f32f3a5422
commit
62773b66cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253986
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xfs
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user