mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Add yet one locale example, this time ISO8859-1 as most common example.
Add reference where find full locales list
This commit is contained in:
parent
b32baf3440
commit
eb1759f18c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4994
@ -2,8 +2,12 @@
|
||||
# Uncomment this to give you the default 4.2 behavior, where disk
|
||||
# information is shown in K-Blocks
|
||||
# setenv BLOCKSIZE K
|
||||
# Uncomment this line if you want to setup your 8-bit locale at program
|
||||
# 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
|
||||
# setenv LANG it_IT.ISO8859-1
|
||||
# For full locales list check /usr/share/locale/*
|
||||
|
@ -2,8 +2,12 @@
|
||||
# Uncomment this to give you the default 4.2 behavior, where disk
|
||||
# information is shown in K-Blocks
|
||||
# BLOCKSIZE=K; export BLOCKSIZE
|
||||
# Uncomment this line if you want to setup your 8-bit locale at program
|
||||
# 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 this line to activate russian locale
|
||||
# Uncomment next line to activate russian locale
|
||||
# LANG=ru_SU.KOI8-R; export LANG
|
||||
# Uncomment next line to activate italian locale
|
||||
# LANG=it_IT.ISO8859-1; export LANG
|
||||
# For full locales list check /usr/share/locale/*
|
||||
|
5
etc/rc
5
etc/rc
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: rc,v 1.40 1994/11/17 08:28:02 smace Exp $
|
||||
# $Id: rc,v 1.41 1994/11/26 19:25:14 ache Exp $
|
||||
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
@ -72,6 +72,9 @@ mount -a -t nonfs
|
||||
# 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
|
||||
# LANG=it_IT.ISO8859-1; export LANG
|
||||
# For full locales list check /usr/share/locale/*
|
||||
|
||||
# If the machine runs wall CMOS clock (compatible with MSDOS),
|
||||
# activate following line by creating empty file /etc/wall_cmos_clock
|
||||
|
Loading…
Reference in New Issue
Block a user