diff options
author | 2008-03-09 02:00:42 +0000 | |
---|---|---|
committer | 2008-03-09 02:00:42 +0000 | |
commit | f9e705d35cdbcd577d5161a73f093b99cacc1ac5 (patch) | |
tree | 0ae402515b8db2d6356eed261ce278f16b4113b2 | |
parent | be sure to create CVS/Root if we added a new directory to the repository. (diff) | |
download | wireguard-openbsd-f9e705d35cdbcd577d5161a73f093b99cacc1ac5.tar.xz wireguard-openbsd-f9e705d35cdbcd577d5161a73f093b99cacc1ac5.zip |
Remove question about keep alive option.
Requested by deraadt@
-rw-r--r-- | distrib/miniroot/install.sub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index aae94987921..0a3603c0316 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.427 2008/03/09 00:42:08 krw Exp $ +# $OpenBSD: install.sub,v 1.428 2008/03/09 02:00:42 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -1092,7 +1092,6 @@ install_url() { # Irrelevant if using a proxy. if [[ $_url_type == ftp && -z $ftp_proxy ]]; then set_ftp_opt "active mode ftp" "-A" - set_ftp_opt "keepalive (NOOP) commands" "-k60" fi # Get server directory |