]> git.pld-linux.org Git - packages/bash.git/commitdiff
- do not enforce defaults, it's hard to set system defaults this way
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Feb 2007 14:30:34 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-skel-.bash_profile -> 1.6

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.142306 seconds and 4 git commands to generate.