From owner-freebsd-questions@FreeBSD.ORG Mon Jan 17 14:15:13 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F74D16A4CF for ; Mon, 17 Jan 2005 14:15:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE63743D41 for ; Mon, 17 Jan 2005 14:15:12 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 40so1071640wri for ; Mon, 17 Jan 2005 06:15:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Wi8q3P3o4gioXLb2KCFp6Fy19a3PvfpyUHYkpyaomnQOkIjFSRHMcgYCzUuFBxTKcT1L3IenJ3FjiSXanW3aBH2bGXNZXWVkxosiOcxda3xw10r4JfvLBTprPQmcrjIxCE7dpxu3uIRtvbsGny1uVOU6sq6JeBcP+wHyLi28WPo= Received: by 10.54.59.11 with SMTP id h11mr25360wra; Mon, 17 Jan 2005 06:15:12 -0800 (PST) Received: by 10.54.19.59 with HTTP; Mon, 17 Jan 2005 06:15:12 -0800 (PST) Message-ID: <35de0c30050117061510e7cdae@mail.gmail.com> Date: Mon, 17 Jan 2005 09:15:12 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: <001301c4fc8d$3a0e23d0$d620fea9@chivu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <001301c4fc8d$3a0e23d0$d620fea9@chivu> Subject: Re: problems with motd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 14:15:13 -0000 On Mon, 17 Jan 2005 20:07:54 +0800, chivu <288137@ohm.ec.kuas.edu.tw> wrote: > --------------------------- > 1.so I just want to know how to suppress the last login part? > --------------------------- No idea off the top of my head -- my logins don't do this. Are you sure it's not part of the shell startup? > Another question is I also try to make it off through the way adding update_motd="NO" to the file /etc/rc.conf. But it doesn't work! This just toggles updates or the kernel version in /etc/motd by the script /etc/rc.d/motd, it has nothing to do with whether /etc/motd is displayed. Bryan