aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-05-29 06:33:10 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-05-29 06:33:10 +0000
commit2c61a906a585236840d3d83da244a3750648c7c1 (patch)
tree8b45f9ed1b086d76e1bed2787b5a0b288a39397f /etc
parent590f73f72e4faec36d0faaa132c4d627f6cd68f6 (diff)
downloadsrc-2c61a906a585236840d3d83da244a3750648c7c1.tar.gz
src-2c61a906a585236840d3d83da244a3750648c7c1.zip
Remove X11R6 from the default PATH to join the new world order.
While I'm here, make the default PATH match that in the csh profile, and login.conf.
Notes
Notes: svn path=/head/; revision=170087
Diffstat (limited to 'etc')
-rw-r--r--etc/root/dot.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index bcf606d1047e..ab8431959c7c 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -1,6 +1,6 @@
# $FreeBSD$
#
-PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:~/bin
export PATH
HOME=/root
export HOME