diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /print/pips800 | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes
Notes:
svn path=/head/; revision=251553
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` |