diff options
author | ache <ache@FreeBSD.org> | 1995-11-19 17:03:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-11-19 17:03:25 +0000 |
commit | 6b3f3ebc552835d02da75a1565db55466829a30a (patch) | |
tree | 9bb6c7f7b57cd514c4b8261181e7e0eed16be75d /etc | |
parent | bd69bb91205946d21ad215bcab3787d4efd7f3fb (diff) | |
download | FreeBSD-src-6b3f3ebc552835d02da75a1565db55466829a30a.zip FreeBSD-src-6b3f3ebc552835d02da75a1565db55466829a30a.tar.gz |
Add commented out msgs call
Diffstat (limited to 'etc')
-rw-r--r-- | etc/csh.login | 2 | ||||
-rw-r--r-- | etc/profile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/csh.login b/etc/csh.login index a7491a6..11b2558 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -7,3 +7,5 @@ # Uncomment this line to activate italian locale # setenv LANG it_IT.ISO_8859-1 # For full locales list check /usr/share/locale/* +# Read system messages +# msgs diff --git a/etc/profile b/etc/profile index 3302d11..3446378 100644 --- a/etc/profile +++ b/etc/profile @@ -7,3 +7,5 @@ # Uncomment next line to activate italian locale # LANG=it_IT.ISO_8859-1; export LANG # For full locales list check /usr/share/locale/* +# Read system messages +# msgs |