1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/print/cups-base/files/lpt-cupsd.conf
Dirk Meyer ae7854468d - add example for devd.conf
PR:		119641
Submitted by:	Andrew Reilly
2008-01-17 09:48:55 +00:00

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