From owner-cvs-usrsbin Fri Mar 22 17:40:55 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19354 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 17:40:55 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA19348 Fri, 22 Mar 1996 17:40:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id RAA22649; Fri, 22 Mar 1996 17:40:41 -0800 (PST) To: Joerg Wunsch cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c In-reply-to: Your message of "Fri, 22 Mar 1996 14:22:46 PST." <199603222222.OAA05268@freefall.freebsd.org> Date: Fri, 22 Mar 1996 17:40:41 -0800 Message-ID: <22647.827545241@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yay!! Thanks, Joerg! Jordan > joerg 96/03/22 14:22:45 > > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > All this was horribly broken. The menues were overflowing, the `diff' > calculation wrong, bogus `reboot now!' hints given, and the displayed > month off by one. > > Fix all of this. > > Requested by: jkh > > Revision Changes Path > 1.5 +20 -15 src/usr.sbin/tzsetup/main.c > 1.3 +25 -5 src/usr.sbin/tzsetup/tzmenu.c