diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-05-09 22:43:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-05-09 22:43:58 +0000 |
commit | 56d048d637a36ffe4008469e390ad1a3d769eca1 (patch) | |
tree | 93ab7fc7b39cfb7c69af30d4526569ea381acc06 | |
parent | fbb99160796410c765f08100630e26e33be2393e (diff) |
delete ftplist2 (the old ftplist IP address). We've talked loudly about a
more distributed way of doing something smart and failovery, but this
annotation in the script isn't helping.
-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 a392a4c67d8..33c9e6d540f 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1197 2022/05/09 22:42:53 deraadt Exp $ +# $OpenBSD: install.sub,v 1.1198 2022/05/09 22:43:57 deraadt Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -2543,7 +2543,6 @@ start_cgiinfo() { # Ensure proper name resolution in case there's no dns yet. add_hostent 199.185.178.80 ftplist1.openbsd.org - add_hostent 129.128.5.194 ftplist2.openbsd.org # Make sure the ftp subshell gets its own process group. set -m |