1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/print/hplip/pkg-message
Pav Lucistnik 90cd7e494b HPLIP is an HP developed solution for printing, scanning,
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>
2006-05-05 08:35:30 +00:00

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
**********************************************************