From owner-cvs-libexec Sun Aug 6 17:21:03 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA22931 for cvs-libexec-outgoing; Sun, 6 Aug 1995 17:21:03 -0700 Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA22902 ; Sun, 6 Aug 1995 17:20:52 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id CAA11399; Mon, 7 Aug 1995 02:17:25 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id BAA07154; Mon, 7 Aug 1995 01:44:05 +0200 Date: Mon, 7 Aug 1995 01:44:05 +0200 From: Wolfram Schneider Message-Id: <199508062344.BAA07154@localhost> To: Paul Traina Cc: "Jordan K. Hubbard" , CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com Subject: Re: cvs commit: src/libexec/getty gettytab.5 main.c In-Reply-To: <199508011540.IAA00980@precipice.shockwave.com> References: <199508011312.GAA23553@freefall.cdrom.com> <199508011540.IAA00980@precipice.shockwave.com> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: cvs-libexec-owner@freebsd.org Precedence: bulk Paul Traina writes: >This is pretty bogus (IMO). This is absolutely positivel NOT the sort of >information you want to present to a user before they've logged in. You know this famous program called 'sendmail'? $ telnet localhost smtp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220-localhost Sendmail 8.6.9/8.6.9 ready at Mon, 7 Aug 1995 01:39:45 +0200 ^^^^^^^^^^^Version ^^^TZ/country/law 220 ESMTP spoken here ^^^protocol Wolfram >Paul > > From: "Jordan K. Hubbard" > Subject: cvs commit: src/libexec/getty gettytab.5 main.c > jkh 95/08/01 06:12:25 > > Modified: libexec/getty gettytab.5 main.c > Log: > A useful aid.. Add support for: > > %r: current release > %m: machine architecture type (i386 for now) > %s: OS name (FreeBSD) > > from uname() in banner string.