diff options
author | dougb <dougb@FreeBSD.org> | 2007-05-29 06:37:58 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-05-29 06:37:58 +0000 |
commit | 39d0d8b3e6e02fad04605003dc661b043c320ff8 (patch) | |
tree | a40c228b069cd2bafdbdc859e9d4235812aaedad /etc/root | |
parent | 866e32e8a500a961f98455c654d91cade0e876be (diff) | |
download | FreeBSD-src-39d0d8b3e6e02fad04605003dc661b043c320ff8.zip FreeBSD-src-39d0d8b3e6e02fad04605003dc661b043c320ff8.tar.gz |
Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 313af8e..36df9c6 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -14,7 +14,7 @@ alias ll ls -lA # A righteous umask umask 22 -set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) +set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi setenv PAGER more |