summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-30 04:33:57 +0000
committerache <ache@FreeBSD.org>1994-10-30 04:33:57 +0000
commit8ef66e7d701e632f9ee9b5370663bfee1a063958 (patch)
treed471aeb13874a5cf54f3cbae770dc1062d88b3f2 /etc/rc
parente8cc63c3bb3b5dc1015abf84a6b9eee2453f6898 (diff)
downloadFreeBSD-src-8ef66e7d701e632f9ee9b5370663bfee1a063958.zip
FreeBSD-src-8ef66e7d701e632f9ee9b5370663bfee1a063958.tar.gz
Add commented out startup locale setup, needed for some daemons
like comsat
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 4703ab2..433b53e 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.34 1994/09/29 17:27:46 pst Exp $
+# $Id: rc,v 1.35 1994/10/25 08:23:02 davidg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -65,6 +65,14 @@ mount -u -o rw /
umount -a >/dev/null 2>&1
mount -a -t nonfs
+# This stuff needed for proper daemons tuning, comsat f.e.
+# See profile and csh.login also.
+# Uncomment next line if you want to setup your 8-bit locale at program
+# startup automatically
+# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE
+# Uncomment next line to activate russian locale
+# LANG=ru_SU.KOI8-R; export LANG
+
# If the machine runs wall CMOS clock (compatible with MSDOS),
# activate following line by creating empty file /etc/wall_cmos_clock
# If this file not exist, following line does nothing (assumed
OpenPOWER on IntegriCloud