From owner-freebsd-current Sun Jun 23 11:22:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA12488 for current-outgoing; Sun, 23 Jun 1996 11:22:29 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts12-line13.uoregon.edu [128.223.150.145]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA12483 for ; Sun, 23 Jun 1996 11:22:27 -0700 (PDT) Received: (from dwhite@localhost) by gdi.uoregon.edu (8.6.12/8.6.12) id LAA00256; Sun, 23 Jun 1996 11:22:33 -0700 Date: Sun, 23 Jun 1996 11:22:33 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Kim Culhan cc: freebsd-current@FreeBSD.ORG Subject: Re: 960612-SNAP doesn't read users .*? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 22 Jun 1996, Kim Culhan wrote: > > The default .* files set a path in only the .login file and if I say: > > echo $path > > it returns a string which appears to have only a c/r in it. > Looks like csh isn't reading the .* files. Now THAT would be a bug. :-) I have my path statements in .cshrc (.tcshrc since I'm using tcsh) and it picks them up OK. > Also, using the standard syscons (not PCVT) with default everything, the > backspace key prints ^H to the screen and the 'delete' key works as a > destructive backspace. Run this: stty erase ^H (that's caret H not control-H) That will whip your backspace into shape. I have this in .cshrc as well. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major