]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bash_profile
- do not enforce defaults, it's hard to set system defaults this way
[packages/bash.git] / bash-skel-.bash_profile
index 3b81e7509d0018899532603400646bac32e806af..447dff1dc4b5bb037c6f0556155725f451566d53 100644 (file)
@@ -13,8 +13,8 @@ export TMPDIR="$TMP"
 #export LANG=
 #export LC_ALL=
 
-umask 077
+# only You can access your files
+#umask 077
 
-if [ -x /usr/bin/mesg ]; then
-       mesg n
-fi
+# turn off accept of 'wall' and 'write':
+#[ ! -x /usr/bin/mesg ] || mesg n
This page took 0.024937 seconds and 4 git commands to generate.