1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Add a message for those using the package that they have to create and'

set the perms on the spool directory.
This commit is contained in:
Alan Eldridge 2003-01-22 15:27:09 +00:00
parent e4bc30e984
commit e16b9e318a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73789

View File

@ -0,0 +1,18 @@
**********************************************************************
**********************************************************************
This package does not create the spool directory, due to limitations in
the packaging mechanism.
Once the package is installed, please do the following (as root):
cd /var/spool
mkdir -p cups/tmp
chown -R daemon:wheel cups
Thanks.
--
AlanE, your friendly neighborhood cups maintainer and all around
wild and crazy (ok, well just crazy) guy.
**********************************************************************
**********************************************************************