This commit is contained in:
ajacoutot 2009-03-15 18:31:29 +00:00
parent cc5cec8dda
commit d9ce578e26
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.39 2009/03/05 17:17:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2009/03/15 18:31:29 ajacoutot Exp $
COMMENT= Common Unix Printing System
VERSION= 1.2.7
DISTNAME= cups-${VERSION}-source
PKGNAME= cups-${VERSION}p16
PKGNAME= cups-${VERSION}p17
CATEGORIES= print sysutils
SHARED_LIBS+= cups 3.0

View File

@ -6,6 +6,7 @@ To start cups at boot time, add the following to
if [ -x ${PREFIX}/sbin/cupsd ]; then
#chgrp _cups /dev/ulpt[0-1] # uncomment if using USB printer
#chgrp _cups /dev/lpt[0-2] # uncomment if using parallel printer
echo y | ${PREFIX}/sbin/cups-enable > /dev/null
echo -n ' cupsd'; ${PREFIX}/sbin/cupsd
fi