diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-09-22 08:32:39 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-09-22 08:32:39 +0000 |
commit | 2627fe985272ed7181d798b7b7e87328602c080f (patch) | |
tree | 5103df218dcff9049c2b267f62e4a4c8e10f5339 | |
parent | 5e58b262f9a87882a66c10e76404071ec04babf9 (diff) | |
download | FreeBSD-src-2627fe985272ed7181d798b7b7e87328602c080f.zip FreeBSD-src-2627fe985272ed7181d798b7b7e87328602c080f.tar.gz |
Root should NEVER have . in the path.
-rw-r--r-- | etc/root/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile index c9ddad3..c8c9e16 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,6 +1,6 @@ -# $Id: dot.profile,v 1.5 1994/06/15 22:58:49 jkh Exp $ +# $Id: dot.profile,v 1.6 1994/09/16 04:20:14 rgrimes Exp $ # -PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:. +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin echo 'erase ^H, kill ^U, intr ^C' stty crt erase ^H kill ^U intr ^C export PATH |