Bug 53325

Summary: /usr/bin/locale is not installed by make buildworld and installworld
Product: Base System Reporter: plexus <plexus>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
locale.patch none

Description plexus 2003-06-14 21:00:22 UTC
        The utility /usr/src/usr.bin/locale is neither build nor installed

Fix: Change the Makefile /usr/src/usr.bin/Makefile




How-To-Repeat:         cd /usr/src
        make buildworld
        make installworld
        reboot
        login
        locale
Comment 1 Tim Robbins freebsd_committer freebsd_triage 2003-09-09 12:02:14 UTC
State Changed
From-To: open->closed

/usr/bin/locale gets installed in 5.1-CURRENT now. It was left out in 
5.1-RELEASE because it wasn't really functional at the time.