summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-23 19:29:47 +0100
committerSimon Rettberg2014-01-23 19:29:47 +0100
commit60d101f882fdca7b313e07d0f88a748ec1e22453 (patch)
tree76d16dfbb69a6c1eb5f7f0d2dc96448e12d6caab /remote/modules
parent[smartctl] Create new temp file for each drive to prevent race conditions (diff)
parent[pam] typo fix in WARNING.txt (diff)
downloadtm-scripts-60d101f882fdca7b313e07d0f88a748ec1e22453.tar.gz
tm-scripts-60d101f882fdca7b313e07d0f88a748ec1e22453.tar.xz
tm-scripts-60d101f882fdca7b313e07d0f88a748ec1e22453.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
-rwxr-xr-xremote/modules/pam/data/opt/openslx/scripts/pam_script_auth2
1 files changed, 1 insertions, 1 deletions
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/<user>/PERSISTENT.
Please save your files there.