diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 00:16:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 00:16:19 +0000 |
commit | 889b8c440338859eee506c6dfd18324afc76d05f (patch) | |
tree | 2e04f523317226a55a3651d648ec681d68f0a792 /print | |
parent | 012749a4333af518c65fbd7b1e9b33c12fbc94aa (diff) | |
download | ports-889b8c440338859eee506c6dfd18324afc76d05f.tar.gz ports-889b8c440338859eee506c6dfd18324afc76d05f.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 | ||||
-rw-r--r-- | print/cups-base/pkg-message | 20 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 6 |
3 files changed, 14 insertions, 15 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 097be8820344..8b4cb7fda3ae 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -14,7 +14,7 @@ PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= ${CUPS_MASTER_SITES} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= asa@gascom.ru COMMENT= The Common UNIX Printing System: headers, libs, & daemons USE_REINPLACE= yes @@ -48,6 +48,7 @@ post-install: ${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp ${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR} ${CHMOD} -R g+w ${CUPS_SPOOLDIR} + @${CAT} ${PKGMESSAGE} .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 d740e8680c3c..7d14ee90eb01 100644 --- a/print/cups-base/pkg-message +++ b/print/cups-base/pkg-message @@ -1,20 +1,12 @@ ********************************************************************** ********************************************************************** -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. +PLEASE NOTE: +============ -Once the package is installed, please do the following (as root): +To enable printing under Gimp do the following: +1) Uncomment application/octet-stream line in mime.types +2) Uncomment application/octet-stream line in mime.convs +3) Restart cupsd - cd /var/spool - mkdir -p cups/tmp - chown -R root:daemon cups - -Thanks. - --- -AlanE, your friendly neighborhood cups maintainer and all around -wild and crazy (ok, well just crazy) guy. ********************************************************************** ********************************************************************** diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index b60da0702e43..d1526fd08645 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -428,4 +428,10 @@ share/locale/zh_CN/cups_zh_CN @dirrm etc/cups/ppd @dirrm etc/cups/interfaces @dirrm etc/cups/certs +@exec mkdir -p /var/spool/cups/tmp || true +@exec chown -R root:daemon /var/spool/cups +@exec mkdir %D/etc/cups/certs || true +@exec mkdir %D/etc/cups/ppd || true +@exec mkdir %D/etc/cups/interfaces || true +@unexec rm -rf /var/spool/cups @unexec rmdir %D/etc/cups 2>/dev/null || true |