profile revision 50472
1122145Sdavidxu# $FreeBSD: head/etc/profile 50472 1999-08-27 23:37:10Z peter $
2128004Stjr#
3122145Sdavidxu# System-wide .profile file for sh(1).
4122145Sdavidxu# Uncomment this to give you the default 4.2 behavior, where disk 
5122145Sdavidxu# information is shown in K-Blocks
6122145Sdavidxu# BLOCKSIZE=K; export BLOCKSIZE
7122145Sdavidxu# Uncomment next three lines to activate Russian locale
8122145Sdavidxu# LANG=ru_RU.KOI8-R; export LANG
9122145Sdavidxu# MM_CHARSET=KOI8-R; export MM_CHARSET
10122145Sdavidxu# LC_ALL=ru_RU.KOI8-R; export LC_ALL
11122145Sdavidxu# Uncomment next three lines to activate Italian locale
12122145Sdavidxu# LANG=it_IT.ISO_8859-1; export LANG
13122145Sdavidxu# MM_CHARSET=ISO-8859-1; export MM_CHARSET
14122145Sdavidxu# LC_ALL=it_IT.ISO_8859-1; export LC_ALL
15122145Sdavidxu# For full locales list check /usr/share/locale/*
16122145Sdavidxu# You should also read the setlocale(3) man page for information
17122145Sdavidxu# on how to achieve more precise control of locale settings.
18122145Sdavidxu# Read system messages
19122145Sdavidxu# msgs -f
20122145Sdavidxu# Allow terminal messages
21122145Sdavidxu# mesg y
22122145Sdavidxu