The branch, test has been updated via 12ec451468b0b3ca44c5dc5f7a05ed106c613896 (commit) from 0096b8244f14cf0fda9691cd99b0a44a29bd0c4d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12ec451468b0b3ca44c5dc5f7a05ed106c613896 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 21 01:10:36 2011 +0200 Add wrapper script for nxagent. ----------------------------------------------------------------------- Summary of changes: debian/nxagent.install | 1 + debian/nxagent.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 debian/nxagent.sh The diff of changes is: diff --git a/debian/nxagent.install b/debian/nxagent.install index 3f66851..c1414ee 100644 --- a/debian/nxagent.install +++ b/debian/nxagent.install @@ -1,2 +1,3 @@ nx-X11/programs/Xserver/nxagent usr/lib/nx +debian/nxagent.sh usr/bin/nxagent diff --git a/debian/nxagent.sh b/debian/nxagent.sh new file mode 100644 index 0000000..7e6bd93 --- /dev/null +++ b/debian/nxagent.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +NX_LIBS=/usr/lib/nx +LD_LIBRARY_PATH=/usr/lib/nx + +export NX_LIBS +export LD_LIBRARY_PATH + +exec /usr/lib/nx/nxagent "$@" hooks/post-receive -- nx-libs.git (NX libraries) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX libraries).