diff options
author | ache <ache@FreeBSD.org> | 1996-10-19 20:02:40 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-19 20:02:40 +0000 |
commit | a4b239661b585e6bb5dbae5ec1d3e8c08591ad63 (patch) | |
tree | 05cce75c1f8d7995f903e2828c9bc01703d07107 /etc/profile | |
parent | a653e669bc722e2f6a0ad992b2aa1ebf59a05af4 (diff) | |
download | FreeBSD-src-a4b239661b585e6bb5dbae5ec1d3e8c08591ad63.zip FreeBSD-src-a4b239661b585e6bb5dbae5ec1d3e8c08591ad63.tar.gz |
Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc.
Add mesg y
All things commented out
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/profile b/etc/profile index e868673..1bb23bf 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 |