[type/__locale_system] Add support for FreeBSD

This commit is contained in:
Dennis Camera 2020-07-26 19:26:45 +02:00
parent 511d8c96aa
commit 70d1228dc0
1 changed files with 4 additions and 3 deletions

View File

@ -99,9 +99,10 @@ in
;;
esac
;;
netbsd)
# NetBSD doesn't have a separate configuration file to set locales.
# So the shell login file will have to do.
freebsd|netbsd)
# NetBSD doesn't have a separate configuration file to set locales.
# In FreeBSD locales could be configured via /etc/login.conf but parsing
# that would be annoying, so the shell login file will have to do.
# "Non-POSIX" shells like csh will not be updated here.
locale_conf="/etc/profile"