Gentoo Archives: gentoo-dev

From: Henrik Brix Andersen <brix@g.o>
To: Stefan Schweizer <sschweizer@×××××.com>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] kernel-mod.eclass addition + clean up
Date: Fri, 29 Oct 2004 11:14:23
Message-Id: 1099048520.10211.32.camel@sponge.fungus
In Reply to: Re: [gentoo-dev] kernel-mod.eclass addition + clean up by Stefan Schweizer
1 Hi,
2
3 On Fri, 2004-10-29 at 13:04, Stefan Schweizer wrote:
4 > Not all ebuilds inheriting kernel-mod build modules so not all of them
5 > may want to run depmod after compiling.
6
7 The only one that comes to mind is dev-php/phpsysinfo - do you know of
8 any others?
9
10 The patch could be changed not to export pkg_postinst() - but that would
11 required each and every kernel-mod ebuild that installs modules (which
12 is what the eclass was designed for) to include:
13
14 pkg_postinst() {
15 kernel-mod_depmod
16 }
17
18 Having 'depmod' called for a few packages which inherit kernel-mod but
19 doesn't install modules wont hurt.
20
21 Sincerely,
22 Brix
23 --
24 Henrik Brix Andersen <brix@g.o>
25 Gentoo Linux

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] kernel-mod.eclass addition + clean up Stefan Schweizer <sschweizer@×××××.com>