Andreas Wacknitz
2024-03-31 c725f246d1d3ea0951b475998ec3a2f3b7762d63
commit | author | age
c7f04c 1 #
NJ 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
69d0f5 23 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
c7f04c 24 #
NJ 25
26 # general locale
70eebe 27 <transform dir link hardlink path=.*/locale$ -> default facet.locale true>
c7f04c 28
69d0f5 29 # add locale specific facets to using the the locale name encoded in
NJ 30 # the pathname.  We don't need the portion after the '@' or '.', only
31 # .../locale/{locale-name}[@.]*.
70eebe 32 <transform dir file link hardlink \
69d0f5 33     path=.*/locale/([^/@\.]+)(.+){0,1}(/.+){0,1}$ -> \
70eebe 34     default facet.locale.%<\1> true>
93837d 35
SG-SM-BI 36 # unfacet the C locale
37 <transform dir file link hardlink \
38     facet.locale.C=.+ -> delete facet.locale.C .+ >