| Summary: | BSD.usr.dist doesn't create share/nls/en_US.US-ASCII | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Dimitry Andric <dim> | ||||
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.1-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dimitry Andric
2003-11-25 12:40:18 UTC
On Tue, Nov 25, 2003 at 01:33:30PM +0100, Dimitry Andric wrote:
> The file src/etc/mtree/BSD.usr.dist misses an entry for the
> /usr/share/nls/en_US.US-ASCII directory.
See /usr/src/etc/nls.alias - this is not missing. Rather, you're
trying to bootstrap your system by hand and have omitted a necessary
step in the process that is taken care of by installworld.
Kris
State Changed From-To: open->closed This symlink is specified in /usr/src/share/etc/nls.alias and is created as part of installworld during a normal build. |