From df8dc83d1341aeec42f488bec79bca95db438b8f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 Jan 2012 13:01:04 +0100 Subject: two more patches belonging to last commit: 016a_debian_nx-X11_install-location.patch, 102a_debian_xserver-xext_set-securitypolicy-path.patch --- ..._debian_xserver-xext_set-securitypolicy-path.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/102a_debian_xserver-xext_set-securitypolicy-path.patch (limited to 'debian/patches/102a_debian_xserver-xext_set-securitypolicy-path.patch') diff --git a/debian/patches/102a_debian_xserver-xext_set-securitypolicy-path.patch b/debian/patches/102a_debian_xserver-xext_set-securitypolicy-path.patch new file mode 100644 index 000000000..0d11f2f0a --- /dev/null +++ b/debian/patches/102a_debian_xserver-xext_set-securitypolicy-path.patch @@ -0,0 +1,19 @@ +Description: FHS path fix for SecurityPolicy file + This patch is needed on Debian 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/local/share/nx/SecurityPolicy" ++#define NX_ALTERNATIVEPOLICYFILE "/usr/share/nx/SecurityPolicy" + + #endif + -- cgit v1.2.3