Date: Tue, 8 Jan 2002 05:42:53 -0800 (PST) From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile locale.deprecated Message-ID: <200201081342.g08DgrZ60571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phantom 2002/01/08 05:42:53 PST
Modified files:
etc Makefile
Added files:
etc locale.deprecated
Log:
Correctly handle cases of deprecated locales which are supposed
to have backward compatibility symbolic links.
This code should check existence of deprecated locales and
fix them using following scheme:
. if new locale directory exisists and is a symlink -- remove it
. if old locale directory exists and not a symlink -- rename it to
its new name
This should allow to mtree(1) and existing locale aliases make(1)
rules to setup locale dirs correctly (avoid self-referenced symlinks)
BTW, this commit brings in backward compatibility support for ru_SU
locales (aliased to appropriate ru_RU ones).
Revision Changes Path
1.269 +14 -1 src/etc/Makefile
1.1 +11 -0 src/etc/locale.deprecated (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201081342.g08DgrZ60571>
