diff options
author | mp <mp@FreeBSD.org> | 2002-07-07 00:00:54 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2002-07-07 00:00:54 +0000 |
commit | f5613e3e9dda0cbcd5ca7b3af97b1af787524ed7 (patch) | |
tree | 1c0521b9e98d3cbc939470d03db0f581c3de9bcb /share/skel | |
parent | 8d0c32ea13b07fa32c171057bd3dccec349c0cc3 (diff) | |
download | FreeBSD-src-f5613e3e9dda0cbcd5ca7b3af97b1af787524ed7.zip FreeBSD-src-f5613e3e9dda0cbcd5ca7b3af97b1af787524ed7.tar.gz |
Synchronize path with dot.cshrc by adding /usr/local/sbin.
PR: 26720
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
MFC after: 1 week
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/dot.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index cba626c..07da036 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -6,7 +6,7 @@ # # remove /usr/games and /usr/X11R6/bin if you want -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH # Setting TERM is normally done through /etc/ttys. Do only override # if you're sure that you'll never log in via telnet or xterm or a |