diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-19 20:02:40 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-19 20:02:40 +0000 |
| commit | 29d13b3b624b80db171ec8aff7491ab7a57a3f72 (patch) | |
| tree | 05cce75c1f8d7995f903e2828c9bc01703d07107 | |
| parent | 5afea8cfade6648f4ed46b12a61d2774fac60115 (diff) | |
Notes
| -rw-r--r-- | etc/csh.login | 8 | ||||
| -rw-r--r-- | etc/profile | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/etc/csh.login b/etc/csh.login index e0954fb1af86..1a7ee18bdc67 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,10 +2,14 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# Uncomment this line to activate Russian locale +# Uncomment this two lines to activate Russian locale # setenv LANG ru_SU.KOI8-R -# Uncomment this line to activate Italian locale +# setenv MM_CHARSET KOI8-R +# Uncomment this two lines to activate Italian locale # setenv LANG it_IT.ISO_8859-1 +# setenv MM_CHARSET ISO-8859-1 # For full locales list check /usr/share/locale/* # Read system messages # msgs -f +# Allow terminal messages +# mesg y diff --git a/etc/profile b/etc/profile index e868673d976e..1bb23bf2cc6d 100644 --- a/etc/profile +++ b/etc/profile @@ -2,10 +2,14 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # BLOCKSIZE=K; export BLOCKSIZE -# Uncomment next line to activate Russian locale +# Uncomment next two lines to activate Russian locale # LANG=ru_SU.KOI8-R; export LANG -# Uncomment next line to activate Italian locale +# MM_CHARSET=KOI8-R; export MM_CHARSET +# Uncomment next two lines to activate Italian locale # LANG=it_IT.ISO_8859-1; export LANG +# MM_CHARSET=ISO-8859-1; export MM_CHARSET # For full locales list check /usr/share/locale/* # Read system messages # msgs -f +# Allow terminal messages +# mesg y |
