This commit is contained in:
ajacoutot 2013-01-06 08:42:08 +00:00
parent 3cebecada4
commit 094fa2ba4d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.147 2013/01/05 16:36:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.148 2013/01/06 08:42:08 ajacoutot Exp $
COMMENT-main= Common Unix Printing System
COMMENT-libs= CUPS libraries and headers
@ -7,7 +7,7 @@ VERSION= 1.6.1
DISTNAME= cups-${VERSION}-source
EXTRACT_SUFX= .tar.bz2
REVISION-main= 10
REVISION-main= 11
REVISION-libs= 5
PKGNAME-main= cups-${VERSION}

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.3 2013/01/05 16:36:08 ajacoutot Exp $
$OpenBSD: README-main,v 1.4 2013/01/06 08:42:08 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -35,7 +35,7 @@ One the server side, "avahi-daemon" must be running by adding
printer sharing can be activated using the CUPS web interface or running
the following commands as root or a member of the wheel group:
cupsctl --share-printers
lpadmin -o <printer_name> printer-is-shared=true
lpadmin -p <printer_name> -o printer-is-shared=true
USB
===