diff options
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/files/ekpd.sh | 2 | ||||
-rw-r--r-- | print/pips800/files/pips.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/pips800/files/ekpd.sh b/print/pips800/files/ekpd.sh index 890c26dfd49d..b5628ef06531 100644 --- a/print/pips800/files/ekpd.sh +++ b/print/pips800/files/ekpd.sh @@ -18,7 +18,7 @@ # ekpd_enable="YES" # ekpd_flags="" # Flags to ekpd program -. %%RC_SUBR%% +. /etc/rc.subr name="ekpd" rcvar=`set_rcvar` diff --git a/print/pips800/files/pips.sh b/print/pips800/files/pips.sh index 7b845a878cb4..6c5ccca7145c 100644 --- a/print/pips800/files/pips.sh +++ b/print/pips800/files/pips.sh @@ -17,7 +17,7 @@ # pips_enable=${pips_enable:-"YES"} # Enable pips -. %%RC_SUBR%% +. /etc/rc.subr name="pips" rcvar=`set_rcvar` |