ddddfaf57c
- tell in pkg-message about permissions needed [2] [3] - fix man / mlink install [4] [5] - don't remove dirs listed in bsd.local.dist [6] - conflict with LPRng [7] - fix OPTIONS handling [8] - fix printing raw data using application/octet-stream [9] - some other small fixes Please note that the biggest part of the work was done by Marcin Wisnicki and this commit it's based manly on his work. PR: ports/99624 [1] ports/99460 [2] ports/99745 [3] ports/99798 [4] ports/101175 [5] ports/100865 [6] ports/99791 [7] ports/99786 [8] ports/99707 [9] Submitted by: Marcin Wisnicki [1] Nicolas Blais [2],Osamu Hasegawa [3] Tsurutani Naoki [4], Dominic Fandrey [5] Stanislav Sedov [6] Leif Pedersen [7] Harald Schmalzbauer [8] Jonathan Fosburgh [9] Rewiev by: many with no objections Approved by: maintainer timeout
26 lines
773 B
Text
26 lines
773 B
Text
======================================================================
|
|
PLEASE NOTE:
|
|
============
|
|
|
|
To enable printing with local printer you need to give group cups
|
|
r/w access to printer device:
|
|
|
|
1) Add following to /etc/devfs.rules (create if it doesn't exits):
|
|
|
|
[system=10]
|
|
add path 'unlpt*' mode 0660 group cups
|
|
add path 'ulpt*' mode 0660 group cups
|
|
add path 'lpt*' mode 0660 group cups
|
|
|
|
2) And following to /etc/rc.conf:
|
|
|
|
devfs_system_ruleset="system"
|
|
|
|
3) Restart devfs: /etc/rc.d/devfs restart
|
|
|
|
To enable printing under Gimp and MS-Windows clients do the following:
|
|
|
|
1) Uncomment application/octet-stream line in mime.types
|
|
2) Uncomment application/octet-stream line in mime.convs
|
|
3) Restart cupsd
|
|
======================================================================
|