Err stupid me. Revert previous otherwise we won't get printer updates in
the printcap. I'll have to think about something else...
This commit is contained in:
parent
0c6d65403d
commit
aafd55892c
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.129 2012/05/26 06:26:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.130 2012/05/26 06:43:38 ajacoutot Exp $
|
||||
|
||||
COMMENT= Common Unix Printing System
|
||||
|
||||
VERSION= 1.5.3
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= cups-${VERSION}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: cupsd.rc,v 1.12 2012/05/26 06:26:04 ajacoutot Exp $
|
||||
# $OpenBSD: cupsd.rc,v 1.13 2012/05/26 06:43:38 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/cupsd"
|
||||
|
||||
@ -31,7 +31,7 @@ rc_pre() {
|
||||
fi
|
||||
if [ -e /etc/printcap -a ! -e /etc/printcap.pre-cups ]; then
|
||||
mv /etc/printcap /etc/printcap.pre-cups
|
||||
cat /etc/cups/printcap > /etc/printcap
|
||||
ln -s /etc/cups/printcap /etc/printcap
|
||||
fi
|
||||
for i in lpq lpr lprm; do
|
||||
rm -f /usr/bin/$i
|
||||
|
Loading…
x
Reference in New Issue
Block a user