aboutsummaryrefslogtreecommitdiff
path: root/print/hplip/pkg-message
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-05 08:35:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-05 08:35:30 +0000
commit90cd7e494b898b37f552addf952a4ebe5926c62b (patch)
treeff9ac5019a3e4ea132b20a070134401b4de2ccd6 /print/hplip/pkg-message
parent8554f1fe2d9f577954133c1d113a62efd2288327 (diff)
Notes
Diffstat (limited to 'print/hplip/pkg-message')
-rw-r--r--print/hplip/pkg-message15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/hplip/pkg-message b/print/hplip/pkg-message
new file mode 100644
index 000000000000..af13f704bccc
--- /dev/null
+++ b/print/hplip/pkg-message
@@ -0,0 +1,15 @@
+**********************************************************
+Add the following to your rc.conf:
+
+hpiod_enable="YES"
+hpssd_enable="YES"
+
+The default setup runs hpiod as the hplip user and adds
+hplip to the operator group. So all you have to do if you
+have a custom ruleset setup is add the following to that
+ruleset in devfs.rules:
+
+add path 'ugen*' group operator
+add path 'ugen*' mode 0660
+
+**********************************************************