[23382] in Source-Commits
/svn/athena r23036 - in trunk/debathena/debathena/dotfiles: . debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Fri Jun 20 11:11:05 2008
Date: Fri, 20 Jun 2008 11:10:35 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200806201510.LAA26552@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-06-20 11:10:34 -0400 (Fri, 20 Jun 2008)
New Revision: 23036
Modified:
trunk/debathena/debathena/dotfiles/bashrc
trunk/debathena/debathena/dotfiles/cshrc
trunk/debathena/debathena/dotfiles/debian/changelog
Log:
In dotfiles:
* Don't add sbin directories to user paths after all.
Modified: trunk/debathena/debathena/dotfiles/bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/bashrc 2008-06-20 03:14:30 UTC (rev 23035)
+++ trunk/debathena/debathena/dotfiles/bashrc 2008-06-20 15:10:34 UTC (rev 23036)
@@ -78,11 +78,6 @@
fi
unset x
- # Although it's contrary to theory, there is useful stuff in
- # /sbin and /usr/sbin, and we've traditionally had it in the
- # default path.
- PATH=${PATH}:/sbin:/usr/sbin
-
# Run user environment customizations identified in your
# ~/.bash_environment file. This is the place to include your
# own environment variables, attach commands, and other system
Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc 2008-06-20 03:14:30 UTC (rev 23035)
+++ trunk/debathena/debathena/dotfiles/cshrc 2008-06-20 15:10:34 UTC (rev 23036)
@@ -83,10 +83,6 @@
endif
unset x
- # Although it's contrary to theory, there is useful stuff in /sbin
- # and /usr/sbin, and we've traditionally had it in the default path.
- set path = ( $path /sbin /usr/sbin )
-
# Run user environment customizations identified in your
# ~/.environment file. This is the place to include your own
# environment variables, attach commands, and other system wide
Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog 2008-06-20 03:14:30 UTC (rev 23035)
+++ trunk/debathena/debathena/dotfiles/debian/changelog 2008-06-20 15:10:34 UTC (rev 23036)
@@ -1,3 +1,9 @@
+debathena-dotfiles (10.0.4-0debathena1) unstable; urgency=low
+
+ * Don't add sbin directories to user paths after all.
+
+ -- Greg Hudson <ghudson@mit.edu> Fri, 20 Jun 2008 11:09:45 -0400
+
debathena-dotfiles (10.0.3-0debathena1) unstable; urgency=low
* Restore the cdpath and prompt customizations for tcsh.