Summary: | sys-apps/coreutils - relocate uniq from /usr/bin to /bin | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | grey dot <sickmind> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | openrc |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch |
Description
grey dot
2013-12-29 22:43:37 UTC
Created attachment 366490 [details, diff]
patch
This has been fixed in OpenRC git, we now use sort -u instead of uniq, so there is no need to worry about moving uniq. `sort -u` is the way to go imo. there's rarely a need for actual `uniq`. |