Typo in CUPS ipp backend.

This commit is contained in:
ajacoutot 2012-01-04 10:25:36 +00:00
parent 3bc19fd3d5
commit c8b4e606de
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2012/01/04 10:15:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2012/01/04 10:25:36 ajacoutot Exp $
COMMENT= OSS replacement for Nomachine's nxclient
DISTNAME= opennx-0.16.0.658
REVISION= 1
REVISION= 2
CATEGORIES= sysutils

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.3 2012/01/04 10:15:53 ajacoutot Exp $
$OpenBSD: README,v 1.4 2012/01/04 10:25:36 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -10,7 +10,7 @@ To be able to use the CUPS backend for direct printing from the remote
NX server to the local spooler, you need to make the following files
executable by your user.
sudo chmod 555 ${LOCALBASE}/sbin/cupsd
sudo chmod 755 ${LOCALBASE}/libexec/cups/backend/ip
sudo chmod 755 ${LOCALBASE}/libexec/cups/backend/ipp
Sharing folder(s) with Samba
============================