mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
159599c4a2
Fix circular symlinks by providing separate source for nn_NO.ISO8859-1,
nn_NO.ISO8859-15, and sl_SI.ISO8859-2 (re)generated from CLDR.
PR: 260841
Reviewed by: imp (previous version)
Fixes: 0a36787e4c
("locales: separate unicode from other locales")
Differential Revision: https://reviews.freebsd.org/D41899
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
# yesexpr
|
|
^(([dD]([aA])?)|([dD])|([yY]([eE][sS])?)|([yY]))
|
|
# noexpr
|
|
^(([nN]([eE])?)|([nN])|([nN]([oO])?)|([nN]))
|
|
# yesstr
|
|
da:d:DA:D:yes:y:YES:Y
|
|
# nostr
|
|
ne:n:NE:N:no:n:NO:N
|