[24416] in Source-Commits
/svn/athena r24011 - in trunk/debathena/debathena/dotfiles: . debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Sep 20 15:54:04 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Sun, 20 Sep 2009 15:53:49 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200909201953.n8KJrnSD022424@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-09-20 15:53:49 -0400 (Sun, 20 Sep 2009)
New Revision: 24011
Modified:
trunk/debathena/debathena/dotfiles/bashrc
trunk/debathena/debathena/dotfiles/cshrc
trunk/debathena/debathena/dotfiles/debian/changelog
trunk/debathena/debathena/dotfiles/dot.bashrc
trunk/debathena/debathena/dotfiles/dot.cshrc
Log:
In dotfiles:
* Stop setting umask in dotfiles. (Trac: #368)
Patch by Nancy Ouyang
Modified: trunk/debathena/debathena/dotfiles/bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/bashrc 2009-09-19 17:29:13 UTC (rev 24010)
+++ trunk/debathena/debathena/dotfiles/bashrc 2009-09-20 19:53:49 UTC (rev 24011)
@@ -38,8 +38,6 @@
export ATHENA_DOTFILE_GENERATION=0
fi
- umask 077 # Strictly protect files
- # (does not apply in AFS)
ulimit -S -c 0 # Don't allow coredumps
export EDITOR=emacs # Set default editor
export MM_CHARSET=iso-8859-1
Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc 2009-09-19 17:29:13 UTC (rev 24010)
+++ trunk/debathena/debathena/dotfiles/cshrc 2009-09-20 19:53:49 UTC (rev 24011)
@@ -41,8 +41,6 @@
setenv ATHENA_DOTFILE_GENERATION 0
endif
- umask 077 # Strictly protect files
- # (does not apply in AFS)
limit coredumpsize 0 # Don't allow coredumps
setenv MORE -s # Default "more" behavior
# we are now down to -s
Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog 2009-09-19 17:29:13 UTC (rev 24010)
+++ trunk/debathena/debathena/dotfiles/debian/changelog 2009-09-20 19:53:49 UTC (rev 24011)
@@ -1,3 +1,9 @@
+debathena-dotfiles (10.0.15-0debathena1) unstable; urgency=low
+
+ * Stop setting umask in dotfiles. (Trac: #368)
+
+ -- Nancy R Ouyang <nouyang@mit.edu> Sun, 20 Sep 2009 15:45:25 -0400
+
debathena-dotfiles (10.0.14-0debathena1) unstable; urgency=low
* Desupport extend, sextend, textend, ~/.path, cdpath, and setting the
Modified: trunk/debathena/debathena/dotfiles/dot.bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.bashrc 2009-09-19 17:29:13 UTC (rev 24010)
+++ trunk/debathena/debathena/dotfiles/dot.bashrc 2009-09-20 19:53:49 UTC (rev 24011)
@@ -19,8 +19,6 @@
echo "Shell initialization has not been performed."
stty sane
fi
- # set some basic defaults if failed initialization
- umask 077
fi
Modified: trunk/debathena/debathena/dotfiles/dot.cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.cshrc 2009-09-19 17:29:13 UTC (rev 24010)
+++ trunk/debathena/debathena/dotfiles/dot.cshrc 2009-09-20 19:53:49 UTC (rev 24011)
@@ -19,8 +19,6 @@
echo "C Shell initialization has not been performed."
stty sane
endif
- # set some basic defaults if failed initialization
- umask 077
endif