Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 24897 Details for
Bug 40078
gentoolkit-0.1.38 pkg-size returns bogus value on empty metapackages (fix included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
refined patch to pkg-size
pkg-size.patch (text/plain), 449 bytes, created by
Francois Guimond
on 2004-02-03 11:54:41 UTC
(
hide
)
Description:
refined patch to pkg-size
Filename:
MIME Type:
Creator:
Francois Guimond
Created:
2004-02-03 11:54:41 UTC
Size:
449 bytes
patch
obsolete
>--- pkg-size.orig 2004-02-03 14:51:52.000000000 -0500 >+++ pkg-size 2004-02-03 14:52:10.000000000 -0500 >@@ -48,7 +48,7 @@ > > pkgname=`echo $file | sed -e "s:\/var\/db\/pkg\/::" -e "s:\/CONTENTS::"` > >-totals=`cat $file|grep "obj"|awk '{ print $2 }' | sed "s/ /\\ /" | xargs du -scb | grep total | cut -f 1` >+totals=`cat $file|grep "obj"|awk '{ print $2 }' | sed "s/ /\\ /" | xargs -r du -scb | grep total | cut -f 1` > > size=0 > for i in $totals ; do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40078
:
24745
| 24897