From 01a7cb2f80f2a3682337da5ccbce010394e17e5d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 9 Jul 2010 15:40:35 +0000 Subject: [PATCH] Document how to set up direct printing from a remote NoMachine server to a local CUPS spooler. --- x11/nx/opennx/Makefile | 4 ++-- x11/nx/opennx/pkg/MESSAGE | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 x11/nx/opennx/pkg/MESSAGE diff --git a/x11/nx/opennx/Makefile b/x11/nx/opennx/Makefile index 4b6811bacb6..28714333719 100644 --- a/x11/nx/opennx/Makefile +++ b/x11/nx/opennx/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2010/03/20 16:44:47 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2010/07/09 15:40:35 ajacoutot Exp $ COMMENT= OSS replacement for Nomachine's nxclient DISTNAME= opennx-0.16 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= sysutils diff --git a/x11/nx/opennx/pkg/MESSAGE b/x11/nx/opennx/pkg/MESSAGE new file mode 100644 index 00000000000..4057d57ceec --- /dev/null +++ b/x11/nx/opennx/pkg/MESSAGE @@ -0,0 +1,5 @@ +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/ipp