From owner-freebsd-hackers Tue Apr 16 07:12:36 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA13901 for hackers-outgoing; Tue, 16 Apr 1996 07:12:36 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA13895 for ; Tue, 16 Apr 1996 07:12:32 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id JAA21072; Tue, 16 Apr 1996 09:11:59 -0500 From: Joe Greco Message-Id: <199604161411.JAA21072@brasil.moneng.mei.com> Subject: Re: fingerd To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Tue, 16 Apr 1996 09:11:58 -0500 (CDT) Cc: hackers@FreeBSD.ORG In-Reply-To: <23381.829642364@critter.tfs.com> from "Poul-Henning Kamp" at Apr 16, 96 08:12:44 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I would really like to see fingerd print the local time as part of the > output. I hate it when I finger peter in .au and I have to figure > out what time it is down there... > > Comments ? This should be easy to do as a local hack: change fingerd line in inetd.conf to be .... fingerd -p /usr/local/libexec/finger % cat /usr/local/libexec/finger #! /bin/sh - /bin/date exec /usr/bin/finger "$*" % Or something like that :-) ... Joe ------------------------------------------------------------------------------- Joe Greco - Systems Administrator jgreco@ns.sol.net Solaria Public Access UNIX - Milwaukee, WI 414/546-7968