From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 19:18:14 2004 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 2E34416A4CE for ; Tue, 23 Nov 2004 19:18:14 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B15AB43D2D for ; Tue, 23 Nov 2004 19:18:13 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iANJIDju094211 for freebsd-questions@freebsd.org; Tue, 23 Nov 2004 13:18:13 -0600 (CST) (envelope-from dan) Date: Tue, 23 Nov 2004 13:18:13 -0600 From: Dan Nelson To: Free BSD Questions list Message-ID: <20041123191812.GI48882@dan.emsphone.com> References: <20041123190653.GA3245@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041123190653.GA3245@teddy.fas.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i Subject: Re: I can't remeber the name of my clock X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 19:18:14 -0000 In the last episode (Nov 23), stan said: > I remebr using a crses based clock in FreeBSD. It was a digital clock. I > can't seem to remeber it's name, and a man -k clock doesn't seem to point > me at it. It might have not been in the default path (/usr/ames or > something?). > > Can some kind souls remind me of what this is? Digital or analog? grdc (/usr/src/games/grdc) is a digital one with large red letters. There's also tclock, which is an analog one, at /usr/src/contrib/ncurses/test/tclock.c , but you need to edit the source a bit to make it build. -- Dan Nelson dnelson@allantgroup.com