Bug 172111
Summary: | latest coreutils breaks autofs's /etc/auto.net | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
Component: | autofs | Assignee: | Jeff Moyer <jmoyer> |
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | cfeist, drepper, john.ellson, sopwith, twaugh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-12-14 21:04:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alexandre Oliva
2005-10-31 16:25:14 UTC
Tim, Is this a regression in coreutils, or is this a known interface breaker? *** Bug 172028 has been marked as a duplicate of this bug. *** *** Bug 172239 has been marked as a duplicate of this bug. *** The change commited does "sort" instead of "sort -k 1", which is probably not what you really want. "sort -k 1" means the same as "sort +0" used to mean. This is indeed a change of interface -- but it happened a long long time ago and we have been patching coreutils to accept the old syntax of +n for ages. Whatever packages still use the old syntax should be updated, regardless of whether we eventually decide to patch sort again to still accept +n. OK. It's now changed to use -k 1. *** Bug 174015 has been marked as a duplicate of this bug. *** I'm closing this bug, as it should be addressed in rawhide. |