Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 03:49:41 +0100
From:      Dominik Lupinski <yhpx@alpha.net.pl>
To:        "Ivan S. Anisimov" <anisimov@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: csh conf
Message-ID:  <20021105034940.A2881@ember.blah>
In-Reply-To: <20021104203209.52758.qmail@web13905.mail.yahoo.com>; from anisimov@yahoo.com on Mon, Nov 04, 2002 at 12:32:09PM -0800
References:  <20021104203209.52758.qmail@web13905.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 04, 2002 at 12:32:09PM -0800, Ivan S. Anisimov wrote:

> Please help: when I try to login via a dialin tty,
> host issues 'logout' immediately after
> authentification. Looks like admin of the host done
> something like
> set a=`tty`
> if ($a == '/dev/ttyd0') then
> 	logout
> endif 
> in one of csh scripts.
> I've checked all user-readable files (/etc/csh.cshrc,
> /etc/csh.login, /etc/csh.logout, ~/.login, ~/.profile
> etc.) for stuff like that. Nothing. Changing shell to
> bash solves this problem, still I would like to find
> out, where this 'logout' lives. Any ideas?
 
  You may always make yourself sure if you checked all 'magic' files by:
  grep -r logout /path

-- 
0A 0D 0A 2D 2D 20 0D 0A 44 6F 6D 69 6E 69 6B 20  ...-- ..Dominik 
4C 75 70 69 6E 73 6B 69 20 2F 2F 20 79 68 70 78  Lupinski // yhpx
40 61 6C 70 68 61 2E 6E 65 74 2E 70 6C 0D 0A 2E  @alpha.net.pl...

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021105034940.A2881>