Bug 172239

Summary: auto.net script uses obsolete sort feature
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: autofsAssignee: Jeff Moyer <jmoyer>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: cfeist
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-11-01 20:45:44 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 Ulrich Drepper 2005-11-01 20:44:43 UTC
Description of problem:
In /etc/auto.net there is a line

$SHOWMOUNT | LC_ALL=C sort +0 | \

The problem is the obsolete +0 parameter syntax.  This fails with the current
coreutils version in rawhide.

Version-Release number of selected component (if applicable):
autofs-4.1.4-11

How reproducible:
always

Steps to Reproduce:
1.enable /net in /etc/auto.master
2.try accessing /net/hostname/mountpoint
3.
  
Actual results:
error in /var/log/messages about +0 not being found

Expected results:
no such error

Additional info:
Just replace +0 with -k 0 or leave it out altogether.

Comment 1 Jeff Moyer 2005-11-01 20:45:44 UTC

*** This bug has been marked as a duplicate of 172111 ***