diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-05-26 20:41:58 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-05-26 20:41:58 +0000 |
commit | 316cc598145029332dc58355db631b8a55c2ddff (patch) | |
tree | 576533b273686724752692675a66aac9ac7cffe3 /print/hplip3 | |
parent | d815a20413cba082b9af2a4969a79cadb5fd978e (diff) | |
download | ports-316cc598145029332dc58355db631b8a55c2ddff.tar.gz ports-316cc598145029332dc58355db631b8a55c2ddff.zip |
Notes
Diffstat (limited to 'print/hplip3')
-rw-r--r-- | print/hplip3/files/hpiod.sh.in | 2 | ||||
-rw-r--r-- | print/hplip3/files/hpssd.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
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 |