CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/04/06 05:54:36
Modified files: distrib/miniroot: install.sub Log message: Make IPv6 link-local scope identifiers in "HTTP Server?" answers work It understands IPv6 addresses already, but chokes on the % character: HTTP Server? (hostname or 'done') [fe80::1%vio0] '[fe80::1%vio0]' is not a valid hostname. Accept it; ftp(1) understands them. The answer ends up in installurl(5) and syspatch(8) as well as sysupgrade(8) work just fine with it. OK florian