aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/files/cupsd.in2
-rw-r--r--print/hplip/files/hpssd.sh.in2
-rw-r--r--print/hplip3/files/hpssd.in2
-rw-r--r--print/pips800/files/ekpd.sh2
-rw-r--r--print/pips800/files/pips.sh2
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`