From owner-freebsd-questions@FreeBSD.ORG Mon Dec 26 05:03:36 2011 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 975DF106566B for ; Mon, 26 Dec 2011 05:03:36 +0000 (UTC) (envelope-from kevinz5000@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 555148FC08 for ; Mon, 26 Dec 2011 05:03:36 +0000 (UTC) Received: by yhfq46 with SMTP id q46so8287488yhf.13 for ; Sun, 25 Dec 2011 21:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=1fMladOiMjt373OvxSdhArv2eUQjIrvBMkVr/f9yt+4=; b=ihacLaSY6QZBMavDQhA5OGLDxUaCt9+h2Uc4QqKVRBOoosgz055FQzlE4W09RP+h5F 7DgtSZm40PCVHwcEFXsm9Sd7qs8kTBtHszrNNp/EhrgsaWmLUOsgxucPHSG9zVXH/SyO OXbcoBaUUOKJCqITsRD2e7/oHDnSoRBa8sx0Q= Received: by 10.236.153.226 with SMTP id f62mr31173213yhk.62.1324874264839; Sun, 25 Dec 2011 20:37:44 -0800 (PST) Received: from [192.168.2.4] (adsl-99-112-43-82.dsl.stl2mo.sbcglobal.net. [99.112.43.82]) by mx.google.com with ESMTPS id a15sm55123479ana.1.2011.12.25.20.37.43 (version=SSLv3 cipher=OTHER); Sun, 25 Dec 2011 20:37:44 -0800 (PST) Message-ID: <4EF7FA1C.4000007@gmail.com> Date: Sun, 25 Dec 2011 22:37:48 -0600 From: Kevin Zheng User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 1.3.4 OpenPGP: id=5EBE6447 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Clearing Login Screen on Console 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: Mon, 26 Dec 2011 05:03:36 -0000 I run FreeBSD 8.2-p5 (release) and I can clear the terminal at the login prompt by hitting CTRL-L on my keyboard. However, I've installed FreeBSD 9.0-R3 and CTRL-L doesn't clear the screen. Personally, I like having CTRL-L to clear the login prompt before and after I log in, and I'd like to see that on FreeBSD 9 as well. Is there something I can do with /etc/gettytab to get this behavior working again? Thanks in advance, Kevin