Bug 212087 - sbin/conscontrol - call setlocale so tool adheres to support localisation
Summary: sbin/conscontrol - call setlocale so tool adheres to support localisation
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-24 03:26 UTC by Sevan Janiyan
Modified: 2024-01-05 03:50 UTC (History)
0 users

See Also:


Attachments
call setlocale() (496 bytes, patch)
2016-08-24 03:26 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2016-08-24 03:26:47 UTC
Created attachment 173990 [details]
call setlocale()

setenv LC_ALL de_DE.ISO8859-1

with patch
% /usr/obj/usr/src/sbin/conscontrol/conscontrol add foo
conscontrol: could not add foo as a console: Operation nicht erlaubt

without patch
% conscontrol add foo
conscontrol: could not add foo as a console: Operation not permitted
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-01-05 03:50:43 UTC
^Triage: commit bit was taken in for safekeeping.