This is a discussion on Re: small patch to etc/skel/dot.profile within the mailing.openbsd.tech forums, part of the OpenBSD category; --> No. > Small patch to remove "." from $PATH. > > --- etc/skel/dot.profile.old Sun Jun 9 01:15:15 2002 > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| No. > Small patch to remove "." from $PATH. > > --- etc/skel/dot.profile.old Sun Jun 9 01:15:15 2002 > +++ etc/skel/dot.profile Tue Feb 17 15:24:10 2004 > @@ -2,5 +2,5 @@ > # > # sh/ksh initialization > > -PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games:. > +PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games > export PATH HOME TERM |