Bug 77821

Summary: aep1000 init script not fully internationalized
Product: [Retired] Red Hat Linux Reporter: Ulrich Drepper <drepper>
Component: hwcryptoAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX 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: 2006-05-27 17:17:25 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:08:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021108

Description of problem:
Not all messages in the aep1000 init script are marked for internationalization.

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


How reproducible:
Always

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

Actual Results:  In lines like
    action "Unloading $module module" rmmod ${module}
the strings are not marked with $"".  Also, lines like
        echo usage: `basename $0` '[start|stop|restart|condrestart]'
cannot be translated very well.  The whole output should be one string.

Expected Results:  Replace the first with
    action $"Unloading $module module" rmmod ${module}
and the latter with
        echo $"usage: $(basename $0) [start|stop|restart|condrestart]"
and replace the first line with #!/bin/bash

Additional info:

Comment 1 Ulrich Drepper 2006-05-27 17:17:25 UTC
hwcrypto went away after FC3.