Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Generic "What installed this?"
Date: Fri, 08 Jul 2005 22:54:58
Message-Id: 5bdc1c8b0507081548752aee19@mail.gmail.com
In Reply to: Re: [gentoo-user] Generic "What installed this?" by kashani
1 On 7/8/05, kashani <kashani-list@××××××××.net> wrote:
2 > Mark Knecht wrote:
3 > > Hi ho,
4 > > What program do I run to determine what emerge operation installed
5 > > something on the system, in this specific case /etc/init.d/serial? I
6 > > guessed it would be equery but that didn't work.
7 > >
8 > > dragonfly ~ # equery b /etc/init.d/serial
9 > > [ Searching for file(s) /etc/init.d/serial in *... ]
10 > > dragonfly ~ #
11 > >
12 > > qpkg didn't seem to go backward from a file name.
13 > >
14 > > What other program can I run to discover that?
15 > >
16 >
17 > qpkg seems to work okay for me.
18 >
19 > laxlxns02 ~ # qpkg -f /etc/init.d/serial
20 > sys-apps/baselayout *
21 >
22 > kashani
23 > --
24 > gentoo-user@g.o mailing list
25 >
26 >
27
28 I spoke too quickly. qpkg -f returns nothing for /etc/init.d/serial:
29
30 dragonfly ~ # ls -al /etc/init.d/serial
31 -rwxr-xr-x 1 root root 1104 Mar 11 09:57 /etc/init.d/serial
32 dragonfly ~ # qpkg -f /etc/init.d/serial
33 dragonfly ~ #
34
35 and qpkg -l doesn't show 'serial' as being installed by baselayout:
36
37 dragonfly ~ # qpkg -l sys-apps/baselayout | grep serial
38 dragonfly ~ #
39
40 I use the ~x86 version of baselayout. You are probably not I suspect?
41
42 Thanks,
43 Mark
44
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Generic "What installed this?" Edward Catmur <ed@×××××××××.uk>
Re: [gentoo-user] Generic "What installed this?" Richard Fish <bigfish@××××××××××.org>