The branch, build-baikal has been updated via fea16d7bb7802ec2c37feed970f8ee47851fb587 (commit) from d90fd5d13f13672c1b338f60fb47b576548b6f10 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: nx-X11/programs/nxauth/CHANGELOG | 5 +++++ nx-X11/programs/nxauth/process.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/nx-X11/programs/nxauth/CHANGELOG b/nx-X11/programs/nxauth/CHANGELOG index 335b731..39ccedd 100644 --- a/nx-X11/programs/nxauth/CHANGELOG +++ b/nx-X11/programs/nxauth/CHANGELOG @@ -1,5 +1,10 @@ ChangeLog: +nxauth-3.4.0-3 + +- Updated the launchd socket detection to support OSX versions relea- + sed so far. + nxauth-3.4.0-2 - Updated copyright to year 2010. diff --git a/nx-X11/programs/nxauth/process.c b/nx-X11/programs/nxauth/process.c index 90fb23f..57090e2 100644 --- a/nx-X11/programs/nxauth/process.c +++ b/nx-X11/programs/nxauth/process.c @@ -513,7 +513,7 @@ get_displayname_auth(char *displayname, Xauth *auth) */ if (strncmp (displayname, "/tmp/launch", 11) == 0) - displayname = strrchr(displayname, '/') + 1; + displayname = strrchr(displayname, ':'); #endif hooks/post-receive -- nx-libs.git (NX (redistributed)) 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 (redistributed)).