mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
90cd7e494b
and faxing with HP inkjet and laser based printers in Linux. The HP driver project provides printing support for nearly 1000 printer models, including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP. WWW: http://hplip.sourceforge.net/ PR: ports/96271 Submitted by: Anish Mistry <amistry@am-productions.biz>
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
**********************************************************
|
|
Add the following to your rc.conf:
|
|
|
|
hpiod_enable="YES"
|
|
hpssd_enable="YES"
|
|
|
|
The default setup runs hpiod as the hplip user and adds
|
|
hplip to the operator group. So all you have to do if you
|
|
have a custom ruleset setup is add the following to that
|
|
ruleset in devfs.rules:
|
|
|
|
add path 'ugen*' group operator
|
|
add path 'ugen*' mode 0660
|
|
|
|
**********************************************************
|