From owner-cvs-user Sun Feb 16 15:55:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06562 for cvs-user-outgoing; Sun, 16 Feb 1997 15:55:02 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06550; Sun, 16 Feb 1997 15:55:00 -0800 (PST) Date: Sun, 16 Feb 1997 15:55:00 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702162355.PAA06550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall install.c menus.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/16 15:55:00 Modified: release/sysinstall install.c menus.c Log: Don't nuke localtime and timezone files so aggressively now. This is tzsetup's job (and only if you don't cancel out, which is why having sysinstall remove them was so bogus). Revision Changes Path 1.170 +1 -1 src/release/sysinstall/install.c 1.117 +2 -2 src/release/sysinstall/menus.c