From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1364 invoked from network); 30 Mar 2023 11:41:44 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 30 Mar 2023 11:41:44 -0000 Received: from mail.cock.li ([37.120.193.123]) by 9front; Thu Mar 30 07:39:26 -0400 2023 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1680176363; bh=7wUB0iYtc2wH6WxNr4ts2eefv/XhehIbOe0mku8r39w=; h=Date:From:To:Subject:In-Reply-To:References:From; b=CNduy+wCOmnwoZxGnA4YsX4FuWabnnV3fpakslNW74fWIkMzBOkSf/rdoZJzItrgR YiSKTtFWCxLc/fpDP7CR7Tb1QdKNN30azIvhuAurJWa8/lcKQj9B/Wf4xrWnkgGIJs GSfjDkanBORzLHZ5qCO+oFRbmqIvenHyyd8ATsy7C2jYDRzwMoqr6l+MyiFYHHdKca WmFeNFEOA/5C13UOPnrzPCzGcKa2eY6hBdSSHWSapvr2NMzP0K8U4b1f9lm9ARbhIV wFLZtfrMO68/pjF2b/US5WncVXClm7IZNJwQfNNtnl9TlGvtgQviC2o6Z2cRlNUCL/ 2DdxDjuM+mbiA== Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 30 Mar 2023 22:39:23 +1100 From: Khayyam To: 9front@9front.org In-Reply-To: <098c8bae5f9f08017d393ac1d1e56ff1@cock.li> References: <098c8bae5f9f08017d393ac1d1e56ff1@cock.li> Message-ID: <7aae344d724d67f946fe99e2df2ea9a6@cock.li> X-Sender: khayyam@cock.li User-Agent: Roundcube Webmail/1.3.17 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking standard module template Subject: Re: [9front] patch: httpd(8) classify.c fix Reply-To: 9front@9front.org Precedence: bulk On 2023-03-30 9:38 pm, Khayyam wrote: > Within the goodc array there are two instances of Australia, one of > which is > meant to be Austria. I think the patch failed to attach, oops, if so: diff b8ae7708fb3ef3acbb30ccf3181897f8157c18de uncommitted --- a/sys/src/cmd/ip/httpd/classify.c +++ b/sys/src/cmd/ip/httpd/classify.c @@ -48,7 +48,7 @@ { "gr", "greece" }, { "es", "spain" }, { "pt", "portugal" }, - { "au", "australia" }, + { "at", "austria" }, { "fi", "finland" }, { "se", "sweden" },