- tweak MESSAGE & bump
This commit is contained in:
parent
ea97b56b9b
commit
8fd5cae47a
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2009/05/14 12:38:52 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2009/05/16 17:34:52 ajacoutot Exp $
|
||||
|
||||
COMMENT= Common Unix Printing System
|
||||
|
||||
VERSION= 1.3.10
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= cups-${VERSION}p2
|
||||
PKGNAME= cups-${VERSION}p3
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
SHARED_LIBS+= cups 4.0
|
||||
|
@ -5,8 +5,8 @@ To start cups at boot time, add the following to
|
||||
/etc/rc.local:
|
||||
|
||||
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
|
||||
#chown _cups /dev/ulpt[0-1] # uncomment if using USB printer
|
||||
#chown _cups /dev/lp[a,t][0-2] # uncomment if using parallel printer
|
||||
echo y | ${PREFIX}/sbin/cups-enable > /dev/null
|
||||
echo -n ' cupsd'; ${PREFIX}/sbin/cupsd
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user