From owner-cvs-usrsbin Fri Mar 22 14:23:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05298 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 14:23:00 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05268 Fri, 22 Mar 1996 14:22:46 -0800 (PST) Date: Fri, 22 Mar 1996 14:22:46 -0800 (PST) From: Joerg Wunsch Message-Id: <199603222222.OAA05268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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