From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-59723-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id DA2AB1381F3
	for <garchives@archives.gentoo.org>; Sat, 20 Apr 2013 06:56:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4529E09AF;
	Sat, 20 Apr 2013 06:56:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A2DB8E0991
	for <gentoo-dev@lists.gentoo.org>; Sat, 20 Apr 2013 06:56:14 +0000 (UTC)
Received: from sf (unknown [37.214.17.241])
	(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: slyfox)
	by smtp.gentoo.org (Postfix) with ESMTPSA id E669A33DDC1;
	Sat, 20 Apr 2013 06:56:12 +0000 (UTC)
Date: Sat, 20 Apr 2013 09:55:28 +0300
From: Sergei Trofimovich <slyfox@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: vapier@gentoo.org
Subject: Re: [gentoo-dev] glibc: pt_chown setuid going away by default
Message-ID: <20130420095528.07b8c243@sf>
In-Reply-To: <201304171435.28315.vapier@gentoo.org>
References: <201304100115.53431.vapier@gentoo.org>
	<201304121608.11373.vapier@gentoo.org>
	<20130413190604.435c7cbf@marga.jer-c2.orkz.net>
	<201304171435.28315.vapier@gentoo.org>
X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.16; x86_64-pc-linux-gnu)
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=PGP-SHA1;
 boundary="Sig_/Qe/IujVp7WAbQdlPb+u2KWh"; protocol="application/pgp-signature"
X-Archives-Salt: 16a6f9b4-a4fd-4d72-9cfe-12513ee62acc
X-Archives-Hash: b081f93eef00f9134336f19f1e8f2c97

--Sig_/Qe/IujVp7WAbQdlPb+u2KWh
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Wed, 17 Apr 2013 14:35:27 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> On Saturday 13 April 2013 13:06:04 Jeroen Roovers wrote:
> > On Fri, 12 Apr 2013 16:08:10 -0400 Mike Frysinger wrote:
> > > that you remember.  i think it's more likely you copy & pasted some
> > > line a long time ago than baselayout modified it for you.
> >=20
> > Exactly, but where did that come from?
>=20
> probably worthwhile to track down to better understand, but i don't think=
 the=20
> answer will change the result
>=20
> > > two people who have installs that are a decade old doesn't incline me
> > > to write a news entry.  not when the ebuild itself contains a sanity
> > > check that triggers exactly as needed and includes an error message
> > > explaining things. we aren't talking about an upgrade here that will
> > > silently & accidentally break your box on next boot (like udev &
> > > friends), or will break running programs (like SONAME bumps, although
> > > that's a much less of a problem now that portage handles things
> > > automatically).
> >=20
> > I have been looking through old copies of the Handbook in the last
> > hour, assuming the fstab entry may have been included there at some
> > point. I haven't done anything like a thorough search, but I assume it
> > may have slipped into the handbook at some point and was later removed
> > (as some CVS log entries from 2004 seem to suggest).
>=20
> it's at times like this i wish we had a git repo.  `git log -p -C -M` is =
great=20
> at tracking this sort of stuff down.
> -mike

I usually rsync locally cvs tree and then convert it to git:

    rsync://anonvcs.gentoo.org/vcs-public-cvsroot/{CVSROOT,gentoo/xml/}
    cvsps --root :local:/path/to/ --fast-export gentoo/xml/htdocs | git fas=
t-import

Takes around 5 minutes to convert.

$ git log --stat -S ' devpts ' # shows that 'devpts' suggestion comes from =
an LVM guide:

    commit 658b3ab06b4919f102efaffe756b8b6c1d378fd0
    Author: drobbins <drobbins>
    Date:   Sat Nov 9 18:47:44 2002 +0000

    try #10030

     doc/cz/altinstall.xml | 360 ++++++++++++++++++++++++++++++++++++++++++=
+++++++++++++++++++++++++++++++++++++++++
     doc/en/altinstall.xml | 350 ++++++++++++++++++++++++++++++++++++++++++=
++++++++++++++++++++++++++++++++++++++
     2 files changed, 710 insertions(+)

and it is still there.

$ git grep devpts:

doc/ca/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/da/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/de/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/en/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/en/articles/lvm-p2.xml:none                /dev/pts         devpts     =
  mode=3D620      0 0
doc/es/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/es/articles/lvm-p2.xml:none                /dev/pts         devpts     =
  mode=3D620      0 0
doc/fr/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/fr/selinux-uml-guide.xml:none    /dev/pts    devpts       gid=3D5,mode=
=3D620    0    0
doc/id/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/it/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/it/articles/lvm-p2.xml:none                /dev/pts         devpts     =
  mode=3D620      0 0
doc/ja/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/nl/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/pl/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/pt_br/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D62=
0)
doc/ru/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/vi/altinstall.xml:none on /dev/pts type devpts (rw,gid=3D5,mode=3D620)
doc/zh_cn/articles/lvm-p2.xml:none                /dev/pts         devpts  =
     mode=3D620      0 0

Looks like many are incorrect including this:
http://www.gentoo.org/doc/en/articles/lvm-p2.xml

HTH

--=20

  Sergei

--Sig_/Qe/IujVp7WAbQdlPb+u2KWh
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iEYEARECAAYFAlFyO+MACgkQcaHudmEf86pkuACfQi1OnLNyVopNLYG8dhzen82F
THsAn02hw4XrzSZOhL7BSf5FdP+CigI+
=uC3B
-----END PGP SIGNATURE-----

--Sig_/Qe/IujVp7WAbQdlPb+u2KWh--