Bug 77820

Summary: init script not internationalized
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: autofsAssignee: Jeff Moyer <jmoyer>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-10-19 15:08:07 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 2002-11-14 01:02:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021108

Description of problem:
The autofs init script isn't internationalized.  It doesn't mark strings and
doesn't use the syntax to get translations.

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


How reproducible:
Always

Steps to Reproduce:
1.cat /etc/init.d/autofs
2.
3.
	

Actual Results:  Lines like
        echo -n 'Starting automounter:'

        echo 'Stopping automounter.'

should be...

Expected Results:  ...like this

        echo -n $"Starting automounter:"

        echo $"Stopping automounter."


Additional info: