From owner-cvs-all Tue Jan 8 5:43: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF18D37B404; Tue, 8 Jan 2002 05:42:53 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08DgrZ60571; Tue, 8 Jan 2002 05:42:53 -0800 (PST) (envelope-from phantom) Message-Id: <200201081342.g08DgrZ60571@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 8 Jan 2002 05:42:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile locale.deprecated X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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