From owner-svn-src-head@FreeBSD.ORG Wed Jun 13 15:07:33 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00ACF106566C for ; Wed, 13 Jun 2012 15:07:33 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 831018FC14 for ; Wed, 13 Jun 2012 15:07:32 +0000 (UTC) Received: by werg1 with SMTP id g1so681421wer.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=FDt5YYRvXbx9JRB4F49mkI8i1d+zwp4jMw696KtA9RpR8kqUaZ2uryyAKlHa24h0uD jQ47ExbYDvESdSN/9ohYqF/Z61Bu5kiP2ltHMv7uovPHAHO7MqXshDwwODM0CchzzYid wpbjJej6MoQLlqvPrEC5pwo6WYhUZi2/oF9/90V3Rw3jmelFbnFpv8Wh1pFo1jT9LxnI 2xLVfvXCdgPc82cI0r6nG79u2QvTYc7aOA4ykLw/EBUwVLHUdGtY3KAbBmLOX2RiDhuT 4BbljlaqlUEv7sUaCn4fADIch1LpNCkTwi1abT0KWjq9VlC3+vkSsE0hMJ3P2DJLgrqP gnVw== 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: ALoCoQkB/Drv6x2kmxkuF2aYIlktryKKiTfq18k4A8sVHmSvT1994KPuTJw/hEz587C8+ZgOAAN/ 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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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