summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-23 18:31:56 +0100
committerJonathan Bauer2014-01-23 18:31:56 +0100
commit0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19 (patch)
tree50f7826692dbc3e5ce54f324d533f30a30f17806
parent[pam-freiburg] add .config/xfce4 to the list of directories beeing (diff)
downloadtm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.tar.gz
tm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.tar.xz
tm-scripts-0c42f567e3a5bc703cc3e1c89ae5e1f0122c3f19.zip
[pam] typo fix in WARNING.txt
-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.