Hard-code /etc/rc.subr instead of %%RC_SUBR%% which is going away soon

This commit is contained in:
Doug Barton 2010-04-03 21:58:15 +00:00
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

View file

@ -14,7 +14,7 @@
# postpals_taillog_enable="YES"
#
. %%RC_SUBR%%
. /etc/rc.subr
name=postpals_taillog
rcvar=`set_rcvar`

View file

@ -13,7 +13,7 @@
# postpals_enable="YES"
#
. %%RC_SUBR%%
. /etc/rc.subr
name=postpals
rcvar=`set_rcvar`