Another round of spelling fixes.
This commit is contained in:
parent
2079cbc15a
commit
3aff305a53
22
etc/MAKEDEV
22
etc/MAKEDEV
@ -36,14 +36,14 @@
|
||||
# via the floppy disk controller)
|
||||
#
|
||||
# Disks:
|
||||
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...)
|
||||
# wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
|
||||
# fd* "floppy" disk drives (3 1/2", 5 1/4")
|
||||
# sd* "scsi disks"
|
||||
# cd* "scsi cdrom disks"
|
||||
# mcd* "mitsumi cdrom disks"
|
||||
# scd* "sony cdrom disks"
|
||||
# matcd* "Matsushita (panasonic) cdrom disks"
|
||||
# wcd* "IDE cdrom disks"
|
||||
# sd* "SCSI disks"
|
||||
# cd* "SCSI CD-ROM disks"
|
||||
# mcd* "Mitsumi CD-ROM disks"
|
||||
# scd* "Sony CD-ROM disks"
|
||||
# matcd* "Matsushita (Panasonic) CD-ROM disks"
|
||||
# wcd* "IDE CD-ROM disks"
|
||||
# vn* "vnode disks"
|
||||
# od* "optical disks"
|
||||
#
|
||||
@ -88,12 +88,12 @@
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
# meteor* Matrox Meteor video aquisition card (pci)
|
||||
# spigot Video Spigot video acquisition card
|
||||
# meteor* Matrox Meteor video acquisition card (pci)
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.110 1995/12/31 09:30:30 joerg Exp $
|
||||
# $Id: MAKEDEV,v 1.111 1996/01/28 19:10:37 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -880,7 +880,7 @@ socksys)
|
||||
snd*)
|
||||
#
|
||||
# changes from Linux voxware
|
||||
# minor linux freebsd
|
||||
# minor Linux FreeBSD
|
||||
# 8 sequencer2 (aka music0) music0
|
||||
# 17 patmgr0 sequencer1
|
||||
# 33 patmgr1 sequencer2
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Uncomment this to give you the default 4.2 behavior, where disk
|
||||
# information is shown in K-Blocks
|
||||
# setenv BLOCKSIZE K
|
||||
# Uncomment this line to activate russian locale
|
||||
# Uncomment this line to activate Russian locale
|
||||
# setenv LANG ru_SU.KOI8-R
|
||||
# Uncomment this line to activate italian locale
|
||||
# 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $
|
||||
# $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:'
|
||||
# Start the SCO binary emulation if requested.
|
||||
if [ "X${ibcs2}" = X"YES" ]; then
|
||||
echo -n ' '; ibcs2
|
||||
# XXX BOUGS - ibcs2 script shouldn't make any output on success
|
||||
# XXX BOGUS - ibcs2 script shouldn't make any output on success
|
||||
fi
|
||||
|
||||
# Start the Linux binary emulation if requested.
|
||||
if [ "X${linux}" = X"YES" ]; then
|
||||
echo -n ' '; linux
|
||||
# XXX BOGUS - linux script shouldn't make any output on success
|
||||
# XXX BOGUS - Linux script shouldn't make any output on success
|
||||
fi
|
||||
|
||||
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then
|
||||
|
@ -36,14 +36,14 @@
|
||||
# via the floppy disk controller)
|
||||
#
|
||||
# Disks:
|
||||
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...)
|
||||
# wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
|
||||
# fd* "floppy" disk drives (3 1/2", 5 1/4")
|
||||
# sd* "scsi disks"
|
||||
# cd* "scsi cdrom disks"
|
||||
# mcd* "mitsumi cdrom disks"
|
||||
# scd* "sony cdrom disks"
|
||||
# matcd* "Matsushita (panasonic) cdrom disks"
|
||||
# wcd* "IDE cdrom disks"
|
||||
# sd* "SCSI disks"
|
||||
# cd* "SCSI CD-ROM disks"
|
||||
# mcd* "Mitsumi CD-ROM disks"
|
||||
# scd* "Sony CD-ROM disks"
|
||||
# matcd* "Matsushita (Panasonic) CD-ROM disks"
|
||||
# wcd* "IDE CD-ROM disks"
|
||||
# vn* "vnode disks"
|
||||
# od* "optical disks"
|
||||
#
|
||||
@ -88,12 +88,12 @@
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
# meteor* Matrox Meteor video aquisition card (pci)
|
||||
# spigot Video Spigot video acquisition card
|
||||
# meteor* Matrox Meteor video acquisition card (pci)
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.110 1995/12/31 09:30:30 joerg Exp $
|
||||
# $Id: MAKEDEV,v 1.111 1996/01/28 19:10:37 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -880,7 +880,7 @@ socksys)
|
||||
snd*)
|
||||
#
|
||||
# changes from Linux voxware
|
||||
# minor linux freebsd
|
||||
# minor Linux FreeBSD
|
||||
# 8 sequencer2 (aka music0) music0
|
||||
# 17 patmgr0 sequencer1
|
||||
# 33 patmgr1 sequencer2
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $
|
||||
# $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:'
|
||||
# Start the SCO binary emulation if requested.
|
||||
if [ "X${ibcs2}" = X"YES" ]; then
|
||||
echo -n ' '; ibcs2
|
||||
# XXX BOUGS - ibcs2 script shouldn't make any output on success
|
||||
# XXX BOGUS - ibcs2 script shouldn't make any output on success
|
||||
fi
|
||||
|
||||
# Start the Linux binary emulation if requested.
|
||||
if [ "X${linux}" = X"YES" ]; then
|
||||
echo -n ' '; linux
|
||||
# XXX BOGUS - linux script shouldn't make any output on success
|
||||
# XXX BOGUS - Linux script shouldn't make any output on success
|
||||
fi
|
||||
|
||||
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: netstart,v 1.38 1996/01/06 20:49:17 jkh Exp $
|
||||
# $Id: netstart,v 1.39 1996/01/08 04:50:18 jkh Exp $
|
||||
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
|
||||
|
||||
# Note that almost all the user-configurable behavior is no longer in
|
||||
@ -25,7 +25,7 @@ fi
|
||||
|
||||
#
|
||||
# XXX This is known to cause an error if /usr is nfs mounted since it
|
||||
# will not be avaliable until after the network is up :-(. Once the
|
||||
# will not be available until after the network is up :-(. Once the
|
||||
# relocation of sysctl to /sbin is done that problem will go away.
|
||||
#
|
||||
if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Examples to connect to IIJ Dialup PPP service
|
||||
#
|
||||
# 1) On IIJ servive, both user side and server side address can
|
||||
# 1) On IIJ service, both user side and server side address can
|
||||
# not be predicted by a customer. In this circumstance, you need
|
||||
# some trick to use on-demand dialup. See iij-demand for example.
|
||||
#
|
||||
@ -10,7 +10,7 @@
|
||||
# In all cases, you can use same username and password assigned
|
||||
# from IIJ.
|
||||
#
|
||||
# $Id:$
|
||||
# $Id: ppp.conf.iij,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $
|
||||
#
|
||||
#############################################################################
|
||||
#
|
||||
@ -27,7 +27,7 @@ iij:
|
||||
set timeout 0
|
||||
dial
|
||||
#
|
||||
# If you prefer to use PAP authentification, use this one.
|
||||
# If you prefer to use PAP authentication, use this one.
|
||||
#
|
||||
# % ppp iij-pap
|
||||
#
|
||||
@ -41,7 +41,7 @@ iij-pap:
|
||||
set openmode active
|
||||
dial
|
||||
#
|
||||
# Use "% ppp iij-chap" for CHAP authentification
|
||||
# Use "% ppp iij-chap" for CHAP authentication
|
||||
#
|
||||
iij-chap:
|
||||
set phone 0332425701
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Written by Toshiharu OHNO
|
||||
#
|
||||
# $Id: ppp.conf.sample,v 1.2 1995/02/26 12:16:36 amurai Exp $
|
||||
# $Id: ppp.conf.sample,v 1.3 1995/04/22 17:14:21 amurai Exp $
|
||||
#
|
||||
#################################################################
|
||||
#
|
||||
@ -36,9 +36,9 @@ simplesite:
|
||||
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"
|
||||
set timeout 120
|
||||
#
|
||||
# If peer reqires to use CHAP, don't forget to supply authname and authkey.
|
||||
# If peer requires to use CHAP, don't forget to supply authname and authkey.
|
||||
#
|
||||
# If you'd like to use CHAP to authentificate peer, comment out the line
|
||||
# If you'd like to use CHAP to authentication peer, comment out the line
|
||||
# ``enable chap'' below. You also need to prepare /etc/ppp.secret.
|
||||
#
|
||||
# If remote system sends its system name within CHAP packet and it is
|
||||
@ -54,7 +54,7 @@ chapsite:
|
||||
set authname MySystemName
|
||||
set authkey OurSecretKey
|
||||
#
|
||||
# To speak PAP is just smilar to CHAP
|
||||
# To speak PAP is just similar to CHAP
|
||||
#
|
||||
papsite:
|
||||
set phone 12345678
|
||||
@ -106,8 +106,8 @@ users:
|
||||
# Example of Callback Request
|
||||
#
|
||||
# Here, we assume that peer will hangup the line and initiates a callback
|
||||
# after successful authentification. We simply use chat script capabiluty
|
||||
# and wait for a "NO CARRIRER" response from our modem.
|
||||
# after successful authentication. We simply use chat script capability
|
||||
# and wait for a "NO CARRIER" response from our modem.
|
||||
#
|
||||
# % ppp callback
|
||||
#
|
||||
|
@ -4,17 +4,17 @@
|
||||
#
|
||||
#
|
||||
# This file is checked when PPP establishes network level connection.
|
||||
# PPP command seaches label in this file in following way and order.
|
||||
# PPP command searches label in this file in following way and order.
|
||||
#
|
||||
# 1) At first, IP address assigned into our side is serched and execute
|
||||
# 1) At first, IP address assigned into our side is searched and execute
|
||||
# associated command.
|
||||
#
|
||||
# 2) If it didn't found, then label name specified at startup time is
|
||||
# searched.
|
||||
#
|
||||
# 3) If given label name is not found, then label MYADDR is serched.
|
||||
# 3) If given label name is not found, then label MYADDR is searched.
|
||||
#
|
||||
# $Id:$
|
||||
# $Id: ppp.linkup.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $
|
||||
#
|
||||
#########################################################################
|
||||
#
|
||||
@ -24,14 +24,14 @@
|
||||
#192.244.176.32:
|
||||
# add 192.244.176.0 255.255.255.0 HISADDR
|
||||
#
|
||||
# If we are invked with an argument ``iij-demand'', then
|
||||
# If we are invoked with an argument ``iij-demand'', then
|
||||
# delete existing route entry and add peer as default gateway.
|
||||
#
|
||||
iij-demand:
|
||||
delete ALL
|
||||
add 0 0 HISADDR
|
||||
#
|
||||
# Otherwide, simply add peer as default gateway.
|
||||
# Otherwise, simply add peer as default gateway.
|
||||
#
|
||||
MYADDR:
|
||||
add 0 0 HISADDR
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Uncomment this to give you the default 4.2 behavior, where disk
|
||||
# information is shown in K-Blocks
|
||||
# BLOCKSIZE=K; export BLOCKSIZE
|
||||
# Uncomment next 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
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Change some defauls for serial devices.
|
||||
# Change some defaults for serial devices.
|
||||
# Standard defaults are:
|
||||
# dtrwait 300 drainwait 0
|
||||
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Change some defauls for serial devices.
|
||||
# Change some defaults for serial devices.
|
||||
# Standard defaults are:
|
||||
# dtrwait 300 drainwait 0
|
||||
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Unfortunately, order does matter in this file
|
||||
# The correct order for inserting configurations is:
|
||||
# 1. Colors
|
||||
# 2. Assorted configuration paramters such as ClickToFocus, or MWMBorders
|
||||
# 2. Assorted configuration parameters such as ClickToFocus, or MWMBorders
|
||||
# 3. Path setup (ModulePath, PixmapPath, IconPath)
|
||||
# 4. Style settings, including the default style Style "*" ...
|
||||
# 5. InitFunction and ResetFunction definitions.
|
||||
@ -17,7 +17,7 @@
|
||||
# If you get it wrong, the most common problem is that color or font settings
|
||||
# are ignored
|
||||
|
||||
# for m4 processing we have to undefine the include macro or pathts to
|
||||
# for m4 processing we have to undefine the include macro or paths to
|
||||
# /usr/.../include/... will be mangled
|
||||
undefine(`include')
|
||||
|
||||
@ -97,7 +97,7 @@ MWMFunctionHints
|
||||
MWMHintOverride
|
||||
|
||||
# MWMDecor hints parses the decoration information in the MOTIF_WM_HINTS
|
||||
# property, and removes these decoratons from the window. This does not affect
|
||||
# property, and removes these decorations from the window. This does not affect
|
||||
# the functions that can be performed via the menus.
|
||||
MWMDecorHints
|
||||
|
||||
|
@ -9,10 +9,10 @@ setenv CPU "FREEBSD"
|
||||
set path = ($path /usr/local/interviews/bin/$CPU)
|
||||
setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
|
||||
|
||||
# 8-bit locale (germany)
|
||||
# 8-bit locale (Germany)
|
||||
#setenv LANG de_DE.ISO_8859-1
|
||||
|
||||
# A rightous umask
|
||||
# A righteous umask
|
||||
umask 22
|
||||
|
||||
/usr/games/fortune
|
||||
|
@ -15,7 +15,7 @@ export CPU
|
||||
#LANG=de_DE.ISO_8859-1
|
||||
#export LANG
|
||||
|
||||
# A rightous umask
|
||||
# A righteous umask
|
||||
umask 22
|
||||
|
||||
# Useful clients.
|
||||
|
@ -4,7 +4,7 @@
|
||||
# This is sysconfig - a file full of useful variables that you can set
|
||||
# to change the default startup behavior of your system.
|
||||
#
|
||||
# $Id: sysconfig,v 1.32 1996/01/28 08:08:37 gpalmer Exp $
|
||||
# $Id: sysconfig,v 1.33 1996/01/29 08:46:14 gpalmer Exp $
|
||||
|
||||
######################### Start Of Local Configuration Section ###########
|
||||
|
||||
@ -46,7 +46,7 @@ blanktime=NO
|
||||
# Set to screen saver desired: blank, green, snake, star (or NO for none)
|
||||
saver=NO
|
||||
|
||||
# General russian setup for example:
|
||||
# General Russian setup for example:
|
||||
# (koi8-r keyboard with cp866 screen font mapped to koi8-r)
|
||||
#
|
||||
# keymap=ru.koi8-r
|
||||
@ -125,7 +125,7 @@ xntpdflags="NO"
|
||||
# this is inoperative unless xntpd is enabled; NO to disable
|
||||
tickadjflags="-Aq"
|
||||
|
||||
# Set to the site you'd like to syncronize your clock from (gatekeeper.dec.com,
|
||||
# Set to the site you'd like to synchronize your clock from (gatekeeper.dec.com,
|
||||
# for example) or NO for no such site.
|
||||
ntpdate="NO"
|
||||
|
||||
@ -205,7 +205,7 @@ linux=NO
|
||||
# Set to a string representing the interrupts you are going to use
|
||||
# for generating entropy in the kernel (or NO to ignore).
|
||||
# The keyboard (IRQ 1) is good if it used a lot.
|
||||
# If the machine is networked, the ethernet card is good.
|
||||
# If the machine is networked, the Ethernet card is good.
|
||||
# The IRQ on an intelligent hard disk controller is good.
|
||||
# The IRQ's on most sound devices are good.
|
||||
#
|
||||
@ -217,7 +217,7 @@ linux=NO
|
||||
# happen fairly irregularly, and never occur in very high-speed bursts.
|
||||
#
|
||||
# You'll have it right when you have a good supply of numbers from
|
||||
# /dev/random, and no problems on your system, like slowdowns,
|
||||
# /dev/random, and no problems on your system, like slow downs,
|
||||
# Sluggish net/disk activity, perhaps even errors.
|
||||
|
||||
rand_irqs="-s 1"
|
||||
|
@ -55,7 +55,7 @@ cons50|ansil|ansi80x50:\
|
||||
:li#50:tc=cons25:
|
||||
cons50-m|ansil-mono|ansi80x50-mono:\
|
||||
:li#50:tc=cons25-m:
|
||||
# Syscons console with koi8-r russian code table.
|
||||
# Syscons console with koi8-r Russian code table.
|
||||
cons25r|pc3r|ibmpc3r|cons25-koi8-r:\
|
||||
:ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`^D.^Y-^XI^U0\215:\
|
||||
:tc=cons25w:
|
||||
|
Loading…
Reference in New Issue
Block a user