From owner-freebsd-stable@FreeBSD.ORG Fri Dec 28 23:29:57 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57B8A16A41B for ; Fri, 28 Dec 2007 23:29:57 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC0F13C448 for ; Fri, 28 Dec 2007 23:29:56 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2631043fgg.35 for ; Fri, 28 Dec 2007 15:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Fl69JmnwoKEXvgGpJzXq1zUOtildi9XukMPwpcCn0ko=; b=xRVJgr/Yy6EXW9pn1hbai9mPzSjvuIq5HW+5qaa2DXOK3nrbZInJIGvTGuYKF+2MRB0UY5oQJlpD9MDQ/pIzufw4XQCEW6LW0UOwQw6LeCHuejKf3zoGEq0NEMe5e6PqhtH97+WbuiDfGIlJlXxPJOj7aJO6ABmPeH2RxBq4s7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nIV7QLGtE9GQuSriCu63CJmfQLbKqEEgc3Eoye+2VNfbF58cdMSsKcAhVHZuul091OD4HOGIGHAjx2qmdcPGJX07AqjicvX3VHGFead4qHOasOXmr2+rGegtjjPAlqURiNgLIou7+gjItFz9gBba+H5Jy0vuxCo5X+ybb/33TY4= Received: by 10.86.28.5 with SMTP id b5mr9403954fgb.79.1198884595782; Fri, 28 Dec 2007 15:29:55 -0800 (PST) Received: by 10.86.68.13 with HTTP; Fri, 28 Dec 2007 15:29:55 -0800 (PST) Message-ID: <790a9fff0712281529q5aafb58ay4582f47cb6bd3cbd@mail.gmail.com> Date: Fri, 28 Dec 2007 17:29:55 -0600 From: "Scot Hetzel" To: "Michael Butler" In-Reply-To: <477563B6.50307@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <477563B6.50307@protected-networks.net> Cc: freebsd-stable@freebsd.org Subject: Re: tiny GSS nit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 23:29:57 -0000 On 12/28/07, Michael Butler wrote: > On 7-stable, /usr/lib contains .. > > imb@toshi:/home/imb> ll /usr/lib/libgssapi* : > -r--r--r-- 1 root wheel 54756 Dec 19 16:50 /usr/lib/libgssapi_krb5.so.9 : > .. but /etc/gss/mech contains this from /usr/src/etc/gss/mech .. > > imb@toshi:/home/imb> less /usr/src/etc/gss/mech > # $FreeBSD: src/etc/gss/mech,v 1.1 2005/12/29 14:40:18 dfr Exp $ > # > # Name OID Library name > Kernel module > kerberosv5 1.2.840.113554.1.2.2 /usr/lib/libgssapi_krb5.so.8 - > > It needs a version bump - dunno if -current needs the same .. > This change has already been made to -CURRENT, it just needs to be MFC'd to 7-STABLE. Scot