aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-08-28 17:18:38 +0800
committerdinoex <dinoex@FreeBSD.org>2010-08-28 17:18:38 +0800
commit3e44e7a87fc5f977a5f2210c7c678a5f99139512 (patch)
treecb844dc281608140ae30f76f33132f44df5c9eb2 /print
parent2051e55447bb0d031d9eb44370a033df594676b4 (diff)
downloadfreebsd-ports-gnome-3e44e7a87fc5f977a5f2210c7c678a5f99139512.tar.gz
freebsd-ports-gnome-3e44e7a87fc5f977a5f2210c7c678a5f99139512.tar.zst
freebsd-ports-gnome-3e44e7a87fc5f977a5f2210c7c678a5f99139512.zip
- add hints for usb on FreeBSD 8.x
PR: 149896 Submitted by: Berend de Boer
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: