update message, show message to port builders too

This commit is contained in:
Alan Eldridge 2003-01-25 07:51:32 +00:00
parent a04f883680
commit 92c00af7f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73977
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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.