Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] switch to iproute2 and remove net-tools?
Date: Thu, 01 Sep 2011 14:17:51
Message-Id: 4E5F93A5.4040909@binarywings.net
In Reply to: Re: [gentoo-user] switch to iproute2 and remove net-tools? by Doug Hunley
1 Am 01.09.2011 15:47, schrieb Doug Hunley:
2 > On Wed, Aug 31, 2011 at 22:32, Pandu Poluan <pandu@××××××.info> wrote:
3 >> Why do you want to unmerge net-tools, anyway?
4 >
5 > 'equery depends' shows that nothing needs it, and why keep an entire
6 > package around when I have another package installed that does what
7 > the first package is supposed to do? ;)
8 >
9
10
11 `emerge -pv --depclean sys-apps/net-tools` is more reliable than equery
12 for finding dependencies. It will tell you that net-tools is part of
13 @system. It is generally discouraged for ebuild-developers to add
14 dependencies to stuff that belongs to @system. Therefore equery does not
15 help you find all dependencies.
16
17 If you are so eager to remove net-tools, you can try to replace all
18 binaries with symlinks to /bin/busybox. It should contain minimal
19 implementations for most binaries like hostname. Note that this can
20 seriously break your system if the busybox implementation is insufficient.
21
22 Hope this helps,
23 Florian Philipp

Attachments

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

Replies

Subject Author
Re: [gentoo-user] switch to iproute2 and remove net-tools? Alan McKinnon <alan.mckinnon@×××××.com>