[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.1.0.0-6-g8fd1754

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:35:17 CEST 2013


The branch, release/4.0.1.x has been updated
       via  8fd1754c73f52028db96187f2d810e0c534b2777 (commit)
      from  c3a457cf4ffe605dc8d200084925ad9fe5812171 (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:
 x2goserver/etc/x2go_logout |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/etc/x2go_logout b/x2goserver/etc/x2go_logout
index 39296d6..d321a03 100644
--- a/x2goserver/etc/x2go_logout
+++ b/x2goserver/etc/x2go_logout
@@ -2,7 +2,7 @@
 # for Bash and Bash compatible shells (bash(1), ksh(1), ash(1), ...).
 
 if [ -d /etc/x2go/x2go_logout.d ]; then
-  for subscript in /etc/x2go_logout.d/*; do
+  for subscript in /etc/x2go/x2go_logout.d/*; do
     if [ -r $subscript ]; then
       # subscripts may fail, we ignore that here...
       . $subscript || true


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

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 "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list