summaryrefslogtreecommitdiff
path: root/print/cups-base/files/lpt-cupsd.conf
blob: 81a02df921870129fdc6d3b9472dddfb7da3e515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /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