aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-01-22 23:27:09 +0800
committeralane <alane@FreeBSD.org>2003-01-22 23:27:09 +0800
commit73182b0880faeb0dd0db1c8d1f3629e4514f5ea8 (patch)
treec339f7309165f4e6354b95e5462364abdcc3d8fb /print
parentafcc2eacd4a4ce20da1c67193a5f5fe66c81405b (diff)
downloadfreebsd-ports-graphics-73182b0880faeb0dd0db1c8d1f3629e4514f5ea8.tar.gz
freebsd-ports-graphics-73182b0880faeb0dd0db1c8d1f3629e4514f5ea8.tar.zst
freebsd-ports-graphics-73182b0880faeb0dd0db1c8d1f3629e4514f5ea8.zip
Add a message for those using the package that they have to create and'
set the perms on the spool directory.
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/cups-base/pkg-message b/print/cups-base/pkg-message
new file mode 100644
index 00000000000..dab2c7fec5b
--- /dev/null
+++ b/print/cups-base/pkg-message
@@ -0,0 +1,18 @@
+**********************************************************************
+**********************************************************************
+This package does not create the spool directory, due to limitations in
+the packaging mechanism.
+
+Once the package is installed, please do the following (as root):
+
+ cd /var/spool
+ mkdir -p cups/tmp
+ chown -R daemon:wheel cups
+
+Thanks.
+
+--
+AlanE, your friendly neighborhood cups maintainer and all around
+wild and crazy (ok, well just crazy) guy.
+**********************************************************************
+**********************************************************************