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:
hwcrypto went away after FC3.