From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 12:54:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 490F4476; Fri, 6 Jun 2014 12:54:30 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E734D2D37; Fri, 6 Jun 2014 12:54:29 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s56CsRPR007907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Jun 2014 06:54:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s56CsQDb007904; Fri, 6 Jun 2014 06:54:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 6 Jun 2014 06:54:26 -0600 (MDT) From: Warren Block To: marino@freebsd.org Subject: Re: Who was the mental genius In-Reply-To: <53917A30.8050504@marino.st> Message-ID: References: <20140605211831.GA90310@spectrum.skysmurf.nl> <5390E62E.6090807@madpilot.net> <6CEF0183772C97582B196466@Pauls-MacBook-Pro.local> <539130B3.9030604@freebsd.org> <8CA324878D330942AB8AE0B3@Pauls-MacBook-Pro.local> <5391611A.3090406@marino.st> <53917957.2020909@freebsd.org> <53917A30.8050504@marino.st> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 06 Jun 2014 06:54:27 -0600 (MDT) Cc: Paul Schmehl , Alfred Perlstein , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 12:54:30 -0000 On Fri, 6 Jun 2014, John Marino wrote: > On 6/6/2014 10:18, Alfred Perlstein wrote: >> Sure, but really a couple of lines to warn people and wave them towards >> next steps is probably advisable next time. >> > > Maybe we can alter the "uname -a" string to show the EOL so that every > time the machine boots you see it on top of the MOTD. > > :) > > Of course, that won't help for the turn-on-and-forget servers with > uptime measured in years... > > As a serious questions, where should such a "you have X months/days > remaining before server is EOL, update before then" messages pop up? > weekly cron messages sent to root? It could reasonably be added to /etc/periodic/security. Updating the EOL date would have to be part of the release process. And the message might point people to the list of EOL dates on freebsd.org for additional information.