From 9028df4c8e9319a0b8810eae396fddc61aae1f7e Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sat, 6 Jun 1998 15:01:46 +0000 Subject: [PATCH] Sync PATH variable with 'dot.login'. I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro --- share/skel/dot.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 3852c82762c..3ee09fd5313 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,12 +1,12 @@ -# $Id: dot.profile,v 1.14 1997/08/15 23:41:26 ache Exp $ +# $Id: dot.profile,v 1.15 1997/09/26 08:28:31 joerg Exp $ # # .profile - Bourne Shell startup script for login shells # # see also sh(1), environ(7). # -# add /usr/games or /usr/X11R6/bin if you want -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH +# 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 # 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