aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-25 15:51:32 +0800
committerAlan Eldridge <alane@FreeBSD.org>2003-01-25 15:51:32 +0800
commit92c00af7f8f17e58e5cd49c198595a6612abe30b (patch)
treec45fcfcf7801ad23db7c0777cc853c8d39f51fa3 /print
parenta04f883680f5e165a3ddf82d03ebfbce998aebc7 (diff)
downloadfreebsd-ports-92c00af7f8f17e58e5cd49c198595a6612abe30b.tar.gz
freebsd-ports-92c00af7f8f17e58e5cd49c198595a6612abe30b.tar.zst
freebsd-ports-92c00af7f8f17e58e5cd49c198595a6612abe30b.zip
update message, show message to port builders too
Notes
Notes: svn path=/head/; revision=73977
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
-rw-r--r--print/cups-base/pkg-message4
2 files changed, 6 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 390a205885aa..7cb1ed4b5e88 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -32,6 +32,8 @@ post-install:
cd ${CUPS_ETCDIR};\
if test ! -f ${f}.N; then cp -p ${f} ${f}.N; else true; fi
.endfor # classes.conf client.conf cupsd.conf printers.conf
+ ${ECHO_CMD}
+ ${CAT} ${PKGMESSAGE}; sleep 2
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
diff --git a/print/cups-base/pkg-message b/print/cups-base/pkg-message
index fa6aff0f5305..266682cd840e 100644
--- a/print/cups-base/pkg-message
+++ b/print/cups-base/pkg-message
@@ -1,5 +1,7 @@
**********************************************************************
**********************************************************************
+NOTE FOR PACKAGE USERS ONLY:
+============================
This package does not create the spool directory, due to limitations in
the packaging mechanism, or my knowledge of it.
@@ -9,6 +11,8 @@ Once the package is installed, please do the following (as root):
mkdir -p cups/tmp
chown -R root:daemon cups
+NOTE FOR *ALL* USERS OF 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.