Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 1995 15:58:18 -0600
From:      Warner Losh <imp@village.org>
To:        Kurt Olsen <kurto@tiny.mcs.usu.edu>
Cc:        freebsd-hackers@freefall.freebsd.org
Subject:   Re: login 
Message-ID:  <199510132158.PAA04227@rover.village.org>
In-Reply-To: Your message of Fri, 13 Oct 1995 13:26:16 MDT

next in thread | raw e-mail | index | archive | help
: As a quick-n-dirty you can put something like this in /etc/csh.login:
: 
: grep `whoami` /var/log/messages | tail -5

Assuming that you read permissions to /var/log/messages, that it
hasn't been rotated since you tried, that your login name isn't the
same as the machine name, that syslog is logging login failures to
/var/log/messages, etc.

But it is an OK hack...

Warner




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