From: rpe Date: Fri, 26 Dec 2014 17:54:54 +0000 (+0000) Subject: Remove upgrade_to64time_t() now that the transition to 64 bit time_t X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=933157293314cb3b1c4bd2dd875fb3d8668dd1cf;p=openbsd Remove upgrade_to64time_t() now that the transition to 64 bit time_t is done. diff from tj at mrsk.me OK halex@ deraadt@ --- diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index bb9550030cf..9c322200d3a 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.800 2014/12/03 19:55:49 florian Exp $ +# $OpenBSD: install.sub,v 1.801 2014/12/26 17:54:54 rpe Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -1914,14 +1914,6 @@ questions() { fi } -# Rebuild or wipe time_t size dependant stuff. -# XXX To be removed after 5.6 is released. -upgrade_to64time_t() { - /mnt/usr/sbin/pwd_mkdb -d /mnt/etc master.passwd - >/mnt/var/log/lastlog - >/mnt/var/run/utmp -} - # Feed the random pool some entropy before we read from it feed_random() { (dmesg; cat $CGI_INFO /*.conf; sysctl; route -n show; df; @@ -1992,9 +1984,6 @@ finish_up() { update_firmware - # XXX To be removed after 5.6 is released. - upgrade_to64time_t - store_random # Pat on the back.