Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15633 Details for
Bug 26082
app-admin/gentoolkit-0.1.30: shorten "sort|uniq" to "sort -u"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
same for /usr/bin/dep-clean
dep-clean.diff (text/plain), 866 bytes, created by
Nicolas Kaiser
on 2003-08-06 15:23:03 UTC
(
hide
)
Description:
same for /usr/bin/dep-clean
Filename:
MIME Type:
Creator:
Nicolas Kaiser
Created:
2003-08-06 15:23:03 UTC
Size:
866 bytes
patch
obsolete
>--- /usr/bin/dep-clean.orig 2003-08-07 00:17:15.000000000 +0200 >+++ /usr/bin/dep-clean 2003-08-07 00:18:29.000000000 +0200 >@@ -136,7 +136,7 @@ > find /var/db/pkg -name '*.ebuild' | \ > sed -e "s:/var/db/pkg/::" \ > -e "s:${X}/${X}/${X}:\1/\2:" | \ >- sort | uniq >> ${tmp}/current >+ sort -u >> ${tmp}/current > > if [ ${verb} ]; then > echo -e "${CY}"`cat ${tmp}/current | wc -l` "currently merged packages.${NO}" >@@ -149,7 +149,7 @@ > fi > emerge system -eup | \ > sed -e "/ebuild/s:^.*] \([^ ]*\) *:\1:p;d" | \ >- sort | uniq \ >+ sort -u \ > > ${tmp}/system > > if [ ${verb} ]; then >@@ -203,7 +203,7 @@ > cat ${tmp}/system >> ${tmp}/image.unsorted > > #Cleanup image >-sort ${tmp}/image.unsorted | uniq > ${tmp}/image >+sort -u ${tmp}/image.unsorted > ${tmp}/image > > if [ ${verb} ];then > echo -e "${CY}"`cat ${tmp}/image | wc -l` "packages contained in final image.${NO}"
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 26082
:
15632
| 15633 |
15634
|
15635
|
15871