diff options
author | dougb <dougb@FreeBSD.org> | 2006-05-27 04:41:58 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-05-27 04:41:58 +0800 |
commit | b08faad4a1a8ad10fcee0998019114da95f7adab (patch) | |
tree | 4fa756b85103dbe3bbe0463af3abaceca1d1aab3 /print | |
parent | 31ba1ecaddb944d0ad6e4a3a532283873948cc8f (diff) | |
download | freebsd-ports-gnome-b08faad4a1a8ad10fcee0998019114da95f7adab.tar.gz freebsd-ports-gnome-b08faad4a1a8ad10fcee0998019114da95f7adab.tar.zst freebsd-ports-gnome-b08faad4a1a8ad10fcee0998019114da95f7adab.zip |
Virtualize /etc/rc.subr. This was forgotten by me in the last update.
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/files/hpiod.sh.in | 2 | ||||
-rw-r--r-- | print/hplip/files/hpssd.sh.in | 2 | ||||
-rw-r--r-- | print/hplip3/files/hpiod.sh.in | 2 | ||||
-rw-r--r-- | print/hplip3/files/hpssd.sh.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/hplip/files/hpiod.sh.in b/print/hplip/files/hpiod.sh.in index 4852d2568d98..b24681234b8c 100644 --- a/print/hplip/files/hpiod.sh.in +++ b/print/hplip/files/hpiod.sh.in @@ -4,7 +4,7 @@ # REQUIRE: NETWORKING # KEYWORD: shutdown -. /etc/rc.subr +. %%RC_SUBR%% name=hpiod rcvar=${name}_enable diff --git a/print/hplip/files/hpssd.sh.in b/print/hplip/files/hpssd.sh.in index 3b0303e7afe9..065bb88badde 100644 --- a/print/hplip/files/hpssd.sh.in +++ b/print/hplip/files/hpssd.sh.in @@ -5,7 +5,7 @@ # BEFORE: cupsd # KEYWORD: shutdown -. /etc/rc.subr +. %%RC_SUBR%% name=hpssd rcvar=${name}_enable diff --git a/print/hplip3/files/hpiod.sh.in b/print/hplip3/files/hpiod.sh.in index 4852d2568d98..b24681234b8c 100644 --- a/print/hplip3/files/hpiod.sh.in +++ b/print/hplip3/files/hpiod.sh.in @@ -4,7 +4,7 @@ # REQUIRE: NETWORKING # KEYWORD: shutdown -. /etc/rc.subr +. %%RC_SUBR%% name=hpiod rcvar=${name}_enable diff --git a/print/hplip3/files/hpssd.sh.in b/print/hplip3/files/hpssd.sh.in index 3b0303e7afe9..065bb88badde 100644 --- a/print/hplip3/files/hpssd.sh.in +++ b/print/hplip3/files/hpssd.sh.in @@ -5,7 +5,7 @@ # BEFORE: cupsd # KEYWORD: shutdown -. /etc/rc.subr +. %%RC_SUBR%% name=hpssd rcvar=${name}_enable |