Gentoo Archives: gentoo-user-ru

From: Antonio <anton.ananich@×××××.com>
To: gentoo-user-ru@l.g.o
Subject: Re: [gentoo-user-ru] Gentoo Handbook does not contain information about bootstrap?
Date: Thu, 15 Dec 2005 15:09:25
Message-Id: 5a335a3d0512150709s3394244aha7037cc1d971ba96@mail.gmail.com
In Reply to: Re: [gentoo-user-ru] Gentoo Handbook does not contain information about bootstrap? by Vladimir Solomatin
1 On 12/9/05, Vladimir Solomatin <littleslash@×××××.ru> wrote:
2 > > Пример в студию! Любой файл, который не принадлежит не одному пакету
3 >
4 > # emerge app-portage/portage-utils
5 >
6 > #!/bin/sh
7 >
8 > for FILE in `find $1 -type f`
9 > do
10 > RESULT=`qfile -q ${FILE}`
11 > if [ -z "$RESULT" ]; then
12 > echo $FILE | grep -v "\.keep"
13 > fi
14 > done
15 >
16 > покажет все файлы не принадлежащие не одному пакету.
17 >
18
19 OK! Такие файлы есть. У меня целый один файл! :))))
20 Называется /lib/libgc_s.so.1
21
22 Но я готов с этим мирится :)
23
24 --
25 Best Regards,
26 Antonio
27
28 http://www.NetWeaverTeam.com
29
30 --
31 gentoo-user-ru@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-ru] Gentoo Handbook does not contain information about bootstrap? Vladimir Solomatin <littleslash@×××××.ru>