From 09d2732b4e299eaa06c64b7a683529e337691c59 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 14 Feb 2015 16:23:43 +0100 Subject: Patch system: Prepend a "0" to every patch file name in debian/patches/. Adapt only this changelog stanza to this modification. --- ...02_xserver-xext_set-securitypolicy-path.full.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/0102_xserver-xext_set-securitypolicy-path.full.patch (limited to 'debian/patches/0102_xserver-xext_set-securitypolicy-path.full.patch') diff --git a/debian/patches/0102_xserver-xext_set-securitypolicy-path.full.patch b/debian/patches/0102_xserver-xext_set-securitypolicy-path.full.patch new file mode 100644 index 000000000..9d27a372f --- /dev/null +++ b/debian/patches/0102_xserver-xext_set-securitypolicy-path.full.patch @@ -0,0 +1,19 @@ +Description: FHS path fix for SecurityPolicy file + This patch is needed for Tarball installation mode of NX (redistributed) + only, not reporting this path change to upstream. + . + Originally contributed by Marcelo Boveto Shima . +Forwarded: not-needed +Author: Mike Gabriel +Last-Update: 2012-01-12 +--- a/nx-X11/programs/Xserver/Xext/security.c ++++ b/nx-X11/programs/Xserver/Xext/security.c +@@ -86,7 +86,7 @@ + + #ifdef NXAGENT_SERVER + +-#define NX_ALTERNATIVEPOLICYFILE "/usr/lib/xserver/SecurityPolicy" ++#define NX_ALTERNATIVEPOLICYFILE "/usr/local/share/nx/SecurityPolicy" + + #endif + -- cgit v1.2.3