OpenSolaris

Printable Version Enter a New Search
Bug ID 6667489
Synopsis power_all.xcl needs to be updated to exclude messages introduced by suspend/resume
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:pm
Keywords
Responsible Engineer Mark Haywood
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_86
Fixed In snv_86
Release Fixed solaris_nevada(snv_86)
Related Bugs 6381827
Submit Date 25-February-2008
Last Update Date 28-March-2008
Description
6332731 pmconfig .po files are missing a lot of strings

attempted to fix many of the L10N problems with the programs in usr/src/cmd/power. As
part of that fix, an exclusion file was created, power_all.xcl. This file needs to be
kept up to date with a list of strings that should not be localized. When

6381827 Suspend to RAM on x86

integrated, it added a number of strings to the source files under usr/src/cmd/power.
These strings are being added, as part of the build process, to power_all.po. Only
a subset of these strings should be placed into power_all.po file and delivered to the
localization team. power_all.xcl needs to be updated to include the strings that should
not be delivered. Examples of strings in the power_all.po file that should not be
delivered are:

msgid  "S3-support"
msgstr
msgid  "autoS3"
msgstr
msgid  "S3-support-enable"
msgstr
msgid  "S3-support-disable"
msgstr
# msgid  "S3-support"
# msgstr

There are many more besides these.
Work Around
N/A
Comments
N/A