Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××××××××××.net>
To: Gentoo Dev <gentoo-dev@g.o>
Subject: [gentoo-dev] CONTENTS file
Date: Sat, 11 Oct 2003 18:45:27
Message-Id: 3F884FE1.80708@technaut.darktalker.net
1 I'm writing a Perl script that verifies file MD5SUMs against what portage recorded in
2 /var/db/pkg/category/package/CONTENTS at install. I'm wondering what would happen in that
3 file if some package were to install a file that had a space in the name. Currently, a
4 line looks like:
5
6 obj /usr/libexec/webmin/acl/defaultacl a6897506f8609645d3a215988d1a937c 1063945574
7
8 This can easily be pulled apart with a regex, but what if it looked like this:
9
10 obj /usr/libexec/webmin/acl/default acl a6897506f8609645d3a215988d1a937c 1063945574
11
12 Can this happen?
13
14 --
15 Andrew Gaffney
16
17
18 --
19 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] CONTENTS file Markus Nigbur <pYrania@g.o>
[gentoo-dev] Re: CONTENTS file "Michael Sterrett -Mr. Bones.-" <msterret@××××.com>
Re: [gentoo-dev] CONTENTS file Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] CONTENTS file Spider <spider@g.o>
Re: [gentoo-dev] CONTENTS file Daniel Steinberger <Daniel.Steinberger@×××.de>
Re: [gentoo-dev] CONTENTS file Aron Griffis <agriffis@g.o>