Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15871 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]
again /usr/bin/revdep-rebuild
revdep-rebuild.diff (text/plain), 659 bytes, created by
Nicolas Kaiser
on 2003-08-10 17:09:24 UTC
(
hide
)
Description:
again /usr/bin/revdep-rebuild
Filename:
MIME Type:
Creator:
Nicolas Kaiser
Created:
2003-08-10 17:09:24 UTC
Size:
659 bytes
patch
obsolete
>--- revdep-rebuild.orig 2003-08-11 01:59:06.000000000 +0200 >+++ revdep-rebuild 2003-08-11 02:00:52.000000000 +0200 >@@ -159,7 +159,7 @@ > ( > grep '.*\.so\(\|\..*\)$' <$LIST.1_files | sed 's:/[^/]*$::' > sed '/^#/d;s/#.*$//' </etc/ld.so.conf >- ) | uniq | sort | uniq | >+ ) | sort -u | > tr '\n' : | tr -d '\r' | sed 's/:$//' >$LIST.2_ldpath > echo -e " done.\n ($LIST.2_ldpath)" > fi >@@ -229,7 +229,7 @@ > echo " using existing $LLIST.5_packages." > else > set_trap "$LLIST.5_packages" >- sort <$LLIST.4_packages_raw | uniq >$LLIST.5_packages >+ sort -u $LLIST.4_packages_raw >$LLIST.5_packages > echo -e " done.\n ($LLIST.5_packages)" > fi >
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