From b95ae6b3befa50dc7b4e7d481bb053dfb31ec55e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 14 Jan 2004 04:41:02 +0000 Subject: [PATCH] ok, it took quite a bit of prodding but itojun finally explained why the extra sleep 1 is in here, and we came to the conclusion it is safe to delete it. whee. --- src/etc/netstart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index daf1a3bb..bcdfc633 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.93 2004/01/13 08:36:57 deraadt Exp $ +# $OpenBSD: netstart,v 1.94 2004/01/14 04:41:02 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -278,7 +278,6 @@ fi if [ "$ip6kernel" = "YES" ]; then # this is to make sure DAD is completed before going further. sleep `sysctl -n net.inet6.ip6.dad_count` - sleep 1 fi # /etc/mygate, if it exists, contains the name of my gateway host