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 | |
parent | - Commit other files CVS failed to commit by dying in the middle :-( (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')
-rw-r--r-- | print/cups-base/files/cupsd.in | 2 | ||||
-rw-r--r-- | print/hplip/files/hpssd.sh.in | 2 | ||||
-rw-r--r-- | print/hplip3/files/hpssd.in | 2 | ||||
-rw-r--r-- | print/pips800/files/ekpd.sh | 2 | ||||
-rw-r--r-- | print/pips800/files/pips.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/cups-base/files/cupsd.in b/print/cups-base/files/cupsd.in index 314685028291..ed277e498d87 100644 --- a/print/cups-base/files/cupsd.in +++ b/print/cups-base/files/cupsd.in @@ -11,7 +11,7 @@ # cupsd_enable="YES" # -. %%RC_SUBR%% +. /etc/rc.subr name=cupsd rcvar=`set_rcvar` diff --git a/print/hplip/files/hpssd.sh.in b/print/hplip/files/hpssd.sh.in index 90d0d0b0f123..3cedb3ad051f 100644 --- a/print/hplip/files/hpssd.sh.in +++ b/print/hplip/files/hpssd.sh.in @@ -4,7 +4,7 @@ # BEFORE: cupsd # KEYWORD: shutdown -. %%RC_SUBR%% +. /etc/rc.subr name=hpssd rcvar=${name}_enable diff --git a/print/hplip3/files/hpssd.in b/print/hplip3/files/hpssd.in index 90d0d0b0f123..3cedb3ad051f 100644 --- a/print/hplip3/files/hpssd.in +++ b/print/hplip3/files/hpssd.in @@ -4,7 +4,7 @@ # BEFORE: cupsd # KEYWORD: shutdown -. %%RC_SUBR%% +. /etc/rc.subr name=hpssd rcvar=${name}_enable 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` |