From owner-svn-src-all@FreeBSD.ORG Sun Jan 1 17:13:26 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74C9F1065672; Sun, 1 Jan 2012 17:13:26 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 077D58FC0C; Sun, 1 Jan 2012 17:13:25 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id q01HDO1v074168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 1 Jan 2012 18:13:24 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Sun, 1 Jan 2012 18:13:24 +0100 From: Ulrich Spoerlein To: Harti Brandt Message-ID: <20120101171324.GM83814@acme.spoerlein.net> Mail-Followup-To: Ulrich Spoerlein , Harti Brandt , Ben Kaduk , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201112301058.pBUAwFsw010478@svn.freebsd.org> <20111230204653.Y31442@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111230204653.Y31442@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ben Kaduk Subject: Re: svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnmp... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2012 17:13:26 -0000 Sorry for the delay. On Fri, 2011-12-30 at 20:50:16 +0100, Harti Brandt wrote: > On Fri, 30 Dec 2011, Ben Kaduk wrote: > >On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote: > >> Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt > >> ============================================================================== > >> --- head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt     Fri Dec 30 10:45:00 2011        (r228989) > >> +++ head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt     Fri Dec 30 10:58:14 2011        (r228990) > >> @@ -82,8 +82,8 @@ WlanMgmtReasonCode ::= TEXTUAL-CONVENTIO > >>                    associationLeave(8), > >>                    associationNotAuthenticated(9), > >>  -- XXX: TODO - FIXME > >> -                   dissasocPwrcapBad(10), > >> -                   dissasocSuperchanBad(11), > >> +                   disassocPwrcapBad(10), > >> +                   disassocSuperchanBad(11), > > > >This file looks like it might be intended to be machine-readable -- I > >would worry about changing it without test/review. > >Perhaps this spelling "error" is even the reason for the XXX comment above. > > Absolutely. If there is a spelling error in an SNMP MIB outside comments > or description strings it must stay there. Otherwise applications reading > that file will break. > > This is also true for the corresponding .def file. > > harti Neither Google, Bing nor Google Code Search can find any occurrence of any of the two words in either spelling, except in our tree, of course. This leads me to believe that at least no known Open Source project will be affected by the change. But that doesn't say much. Is this a non-backwards compatible change that we can do when going from 9.x to 10.0? I'm fine with backing it out, too, if you think this will actually break anything for third parties. Just say the word. Thanks Uli