diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-11-02 12:46:20 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-11-02 12:46:20 +0000 |
| commit | 082249ace6f4bb8d17de0de89304d46fc33eed72 (patch) | |
| tree | e87472ad1a105c98f19652c95a62379305f2f4d9 /etc | |
| parent | 3e912c9dee6acfb73d5143a9ad086cc195f11817 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/csh.login | 4 | ||||
| -rw-r--r-- | etc/profile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/etc/csh.login b/etc/csh.login index 178e35143f2b..a7491a6b6c2f 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,10 +2,6 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# Uncomment next line if you want to setup your 8-bit locale at program -# startup automatically -# See also rc and profile -# setenv ENABLE_STARTUP_LOCALE # Uncomment this line to activate russian locale # setenv LANG ru_SU.KOI8-R # Uncomment this line to activate italian locale diff --git a/etc/profile b/etc/profile index 69b96d1069df..3302d1173ce3 100644 --- a/etc/profile +++ b/etc/profile @@ -2,10 +2,6 @@ # 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 if you want to setup your 8-bit locale at program -# startup automatically -# See also rc and csh.login -# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE # Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG # Uncomment next line to activate italian locale |
