diff options
author | ache <ache@FreeBSD.org> | 1995-06-17 03:37:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-17 03:37:18 +0000 |
commit | 364241ddc5b098699fe19eb2f3fc711e32a1d5b7 (patch) | |
tree | 1509a151017c9fc13cc465485822c229d00b6f16 /etc | |
parent | 0f99c0e047ae43ad657344f97237127a05cca4bf (diff) | |
download | FreeBSD-src-364241ddc5b098699fe19eb2f3fc711e32a1d5b7.zip FreeBSD-src-364241ddc5b098699fe19eb2f3fc711e32a1d5b7.tar.gz |
Rename ISO8859-1 to ISO_8859-1 per RFC1700
Diffstat (limited to 'etc')
-rw-r--r-- | etc/csh.login | 2 | ||||
-rw-r--r-- | etc/profile | 2 | ||||
-rw-r--r-- | etc/sysconfig | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/csh.login b/etc/csh.login index 30a4eff..178e351 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -9,5 +9,5 @@ # Uncomment this line to activate russian locale # setenv LANG ru_SU.KOI8-R # Uncomment this line to activate italian locale -# setenv LANG it_IT.ISO8859-1 +# setenv LANG it_IT.ISO_8859-1 # For full locales list check /usr/share/locale/* diff --git a/etc/profile b/etc/profile index 724f7f1..69b96d1 100644 --- a/etc/profile +++ b/etc/profile @@ -9,5 +9,5 @@ # Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG # Uncomment next line to activate italian locale -# LANG=it_IT.ISO8859-1; export LANG +# LANG=it_IT.ISO_8859-1; export LANG # For full locales list check /usr/share/locale/* diff --git a/etc/sysconfig b/etc/sysconfig index e8cc1c1..7a0c6e9 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.13 1995/05/13 20:16:11 rgrimes Exp $ +# $Id: sysconfig,v 1.14 1995/05/17 04:46:57 rgrimes Exp $ ######################### Start Of Syscons Section ####################### @@ -169,7 +169,7 @@ accounting=NO # Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG # Uncomment next line to activate italian locale -# LANG=it_IT.ISO8859-1; export LANG +# LANG=it_IT.ISO_8859-1; export LANG # For full list of locales, check /usr/share/locale/* ######################### End Of Netconfig Section ####################### |