From 05dacf7f2f008484d7dfe29e18ad3599c59a2d99 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Jan 2014 16:54:31 +0100 Subject: [pam-freiburg] add .config/xfce4 to the list of directories beeing linked when a user's home is mounted --- server/modules/pam-freiburg/etc/profile.d/00-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh b/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh index 18835457..642aa002 100755 --- a/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh +++ b/server/modules/pam-freiburg/etc/profile.d/00-autostart.sh @@ -7,7 +7,7 @@ if [ -d "$PERSISTENT_HOME_DIR" ]; then # Persistent home was mounted, take care of some conveinience # Dirs - for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx; do + for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx .config/xfce4; do [ -e "$TEMP_HOME_DIR/$file" ] && break if [ "x$(dirname "$file")" != "x." ]; then mkdir -p "$TEMP_HOME_DIR/$(dirname "$file")" -- cgit v1.2.3-55-g7522 From 0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Jan 2014 18:31:56 +0100 Subject: [pam] typo fix in WARNING.txt --- remote/modules/pam/data/opt/openslx/scripts/pam_script_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth index 611b565a..62de1f89 100755 --- a/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth +++ b/remote/modules/pam/data/opt/openslx/scripts/pam_script_auth @@ -35,7 +35,7 @@ mount -t tmpfs -o size=100m tmpfs "${TEMP_HOME_DIR}" || \ # create a WARNING.txt for the user cat > "${TEMP_HOME_DIR}/WARNING.txt" << EOF -ATTENTION: This is the non-persistant home directory! +ATTENTION: This is the non-persistent home directory! Files saved here will be lost on shutdown. Your real home is under /home//PERSISTENT. Please save your files there. -- cgit v1.2.3-55-g7522