diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:51:32 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:51:32 +0000 |
commit | 92c00af7f8f17e58e5cd49c198595a6612abe30b (patch) | |
tree | c45fcfcf7801ad23db7c0777cc853c8d39f51fa3 /print | |
parent | Disable Xft support in the master Mozilla port if WITH_GTK2 is defined. (diff) |
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/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-message | 4 |
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. |