aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base/pkg-message
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-25 07:20:52 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-25 07:20:52 +0000
commit4cab58b676191500e6a27a3c7254eac27db86fd2 (patch)
tree96f4ef3b33e2152d870557ad81d4f1adc7c8c29d /print/cups-base/pkg-message
parent7f0c68d522d1999f0dfab995e265438f1125b769 (diff)
downloadports-4cab58b676191500e6a27a3c7254eac27db86fd2.tar.gz
ports-4cab58b676191500e6a27a3c7254eac27db86fd2.zip
add workaround for borked Print Test Page to pkg-message file
Notes
Notes: svn path=/head/; revision=73974
Diffstat (limited to 'print/cups-base/pkg-message')
-rw-r--r--print/cups-base/pkg-message14
1 files changed, 13 insertions, 1 deletions
diff --git a/print/cups-base/pkg-message b/print/cups-base/pkg-message
index a1d30ff53ace..fa6aff0f5305 100644
--- a/print/cups-base/pkg-message
+++ b/print/cups-base/pkg-message
@@ -1,7 +1,7 @@
**********************************************************************
**********************************************************************
This package does not create the spool directory, due to limitations in
-the packaging mechanism.
+the packaging mechanism, or my knowledge of it.
Once the package is installed, please do the following (as root):
@@ -9,6 +9,18 @@ Once the package is installed, please do the following (as root):
mkdir -p cups/tmp
chown -R root:daemon cups
+There's another problem: in the installed configuration, the "Print Test
+Page" function in the web interface does not work. This is due to a bug in
+the URL constructed for it.
+
+To work around this bug, edit the file /usr/local/etc/cups/cupsd.conf
+(as root). Find the line that says "Allow From 127.0.0.1". After that
+line, insert a line that reads "Allow From <myhost>.<mydomain>", filling
+in your own hostname and domainname where I have written <myhost> and
+<mydomain>. Restart cupsd. The "Print Test Page" function will now work.
+
+I'll try to have a code patch to fix the errant URL soon.
+
Thanks.
--