mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
ae7854468d
PR: 119641 Submitted by: Andrew Reilly
18 lines
299 B
Plaintext
18 lines
299 B
Plaintext
# /usr/local/etc/devd/cups.conf
|
|
attach 110 {
|
|
device-name "unlpt[0-9]+";
|
|
action "chown cups:cups /dev/$device-name";
|
|
};
|
|
|
|
attach 110 {
|
|
device-name "ulpt[0-9]+";
|
|
action "chown cups:cups /dev/$device-name";
|
|
};
|
|
|
|
attach 110 {
|
|
device-name "lpt[0-9]+";
|
|
action "chown cups:cups /dev/$device-name";
|
|
};
|
|
|
|
# eof
|