aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-08-28 09:18:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-08-28 09:18:38 +0000
commit4a4d617c26f5b569eb72f3ff12e2d04f34077cce (patch)
tree268ff4875b936fd75159b3264c422411d990d5a0 /print
parent78d2bd92980edeb24c2c0f9abe6b1dac2549e708 (diff)
downloadports-4a4d617c26f5b569eb72f3ff12e2d04f34077cce.tar.gz
ports-4a4d617c26f5b569eb72f3ff12e2d04f34077cce.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/pkg-message4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/cups-base/pkg-message b/print/cups-base/pkg-message
index b14033a50c3c..a9dc95af6dd4 100644
--- a/print/cups-base/pkg-message
+++ b/print/cups-base/pkg-message
@@ -6,9 +6,13 @@ r/w access to printer device:
1) Add following to /etc/devfs.rules (create if it doesn't exist):
[system=10]
+# FreeBSD 7.x
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
+# FreeBSD 8.x
+add path 'usb*' mode 0770 group cups
+add path 'ugen*' mode 0660 group cups
2) And following to /etc/rc.conf: