Gentoo Archives: gentoo-dev

From: Sylvain <asm8@×××××××.fr>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] busybox.links missing ?
Date: Tue, 01 Apr 2003 17:55:27
Message-Id: 20030401195522.3b36247e.asm8@wanadoo.fr
1 Hello !
2
3 I would have a little request concerning busybox, not important enought to post a bug :
4 what about adding the generated busybox.links file to /usr/share/doc/busybox/ ?
5
6 For now, it's not so hard do creta symlinks with someting like that :
7
8 for i in `busybox 2>&1 | grep ash -A 10`
9 do
10 ln -s busybox $i
11 done
12
13 but this way, it lost original paths of some binaries.
14
15 regards,
16
17 sylvain
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] busybox.links missing ? Gontran Zepeda <gontran@×××××××.net>