[type/__locale_system] Add support for FreeBSD
This commit is contained in:
parent
511d8c96aa
commit
70d1228dc0
1 changed files with 4 additions and 3 deletions
|
@ -99,9 +99,10 @@ in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
netbsd)
|
freebsd|netbsd)
|
||||||
# NetBSD doesn't have a separate configuration file to set locales.
|
# NetBSD doesn't have a separate configuration file to set locales.
|
||||||
# So the shell login file will have to do.
|
# 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.
|
# "Non-POSIX" shells like csh will not be updated here.
|
||||||
|
|
||||||
locale_conf="/etc/profile"
|
locale_conf="/etc/profile"
|
||||||
|
|
Loading…
Reference in a new issue