Bug 26526

Summary: lpd init messages redesign
Product: [Retired] Red Hat Linux Reporter: Christian Rose <menthos>
Component: printconfAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-07 20:42:46 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 Christian Rose 2001-02-07 20:42:42 UTC
#: /etc/rc.d/init.d/lpd:54
msgid "Stopping lpd: "

#: /etc/rc.d/init.d/lpd:94
msgid "Reloading lpd: "

#: /etc/rc.d/init.d/lpd:27
msgid "Starting lpd: "

This could probably be changed to
"Starting $prog: "
"Stopping $prog: "
and
"Reloading $prog: "

The reason is that "lpd" shouldn't be translated anyway, so substituting
the name with a run-time environment variable $prog saves translators a lot
of work, instead of having to translate each similar message seperately.