From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 18:41:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CA27106566C for ; Thu, 24 Jun 2010 18:41:30 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 68B698FC17 for ; Thu, 24 Jun 2010 18:41:29 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id o5OIf4BU089418 for ; Thu, 24 Jun 2010 13:41:04 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201006241841.o5OIf4BU089418@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Thu, 24 Jun 2010 13:41:04 -0500 From: Martin McCormick Subject: sudo "last login" message and how to turn it off FreeBSD8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2010 18:41:30 -0000 I have actually seen this on some FreeBSD6.3 systems and thought it was a querk. It may still be a querk but it has started again on an 8.0 system. I think I am doing something to cause it, but I am not sure. When one executes a sudo command, I get a "last login" message which reflects the last time I ran sudo. Example: [martin@pilot ~]$ sudo whoami Password: Last login: Thu Jun 24 13:07:20 from pilot.it.okstate root There is another FreeBSD8.0 system here that has not yet behaved this way so I did something to the test system to make it start. Any ideas as to what to look at? Thank you. Martin McCormick