The branch, tmpfs has been updated via 2a2f9e47f5b79caf97f1a254b16a66e744f14d9c (commit) from 304a08224f4fa5dc1853051ab132a0a4c084ee3f (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 2a2f9e47f5b79caf97f1a254b16a66e744f14d9c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 14 18:52:11 2011 +0200 Add acpid to x2gothinclient's Recommends: section. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/control | 3 ++- x2gothinclient/sbin/x2gothinclientd | 2 +- x2gothinclientmanagement/share/x2gothinclient_init | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f3314dc..e6b4473 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low * Add example files/symlinks for tftpboot environment. * Add syslinux boot splash with X2go flavour. * Remove ssh (=openssh-server) dependency for x2gothinclient package. + * Add acpid to x2gothinclient's Recommends: section. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200 diff --git a/debian/control b/debian/control index 541e43d..bc89d65 100644 --- a/debian/control +++ b/debian/control @@ -57,7 +57,8 @@ Recommends: x2gothinshutdown, x2gousbmount, x2gosmartcardrules, - vim + vim, + acpid Description: login daemon starting x2goclient in displaymanager mode X2go is a server based computing environment with - session resuming diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd index a5bd2e0..983a1ed 100755 --- a/x2gothinclient/sbin/x2gothinclientd +++ b/x2gothinclient/sbin/x2gothinclientd @@ -63,7 +63,7 @@ sub check_client } # pre-load the thinclient initialization script -system("su - x2goclient -c \". /etc/x2go/x2gothinclient_init\""); +system("su x2goclient -c \". /etc/x2go/x2gothinclient_init\""); # fork to background, check if forked state is ok... my $pid = fork(); diff --git a/x2gothinclientmanagement/share/x2gothinclient_init b/x2gothinclientmanagement/share/x2gothinclient_init index 5a711fb..22093ca 100755 --- a/x2gothinclientmanagement/share/x2gothinclient_init +++ b/x2gothinclientmanagement/share/x2gothinclient_init @@ -30,4 +30,4 @@ mkdir -p /home/x2goclient/logins mkdir -p /home/x2goclient/.ssh mkdir -p /home/x2goclient/.x2go chown x2goclient:x2goclient /home/x2goclient -Rf -chmod go-rwx /home/x2goclient -Rf \ No newline at end of file +chmod go-rwx /home/x2goclient -Rf hooks/post-receive -- x2gothinclient.git (X2go Thin Client Environment) 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 "x2gothinclient.git" (X2go Thin Client Environment).