Bug 211941

Summary: bin/setfacl - call setlocale so tool adheres to support localisation
Product: Base System Reporter: Sevan Janiyan <venture37>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Only Me CC: emaste
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
call setlocale() none

Description Sevan Janiyan 2016-08-17 12:38:32 UTC
Created attachment 173782 [details]
call setlocale()

setenv LC_ALL de_DE.ISO8859-1

With patch
% /usr/obj/usr/src/bin/setfacl/setfacl -M /etc/motd
setfacl: /etc/motd: get_acl_from_file() failed: Ung?ltiges Argument

without patch
% setfacl -M /etc/motd
setfacl: /etc/motd: get_acl_from_file() failed: Invalid argument
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-01-05 03:52:28 UTC
^Triage: commit bit was taken in for safekeeping.