Bug 77826

Summary: Messages not internationalized
Product: [Retired] Red Hat Linux Reporter: Ulrich Drepper <drepper>
Component: firstbootAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
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: 2002-11-14 01:17: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 2002-11-14 01:17:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021108

Description of problem:
The message the firstboot script prints are not internationalized

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


How reproducible:
Always

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

Actual Results:  Messages like
        echo -n "X is not configured.  Running redhat-config-xfree86"
and
        echo -n "Running system reconfiguration tool"
should be written like...

Expected Results:  ... this:
        echo -n $"X is not configured.  Running redhat-config-xfree86"
and
        echo -n $"Running system reconfiguration tool"

Additional info:

Comment 1 Brent Fox 2002-11-26 16:32:26 UTC
Fixed in cvs.  Thanks for your report.