From owner-svn-src-all@FreeBSD.ORG Wed Jun 13 15:07:33 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 169351065673 for ; Wed, 13 Jun 2012 15:07:33 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 930198FC18 for ; Wed, 13 Jun 2012 15:07:32 +0000 (UTC) Received: by wibhj8 with SMTP id hj8so4370760wib.13 for ; Wed, 13 Jun 2012 08:07:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=lxxBZ/DtmKqufWCdDnA4f9RvWb8ngtBh1lIqkfEYGZw=; b=khSQG6Z+0CBipBXpOnbjxoaW/gh0GVIQdMve8Mrn5e+o1SBRuOBCJWuEzKgP0CQiXA jj/+yD+/ZnJKdkAHX2dQuI4hpTe/abuoBfoHynCV6orO3dfCKucU7ADqh88xsbfO9x8L lvEn6XLl4kh5diBc9gDYV4oDCC5yr8CPwHAvMFJe0oaMWZYKpKSgy9M3HoW17GSeNEbO xtcqpukDxmYiH/04Uk3LT4m9lG5d+ain5xMfNtSOZjbbBNgejhLPE+LpqoJC+qKNKl4W FUPIS7Rz7ThE/lDYw5xCM/zJuyt8PU8DR/FU487+wpUoU2kwk9dVkenpxJi/bxwHfQWg istQ== MIME-Version: 1.0 Received: by 10.181.11.137 with SMTP id ei9mr221557wid.21.1339600046131; Wed, 13 Jun 2012 08:07:26 -0700 (PDT) Received: by 10.217.2.75 with HTTP; Wed, 13 Jun 2012 08:07:26 -0700 (PDT) X-Originating-IP: [2a02:6b8:0:401:c0c2:4137:d020:7ba2] In-Reply-To: <201206131159.q5DBx3HB022521@svn.freebsd.org> References: <201206131159.q5DBx3HB022521@svn.freebsd.org> Date: Wed, 13 Jun 2012 19:07:26 +0400 Message-ID: From: Andrey Zonov To: Dag-Erling Smorgrav Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmBgRNZo03p9peeqhxVdTD1PBMPXiwpbBYMhfdEzKHZiTrlxzfoNLIRiOl0W+MrsuvWJttC Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r237005 - head 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: Wed, 13 Jun 2012 15:07:33 -0000 On Wed, Jun 13, 2012 at 3:59 PM, Dag-Erling Smorgrav wrot= e: > Author: des > Date: Wed Jun 13 11:59:03 2012 > New Revision: 237005 > URL: http://svn.freebsd.org/changeset/base/237005 > > Log: > =A0Remove auth.conf and related files. > > =A0Submitted by: trhodes@ > =A0MFC after: =A0 =A03 weeks > > Modified: > =A0head/ObsoleteFiles.inc > > Modified: head/ObsoleteFiles.inc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/ObsoleteFiles.inc =A0 =A0 =A0Wed Jun 13 10:42:55 2012 =A0 =A0 = =A0 =A0(r237004) > +++ head/ObsoleteFiles.inc =A0 =A0 =A0Wed Jun 13 11:59:03 2012 =A0 =A0 = =A0 =A0(r237005) > @@ -38,6 +38,10 @@ > =A0# =A0 xargs -n1 | sort | uniq -d; > =A0# done > > +# 20120613: auth.conf removed > +OLD_FILES+=3D/etc/auth.conf > +OLD_FILES+=3D/usr/share/man/man3/auth.3.gz > +OLD_FILES+=3D/usr/share/man/man5/auth.conf.5.gz I think you missed usr/share/examples/etc/auth.conf > =A0# 20120530: kde pam lives now in ports > =A0OLD_FILES+=3D/etc/pam.d/kde > =A0# 20120505: new clang import installed a redundant internal header --=20 Andrey Zonov