summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.profile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-22 08:32:39 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-22 08:32:39 +0000
commit2627fe985272ed7181d798b7b7e87328602c080f (patch)
tree5103df218dcff9049c2b267f62e4a4c8e10f5339 /etc/root/dot.profile
parent5e58b262f9a87882a66c10e76404071ec04babf9 (diff)
downloadFreeBSD-src-2627fe985272ed7181d798b7b7e87328602c080f.zip
FreeBSD-src-2627fe985272ed7181d798b7b7e87328602c080f.tar.gz
Root should NEVER have . in the path.
Diffstat (limited to 'etc/root/dot.profile')
-rw-r--r--etc/root/dot.profile4
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
OpenPOWER on IntegriCloud