The branch, build-main has been updated via 5d31ef81c14b198adf9006a32e3a647e87bcfb19 (commit) from 26de8f34e6ac0a9fb2f9c907d8788b19513f2191 (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: debian/changelog | 2 ++ .../sbin/x2gothinclient_create | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 303c18b..a4bb089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,8 @@ 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. 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).