CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/05 16:38:07
Modified files:
etc/mtree : 4.4BSD.dist
lib/libc/nls : catopen.c
share/man/man7 : hier.7
Log message:
After removing National Language Support (NLS) from base, stop
creating the directory /usr/share/nls. Having a non-existing default
path in catopen(3) does not make sense, so remove it. If the user
does not specify a NLS path, better fail early than fail because
of an empty directory. Remove path form hier(7).
OK stsp@ schwarze@ jmc@