From owner-cvs-etc Thu Oct 24 02:44:18 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA06815 for cvs-etc-outgoing; Thu, 24 Oct 1996 02:44:18 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA06788; Thu, 24 Oct 1996 02:44:05 -0700 (PDT) Date: Thu, 24 Oct 1996 02:44:05 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610240944.CAA06788@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc rc.local Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/24 02:44:04 Modified: etc rc.local Log: fixes: >Description: The sed script in /etc/rc.local that builds the host/kernel ID line for the message of the day relies on the year not going past 1999. When the year passes 1999, the ID line is malformed. Submitted by: Wolfram Schneider Revision Changes Path 1.21 +2 -2 src/etc/rc.local