fix 'server-error-internal-error' when configuring the printer via the
web interface, talk where to find ppd drivers and bump package. maintainer ok.
This commit is contained in:
parent
aaae616d45
commit
baa68c7593
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2005/03/16 15:34:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2005/09/30 06:56:33 fgsch Exp $
|
||||
|
||||
COMMENT= "Common Unix Printing System"
|
||||
|
||||
VERSION= 1.1.23
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= ${DISTNAME:S/-source//}p2
|
||||
PKGNAME= ${DISTNAME:S/-source//}p3
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
HOMEPAGE= http://www.cups.org/
|
||||
|
@ -9,3 +9,5 @@ JetDirect) protocols are also supported with reduced
|
||||
functionality. CUPS adds network printer browsing and
|
||||
PostScript Printer Description ("PPD") based printing options to
|
||||
support real-world printing under UNIX.
|
||||
|
||||
For extra printer drivers check http://www.cups.org/ppd.php.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2005/03/16 15:34:49 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2005/09/30 06:56:34 fgsch Exp $
|
||||
@conflict LPRng-*
|
||||
@newgroup _cups:541
|
||||
@newuser _cups:541:541:daemon:CUPS:/nonexistent:/sbin/nologin
|
||||
@ -805,5 +805,6 @@ share/examples/cups/printers.conf
|
||||
@group _cups
|
||||
@sample /var/log/cups/
|
||||
@sample /var/spool/cups/
|
||||
@extraunexec rm -fr /var/log/cups/*
|
||||
@extraunexec rm -fr /var/spool/cups/*
|
||||
@sample /var/spool/cups/tmp/
|
||||
@extraunexec rm -fr /var/log/cups
|
||||
@extraunexec rm -fr /var/spool/cups
|
||||
|
Loading…
Reference in New Issue
Block a user