diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-22 05:13:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-22 05:13:23 +0000 |
commit | 4b7479da24ffacdfe59676f51e2731f648a5fddb (patch) | |
tree | 700845b5cc65d8ef838079dafce84c0942a623da /distrib/miniroot/install.sub | |
parent | 5f878fc516c71924a325a4b30411bc705b69ea44 (diff) |
Do an additional feed_random in the co-routine that is fetching the sets
like. This is going to finish at a really unpredictable time, and
that is a swell time to do an aggressive push & stir.
ok halex
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3c7eb549d7b..f5464563ba2 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.748 2014/02/21 19:47:31 deraadt Exp $ +# $OpenBSD: install.sub,v 1.749 2014/02/22 05:13:22 deraadt Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -1409,6 +1409,7 @@ startftplist() { # Remember finish time for adjusting the received timestamp echo -n $SECONDS >$SERVERLISTSEC + feed_random ) & ftppid=$! set +m |