The branch, master has been updated via 64c569173d10d72ef542fa639bb09fc4179c598e (commit) via 5d31ef81c14b198adf9006a32e3a647e87bcfb19 (commit) via 26de8f34e6ac0a9fb2f9c907d8788b19513f2191 (commit) from 1da663af1990627e2f7ab1484b397e66a87069ef (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 64c569173d10d72ef542fa639bb09fc4179c598e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 25 23:57:30 2012 +0200 fix shell of x2gothinclient user, has to be /bin/bash commit 5d31ef81c14b198adf9006a32e3a647e87bcfb19 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 25 23:56:45 2012 +0200 x2gothinclient_create: replace /home by /var/lib/x2gothinclient in /etc/fstab template. commit 26de8f34e6ac0a9fb2f9c907d8788b19513f2191 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 25 23:53:52 2012 +0200 Add dependency (x2gousbmount, x2gocdmanager): libfile-path-expand-perl. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ debian/control | 4 +++- debian/x2gothinclient.postinst | 2 +- .../sbin/x2gothinclient_create | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cae5e24..a4bb089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,11 +47,14 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low Make sure that the system user account gets created during x2gothinclient_create and during installation of the x2gothinclient package (closes upstream issue #47). + - x2gothinclient_create: replace /home by /var/lib/x2gothinclient in + /etc/fstab template. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Priority: optional. + Add dependency (x2gothinclient bin:package): x11-xserver-utils (for xrandr support). + + Add dependency (x2gousbmount, x2gocdmanager): libfile-path-expand-perl. + Bump Standards to 3.9.3 (no changes needed). * /debian/rules: + Fix lintian issue: debian-rules-missing-recommended-target build-arch diff --git a/debian/control b/debian/control index dcc129f..b0b1737 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,8 @@ Architecture: all Depends: ${misc:Depends}, udev, - cryptsetup + cryptsetup, + libfile-path-expand-perl, Description: clientside usb mass-storage device mounting X2Go is a server based computing environment with - session resuming @@ -124,6 +125,7 @@ Depends: libqt4-gui, lsscsi, eject, + libfile-path-expand-perl, Description: clientside daemon enabling automatic CD-Rom mounting X2Go is a server based computing environment with - session resuming diff --git a/debian/x2gothinclient.postinst b/debian/x2gothinclient.postinst index 8739dbb..bc7f005 100755 --- a/debian/x2gothinclient.postinst +++ b/debian/x2gothinclient.postinst @@ -35,7 +35,7 @@ case "$1" in echo "Creating x2gothinclient user." >&2 adduser --system \ --disabled-password --disabled-login \ - --shell /bin/false --group --home /var/lib/x2gothinclient x2gothinclient + --shell /bin/bash --group --home /var/lib/x2gothinclient x2gothinclient # make sure the home directory belongs to x2gothinclient:x2gothinclient chown x2gothinclient:x2gothinclient /var/lib/x2gothinclient -Rf diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create index 458b2f3..647a65e 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_create +++ b/x2gothinclientmanagement/sbin/x2gothinclient_create @@ -95,7 +95,7 @@ none /tmp tmpfs size=50M,mode=1777 0 0 none /root tmpfs size=100M,mode=700 0 0 none /etc/udev/rules.d tmpfs size=50M 0 0 none /var/log tmpfs size=50M 0 0 -none /home tmpfs size=50M 0 0 +none /var/lib/x2gothinclient tmpfs size=50M 0 0 none /media tmpfs size=50M 0 0 none /var/lib/nfs tmpfs size=50M 0 0 none /var/lib/xkb tmpfs size=50M 0 0 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).