SOURCES: bash-skel-.bash_profile - do not enforce defaults, it's h...

glen glen at pld-linux.org
Wed Feb 14 15:30:39 CET 2007


Author: glen                         Date: Wed Feb 14 14:30:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not enforce defaults, it's hard to set system defaults this way

---- Files affected:
SOURCES:
   bash-skel-.bash_profile (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/bash-skel-.bash_profile
diff -u SOURCES/bash-skel-.bash_profile:1.5 SOURCES/bash-skel-.bash_profile:1.6
--- SOURCES/bash-skel-.bash_profile:1.5	Wed Feb 14 15:28:38 2007
+++ SOURCES/bash-skel-.bash_profile	Wed Feb 14 15:30:34 2007
@@ -13,8 +13,8 @@
 #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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bash-skel-.bash_profile?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list