Hard-code /etc/rc.subr instead of %%RC_SUBR%% which is going away soon
This commit is contained in:
parent
2877cad2dc
commit
1f96998512
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252169
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
# postpals_taillog_enable="YES"
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
. /etc/rc.subr
|
||||
|
||||
name=postpals_taillog
|
||||
rcvar=`set_rcvar`
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# postpals_enable="YES"
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
. /etc/rc.subr
|
||||
|
||||
name=postpals
|
||||
rcvar=`set_rcvar`
|
||||
|
|
Loading…
Reference in a new issue