Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Cc: vapier@g.o
Subject: Re: [gentoo-dev] glibc: pt_chown setuid going away by default
Date: Sat, 20 Apr 2013 06:56:20
Message-Id: 20130420095528.07b8c243@sf
In Reply to: Re: [gentoo-dev] glibc: pt_chown setuid going away by default by Mike Frysinger
1 On Wed, 17 Apr 2013 14:35:27 -0400
2 Mike Frysinger <vapier@g.o> wrote:
3
4 > On Saturday 13 April 2013 13:06:04 Jeroen Roovers wrote:
5 > > On Fri, 12 Apr 2013 16:08:10 -0400 Mike Frysinger wrote:
6 > > > that you remember. i think it's more likely you copy & pasted some
7 > > > line a long time ago than baselayout modified it for you.
8 > >
9 > > Exactly, but where did that come from?
10 >
11 > probably worthwhile to track down to better understand, but i don't think the
12 > answer will change the result
13 >
14 > > > two people who have installs that are a decade old doesn't incline me
15 > > > to write a news entry. not when the ebuild itself contains a sanity
16 > > > check that triggers exactly as needed and includes an error message
17 > > > explaining things. we aren't talking about an upgrade here that will
18 > > > silently & accidentally break your box on next boot (like udev &
19 > > > friends), or will break running programs (like SONAME bumps, although
20 > > > that's a much less of a problem now that portage handles things
21 > > > automatically).
22 > >
23 > > I have been looking through old copies of the Handbook in the last
24 > > hour, assuming the fstab entry may have been included there at some
25 > > point. I haven't done anything like a thorough search, but I assume it
26 > > may have slipped into the handbook at some point and was later removed
27 > > (as some CVS log entries from 2004 seem to suggest).
28 >
29 > it's at times like this i wish we had a git repo. `git log -p -C -M` is great
30 > at tracking this sort of stuff down.
31 > -mike
32
33 I usually rsync locally cvs tree and then convert it to git:
34
35 rsync://anonvcs.gentoo.org/vcs-public-cvsroot/{CVSROOT,gentoo/xml/}
36 cvsps --root :local:/path/to/ --fast-export gentoo/xml/htdocs | git fast-import
37
38 Takes around 5 minutes to convert.
39
40 $ git log --stat -S ' devpts ' # shows that 'devpts' suggestion comes from an LVM guide:
41
42 commit 658b3ab06b4919f102efaffe756b8b6c1d378fd0
43 Author: drobbins <drobbins>
44 Date: Sat Nov 9 18:47:44 2002 +0000
45
46 try #10030
47
48 doc/cz/altinstall.xml | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
49 doc/en/altinstall.xml | 350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
50 2 files changed, 710 insertions(+)
51
52 and it is still there.
53
54 $ git grep devpts:
55
56 doc/ca/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
57 doc/da/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
58 doc/de/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
59 doc/en/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
60 doc/en/articles/lvm-p2.xml:none /dev/pts devpts mode=620 0 0
61 doc/es/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
62 doc/es/articles/lvm-p2.xml:none /dev/pts devpts mode=620 0 0
63 doc/fr/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
64 doc/fr/selinux-uml-guide.xml:none /dev/pts devpts gid=5,mode=620 0 0
65 doc/id/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
66 doc/it/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
67 doc/it/articles/lvm-p2.xml:none /dev/pts devpts mode=620 0 0
68 doc/ja/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
69 doc/nl/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
70 doc/pl/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
71 doc/pt_br/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
72 doc/ru/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
73 doc/vi/altinstall.xml:none on /dev/pts type devpts (rw,gid=5,mode=620)
74 doc/zh_cn/articles/lvm-p2.xml:none /dev/pts devpts mode=620 0 0
75
76 Looks like many are incorrect including this:
77 http://www.gentoo.org/doc/en/articles/lvm-p2.xml
78
79 HTH
80
81 --
82
83 Sergei

Attachments

File name MIME type
signature.asc application/pgp-signature