summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-05 19:46:35 +0000
committerache <ache@FreeBSD.org>1994-12-05 19:46:35 +0000
commite66195f798e6af6848127e0f197fe354bf89ca25 (patch)
treed3c4deb485eb9d297d7f7e5d7768f0ade6e24367 /etc/rc
parent43af30130196e2010ee075863034b363a73293b0 (diff)
downloadFreeBSD-src-e66195f798e6af6848127e0f197fe354bf89ca25.zip
FreeBSD-src-e66195f798e6af6848127e0f197fe354bf89ca25.tar.gz
Add yet one locale example, this time ISO8859-1 as most common example.
Add reference where find full locales list
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e98b293..0a6e51d 100644
--- a/etc/rc
+++ b/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
OpenPOWER on IntegriCloud