[26066] in Source-Commits
/svn/athena r25372 - in trunk/debathena/debathena/dotfiles: . debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 10 21:00:15 2011
Date: Wed, 10 Aug 2011 21:00:09 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108110100.p7B109mJ014373@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-08-10 21:00:09 -0400 (Wed, 10 Aug 2011)
New Revision: 25372
Modified:
trunk/debathena/debathena/dotfiles/debian/changelog
trunk/debathena/debathena/dotfiles/dot.bash_login
trunk/debathena/debathena/dotfiles/dot.bashrc
trunk/debathena/debathena/dotfiles/dot.cshrc
trunk/debathena/debathena/dotfiles/dot.login
Log:
In dotfiles:
* Clean up comments from the '90s (Trac: #921)
Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog 2011-08-11 00:39:37 UTC (rev 25371)
+++ trunk/debathena/debathena/dotfiles/debian/changelog 2011-08-11 01:00:09 UTC (rev 25372)
@@ -11,8 +11,9 @@
it the sftp-server was nice'd). It's unclear that the scp-related
block of the case statements ever get called, but scp also doesn't
suck with verbose dotfiles, so "meh"
+ * Clean up comments from the '90s (Trac: #921)
- -- Jonathan Reed <jdreed@mit.edu> Tue, 09 Aug 2011 09:10:24 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 10 Aug 2011 21:00:03 -0400
debathena-dotfiles (10.0.28-0debathena1) unstable; urgency=low
Modified: trunk/debathena/debathena/dotfiles/dot.bash_login
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.bash_login 2011-08-11 00:39:37 UTC (rev 25371)
+++ trunk/debathena/debathena/dotfiles/dot.bash_login 2011-08-11 01:00:09 UTC (rev 25372)
@@ -25,9 +25,10 @@
# To adjust the environment initialization sequence, see the instructions in
# the .bashrc file.
-# If you want to CHANGE the login initialization sequence, revise this
-# .bash_login file (the one you're reading now). You may want to copy
-# the contents of the system-wide bash_login file as a starting point.
+# In most cases, you will never need to edit this file. All the
+# customizations you could want to make can be made by editing one
+# of the user dotfiles, such as ~/.bashrc.mine, ~/.bash_environment, or
+# ~/.startup.tty.
#
# WARNING: If you revise this .bash_login file, you will not
# automatically get any changes that Athena may make to the
Modified: trunk/debathena/debathena/dotfiles/dot.bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.bashrc 2011-08-11 00:39:37 UTC (rev 25371)
+++ trunk/debathena/debathena/dotfiles/dot.bashrc 2011-08-11 01:00:09 UTC (rev 25372)
@@ -31,9 +31,10 @@
# .bashrc.mine - setup bash environment (set shell variables, aliases,
# unset system defaults, etc.)
-# If you want to CHANGE the bash initialization sequence, revise this .bashrc
-# file (the one you're reading now). You may want to copy the contents of
-# the system-wide bashrc file as a starting point.
+# In most cases, you will never need to edit this file. All the
+# customizations you could want to make can be made by editing one
+# of the user dotfiles, such as ~/.bashrc.mine, ~/.bash_environment, or
+# ~/.startup.tty.
#
# WARNING: If you revise this .bashrc file, you will not automatically
# get any changes that Athena may make to the system-wide file at a
Modified: trunk/debathena/debathena/dotfiles/dot.cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.cshrc 2011-08-11 00:39:37 UTC (rev 25371)
+++ trunk/debathena/debathena/dotfiles/dot.cshrc 2011-08-11 01:00:09 UTC (rev 25372)
@@ -5,7 +5,7 @@
# This file sources a system-wide cshrc file, which:
# - sets up standard environment variables
# - sources user file ~/.environment, if it exists
-# - sets standard path, OR sources user file ~/.path, if it exists
+# - sets standard path
# - sets up standard C shell variables, aliases, etc.
# - source user file ~/.cshrc.mine, if it exists
@@ -28,15 +28,13 @@
#
# .environment - set up session environment (set environmental
# variables, attach lockers, etc.)
-# .path - set default search path (you can refer to the shell
-# variable $athena_path, which lists athena default path,
-# when you set path, e.g., "set path=(. $athena_path)")
# .cshrc.mine - set up C shell environment (set shell variables,
# aliases, unset system defaults, etc.)
-# If you want to CHANGE the C shell initialization sequence, revise
-# this .cshrc file (the one you're reading now). You may want to copy
-# the contents of the system-wide cshrc file as a starting point.
+# In most cases, you will never need to edit this file. All the
+# customizations you could want to make can be made by editing one
+# of the user dotfiles, such as ~/.cshrc.mine, ~/.environment,
+# ~/.startup.tty or ~/.startup.X
#
# WARNING: If you revise this .cshrc file, you will not automatically
# get any changes that Athena may make to the system-wide file at a
Modified: trunk/debathena/debathena/dotfiles/dot.login
===================================================================
--- trunk/debathena/debathena/dotfiles/dot.login 2011-08-11 00:39:37 UTC (rev 25371)
+++ trunk/debathena/debathena/dotfiles/dot.login 2011-08-11 01:00:09 UTC (rev 25372)
@@ -25,9 +25,10 @@
# To adjust the environment initialization sequence, see the instructions in
# the .cshrc file.
-# If you want to CHANGE the login initialization sequence, revise this .login
-# file (the one you're reading now). You may want to copy the contents of
-# the system-wide login file as a starting point.
+# In most cases, you will never need to edit this file. All the
+# customizations you could want to make can be made by editing one
+# of the user dotfiles, such as ~/.cshrc.mine, ~/.environment,
+# ~/.startup.tty or ~/.startup.X
#
# WARNING: If you revise this .login file, you will not automatically
# get any changes that Athena may make to the system-wide file at a