Deleted Added
full compact
rc (4826) rc (4994)
1#!/bin/sh
1#!/bin/sh
2# $Id: rc,v 1.40 1994/11/17 08:28:02 smace Exp $
2# $Id: rc,v 1.41 1994/11/26 19:25:14 ache Exp $
3# From: @(#)rc 5.27 (Berkeley) 6/5/91
4
5# System startup script run by init on autoboot
6# or after single-user.
7# Output and error are redirected to console by init,
8# and the console is the controlling terminal.
9
10stty status '^T'

--- 56 unchanged lines hidden (view full) ---

67
68# This stuff needed for proper daemons tuning, comsat f.e.
69# See profile and csh.login also.
70# Uncomment next line if you want to setup your 8-bit locale at program
71# startup automatically
72# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE
73# Uncomment next line to activate russian locale
74# LANG=ru_SU.KOI8-R; export LANG
3# From: @(#)rc 5.27 (Berkeley) 6/5/91
4
5# System startup script run by init on autoboot
6# or after single-user.
7# Output and error are redirected to console by init,
8# and the console is the controlling terminal.
9
10stty status '^T'

--- 56 unchanged lines hidden (view full) ---

67
68# This stuff needed for proper daemons tuning, comsat f.e.
69# See profile and csh.login also.
70# Uncomment next line if you want to setup your 8-bit locale at program
71# startup automatically
72# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE
73# Uncomment next line to activate russian locale
74# LANG=ru_SU.KOI8-R; export LANG
75# Uncomment next line to activate italian locale
76# LANG=it_IT.ISO8859-1; export LANG
77# For full locales list check /usr/share/locale/*
75
76# If the machine runs wall CMOS clock (compatible with MSDOS),
77# activate following line by creating empty file /etc/wall_cmos_clock
78# If this file not exist, following line does nothing (assumed
79# the machine runs UTC CMOS clock). See adjkerntz(8) for details.
80adjkerntz -i
81
82# configure serial devices

--- 164 unchanged lines hidden ---
78
79# If the machine runs wall CMOS clock (compatible with MSDOS),
80# activate following line by creating empty file /etc/wall_cmos_clock
81# If this file not exist, following line does nothing (assumed
82# the machine runs UTC CMOS clock). See adjkerntz(8) for details.
83adjkerntz -i
84
85# configure serial devices

--- 164 unchanged lines hidden ---