diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:20:52 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:20:52 +0000 |
commit | 4cab58b676191500e6a27a3c7254eac27db86fd2 (patch) | |
tree | 96f4ef3b33e2152d870557ad81d4f1adc7c8c29d /print | |
parent | 7f0c68d522d1999f0dfab995e265438f1125b769 (diff) | |
download | ports-4cab58b676191500e6a27a3c7254eac27db86fd2.tar.gz ports-4cab58b676191500e6a27a3c7254eac27db86fd2.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-message | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 299fe851844e..390a205885aa 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups-base PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 2 +PORTREVISION= ${CUPS_PORTREV} PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= ${CUPS_MASTER_SITES} 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. -- |