Michael C. Toren on Mon, 17 Apr 2000 15:24:35 -0400 (EDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Quick question -- bash logout on Solaris

  • From: "Michael C. Toren" <mct@netaxs.com>
  • To: plug@lists.nothinbut.net
  • Subject: Re: [PLUG] Quick question -- bash logout on Solaris
  • Date: Mon, 17 Apr 2000 15:24:26 -0400
  • User-agent: Mutt/1.1.5i

> On my shell account, I'm using bash (on Solaris) as my shell.  (Not sure
> which version, tried to check.)  When I hit ^D, it just tells me to
> "User 'logout' to leave the shell" rather than logging me out.  Is there
> something I can add to .bash_profile to make it do the Right Thing?  I
> know of at least one other Netaxs user that can just hit ^D and it'll
> just work.

Try putting "set +o ignoreeof" in your .profile ...

-mct