From 92c00af7f8f17e58e5cd49c198595a6612abe30b Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Sat, 25 Jan 2003 07:51:32 +0000 Subject: [PATCH] update message, show message to port builders too --- print/cups-base/Makefile | 2 ++ print/cups-base/pkg-message | 4 ++++ 2 files changed, 6 insertions(+) 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 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.