1995-03-24 00:01:21 +00:00
|
|
|
|
#!/bin/sh
|
1995-03-21 15:20:48 +00:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# This is sysconfig - a file full of useful variables that you can set
|
|
|
|
|
# to change the default startup behavior of your system.
|
|
|
|
|
#
|
1996-12-10 02:23:27 +00:00
|
|
|
|
# $Id: sysconfig,v 1.53 1996/11/05 20:10:37 jhay Exp $
|
1995-09-18 19:17:14 +00:00
|
|
|
|
|
|
|
|
|
######################### Start Of Local Configuration Section ###########
|
|
|
|
|
|
1995-12-28 01:24:04 +00:00
|
|
|
|
# Location of local startup directories.
|
1996-01-05 17:00:27 +00:00
|
|
|
|
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"
|
1995-09-18 19:17:14 +00:00
|
|
|
|
|
|
|
|
|
######################### End Of Local Configuration Section #############
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
1995-03-22 03:29:55 +00:00
|
|
|
|
######################### Start Of Syscons Section #######################
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
1995-03-22 03:29:55 +00:00
|
|
|
|
# Choose keyboard map from /usr/share/syscons/keymaps/* or NO if default.
|
1995-03-21 15:20:48 +00:00
|
|
|
|
keymap=NO
|
|
|
|
|
|
1995-03-22 03:29:55 +00:00
|
|
|
|
# Set keyboard rate to: slow, normal, fast or NO if default.
|
|
|
|
|
keyrate=NO
|
|
|
|
|
|
1995-03-30 00:01:09 +00:00
|
|
|
|
# Change function keys default values (or no change if NO)
|
|
|
|
|
# Syntax: "<funkey_number> <new_value> [<funkey_number> <new_value>]..."
|
|
|
|
|
keychange=NO
|
|
|
|
|
|
1995-04-04 17:34:55 +00:00
|
|
|
|
# Desired cursor type {normal|blink|destructive}, NO if no change
|
|
|
|
|
cursor=NO
|
|
|
|
|
|
1995-03-22 03:29:55 +00:00
|
|
|
|
# Choose screen map from /usr/share/syscons/scrnmaps/* (or NO for none)
|
|
|
|
|
scrnmap=NO
|
|
|
|
|
|
|
|
|
|
# Choose font 8x16 from /usr/share/syscons/fonts/* (or NO for default)
|
|
|
|
|
font8x16=NO
|
|
|
|
|
|
|
|
|
|
# Choose font 8x14 from /usr/share/syscons/fonts/* (or NO for default)
|
|
|
|
|
font8x14=NO
|
|
|
|
|
|
|
|
|
|
# Choose font 8x8 from /usr/share/syscons/fonts/* (or NO for default)
|
|
|
|
|
font8x8=NO
|
|
|
|
|
|
|
|
|
|
# Set blank time (in seconds) or "off" to turn it off (or NO for default)
|
|
|
|
|
blanktime=NO
|
|
|
|
|
|
|
|
|
|
# Set to screen saver desired: blank, green, snake, star (or NO for none)
|
|
|
|
|
saver=NO
|
|
|
|
|
|
1996-06-23 20:54:42 +00:00
|
|
|
|
# Set to
|
|
|
|
|
# {microsoft|mousesystems|mmseries|logitech|busmouse|mouseman|ps/2|mmhittab}
|
1996-09-07 19:11:00 +00:00
|
|
|
|
# to activate system mouse cursor support (or NO for none)
|
|
|
|
|
# Use 'vidcontrol -m on' command to activate it on particular screen
|
1996-06-23 20:54:42 +00:00
|
|
|
|
mousedtype=NO
|
|
|
|
|
|
|
|
|
|
############## Next block activated only if mousetype != NO ################
|
|
|
|
|
|
|
|
|
|
# Set to your mouse port (required)
|
1996-09-09 00:17:14 +00:00
|
|
|
|
# Use real device here, because /dev/mouse usually linked with /dev/sysmouse
|
|
|
|
|
mousedport=/dev/cuaa0
|
1996-06-23 20:54:42 +00:00
|
|
|
|
|
|
|
|
|
# Moused options:
|
|
|
|
|
# -s: 9600 baud mouse
|
|
|
|
|
# -c: enable ChordMiddle
|
|
|
|
|
# see moused usage info for complete options list
|
|
|
|
|
mousedflags=""
|
|
|
|
|
|
|
|
|
|
######################### End of moused block ##############################
|
|
|
|
|
|
1996-01-31 15:03:18 +00:00
|
|
|
|
# General Russian setup for example:
|
1995-03-22 03:29:55 +00:00
|
|
|
|
# (koi8-r keyboard with cp866 screen font mapped to koi8-r)
|
|
|
|
|
#
|
|
|
|
|
# keymap=ru.koi8-r
|
|
|
|
|
# keyrate=fast
|
1995-03-30 00:01:09 +00:00
|
|
|
|
# keychange="61 [K"
|
1995-04-04 17:34:55 +00:00
|
|
|
|
# cursor=destructive
|
1995-03-22 03:29:55 +00:00
|
|
|
|
# scrnmap=koi8-r2cp866
|
|
|
|
|
# font8x16=cp866b-8x16
|
|
|
|
|
# font8x14=cp866-8x14
|
|
|
|
|
# font8x8=cp866-8x8
|
|
|
|
|
# blanktime=600
|
|
|
|
|
# saver=snake
|
1996-06-23 20:54:42 +00:00
|
|
|
|
# mousedtype=mousesystems
|
|
|
|
|
# mousedport=/dev/cuaa0
|
|
|
|
|
# mousedflags=""
|
1995-03-22 03:29:55 +00:00
|
|
|
|
|
|
|
|
|
######################### End Of Syscons Section #######################
|
|
|
|
|
|
1995-03-22 18:00:36 +00:00
|
|
|
|
######################### Start Of Netconfig Section #######################
|
|
|
|
|
|
|
|
|
|
# Set to the name of your host - this is pretty important!
|
|
|
|
|
hostname=myname.my.domain
|
|
|
|
|
|
1995-04-24 23:52:16 +00:00
|
|
|
|
# Set to the NIS domainname of your host, or NO if none
|
|
|
|
|
defaultdomainname=NO
|
|
|
|
|
|
1995-05-11 19:08:37 +00:00
|
|
|
|
#
|
|
|
|
|
# Some broken implementations can't handle the RFC 1323 and RFC 1644
|
|
|
|
|
# TCP options. If TCP connections randomly hang, try disabling this,
|
|
|
|
|
# and bug the vendor of the losing equipment.
|
|
|
|
|
#
|
|
|
|
|
tcp_extensions=YES
|
|
|
|
|
|
1995-12-28 01:24:04 +00:00
|
|
|
|
# If you're running PCNFSD or anything else which requires mountd to allow
|
|
|
|
|
# non-root requests for NFS mounts, set this to YES.
|
|
|
|
|
weak_mountd_authentication=NO
|
|
|
|
|
|
1995-05-17 04:46:57 +00:00
|
|
|
|
#
|
1995-04-11 01:22:24 +00:00
|
|
|
|
# Set to the list of network devices on this host. You must have an
|
|
|
|
|
# ifconfig_${network_interface} line for each interface listed here.
|
1996-11-05 20:10:37 +00:00
|
|
|
|
# Extra addresses may be specified with sequentual _alias<N> lines. IPX
|
|
|
|
|
# addresses may be specified with an ifconfig_${network_interface}_ipx
|
|
|
|
|
# line.
|
1996-10-27 06:30:43 +00:00
|
|
|
|
#
|
1995-04-11 01:22:24 +00:00
|
|
|
|
# for example:
|
1995-05-17 04:46:57 +00:00
|
|
|
|
#
|
|
|
|
|
# network_interfaces="ed0 sl0 lo0"
|
1996-05-13 02:21:16 +00:00
|
|
|
|
#
|
1995-05-17 04:46:57 +00:00
|
|
|
|
# ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00"
|
|
|
|
|
# ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00"
|
1996-12-10 02:23:27 +00:00
|
|
|
|
# ifconfig_lo0="inet 127.0.0.1"
|
1996-10-27 06:30:43 +00:00
|
|
|
|
# ifconfig_ed0_alias0="inet 10.0.2.1 netmask 0xffffff00"
|
|
|
|
|
# ifconfig_ed0_alias1="inet 10.0.2.2 netmask 0xffffffff"
|
1996-11-05 20:10:37 +00:00
|
|
|
|
# ifconfig_ed0_ipx="ipx 0x1234"
|
1996-10-27 06:30:43 +00:00
|
|
|
|
#
|
|
|
|
|
# Alternatively, /etc/start_if.${network_interface} is run if it exists.
|
|
|
|
|
# This script can be used as an alternative to the ifconfig_<xxx> lines.
|
1995-05-17 04:46:57 +00:00
|
|
|
|
#
|
|
|
|
|
network_interfaces="lo0"
|
1996-05-13 02:21:16 +00:00
|
|
|
|
|
1996-12-10 02:23:27 +00:00
|
|
|
|
ifconfig_lo0="inet 127.0.0.1"
|
1995-04-11 01:22:24 +00:00
|
|
|
|
|
1995-05-17 04:46:57 +00:00
|
|
|
|
#
|
|
|
|
|
# Set to the list of route add lines for this host. You must have a
|
1996-02-09 12:45:38 +00:00
|
|
|
|
# route_${static_routes} line for each static route listed here (unless
|
1996-02-11 04:07:27 +00:00
|
|
|
|
# static_routes is set to "" - do NOT use ``NO'' to denote a lack of static
|
|
|
|
|
# routes!).
|
1995-05-17 04:46:57 +00:00
|
|
|
|
#
|
1996-02-09 12:45:38 +00:00
|
|
|
|
#static_routes="foo multicast"
|
|
|
|
|
#route_foo="woofo woofo-gw"
|
|
|
|
|
#route_multicast="224.0.0.0 -netmask 0xf0000000 -interface 10.0.0.1"
|
1996-02-11 04:07:27 +00:00
|
|
|
|
static_routes=""
|
1995-04-11 01:22:24 +00:00
|
|
|
|
|
1995-05-17 04:46:57 +00:00
|
|
|
|
# Set to the host you'd like set as your default router, or NO for none.
|
1996-02-11 04:07:27 +00:00
|
|
|
|
# This is the same as adding a ``default'' entry to static_routes.
|
1995-03-21 15:20:48 +00:00
|
|
|
|
defaultrouter=NO
|
|
|
|
|
|
1996-01-06 20:49:18 +00:00
|
|
|
|
# This is the routing daemon you want to use. Possible options are
|
|
|
|
|
# currently NO (for none), `routed' and `gated'. Also see `routerflags'
|
|
|
|
|
# for startup flags.
|
|
|
|
|
router=routed
|
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# These are the flags you'd like to start the routing daemon with
|
1996-01-06 20:49:18 +00:00
|
|
|
|
routerflags=-q
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
1996-01-29 08:46:14 +00:00
|
|
|
|
# mrouted flags, or NO if you don't want to start mrouted. Needs kernel
|
|
|
|
|
# options enabled before it will work.
|
|
|
|
|
mrouted=NO
|
|
|
|
|
|
1996-11-05 20:10:37 +00:00
|
|
|
|
# YES will switch routing on in the kernel. You need to switch this on
|
|
|
|
|
# if this machine has to act as a IPX router. You need to build a
|
|
|
|
|
# kernel with IPX support for this to work.
|
|
|
|
|
ipxgateway=NO
|
|
|
|
|
|
|
|
|
|
# IPXrouted flags. NO if you don't want to start it. Do "man IPXrouted"
|
|
|
|
|
# to get more information on the flags.
|
|
|
|
|
ipxrouted=NO
|
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# timed flags, or NO if you don't want to start the time daemon
|
|
|
|
|
timedflags=NO
|
|
|
|
|
|
|
|
|
|
# xntpd flags, or NO if you don't want to start the xntpd daemon
|
|
|
|
|
xntpdflags="NO"
|
1995-04-24 23:52:16 +00:00
|
|
|
|
|
|
|
|
|
# this is inoperative unless xntpd is enabled; NO to disable
|
|
|
|
|
tickadjflags="-Aq"
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
1996-01-31 15:03:18 +00:00
|
|
|
|
# Set to the site you'd like to synchronize your clock from (gatekeeper.dec.com,
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# for example) or NO for no such site.
|
|
|
|
|
ntpdate="NO"
|
|
|
|
|
|
|
|
|
|
# Set to YES if you want to run rwhod
|
|
|
|
|
rwhod=NO
|
|
|
|
|
|
1996-01-28 08:08:37 +00:00
|
|
|
|
# Set to NO if don't want to run lpd
|
|
|
|
|
lpd=YES
|
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# Default sendmail flags. -bd is pretty mandatory, -q<n>m sets the queue scan
|
|
|
|
|
# time in minutes. If set to NO, don't start sendmail at all.
|
|
|
|
|
sendmail_flags="-bd -q30m"
|
|
|
|
|
|
1996-02-09 12:20:40 +00:00
|
|
|
|
# Set to appropriate flags if you want to use AMD. The commented-out entry
|
|
|
|
|
# provides a reasonable default, using the sample amd.map config file from the
|
|
|
|
|
# /usr/src/etc directory.
|
1995-03-21 15:20:48 +00:00
|
|
|
|
amdflags="NO"
|
1996-03-06 03:59:15 +00:00
|
|
|
|
#amdflags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
|
|
|
|
# Set to YES if this machine will be an NFS client
|
|
|
|
|
nfs_client=NO
|
|
|
|
|
|
|
|
|
|
# Set to YES if this machine will be an NFS server
|
|
|
|
|
nfs_server=NO
|
|
|
|
|
|
|
|
|
|
# Set to appropriate flags if you want to start NIS for a client
|
|
|
|
|
nis_clientflags="NO"
|
|
|
|
|
|
1995-09-29 20:10:40 +00:00
|
|
|
|
# Name of host to ypset to, if no YP server on this wire
|
1995-07-20 16:26:26 +00:00
|
|
|
|
nis_ypsetflags="NO"
|
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# Set to appropriate flags if you want to start NIS for a server
|
|
|
|
|
nis_serverflags="NO"
|
|
|
|
|
|
1996-10-21 20:09:30 +00:00
|
|
|
|
# Set to appropriate flags for rpc.ypxfrd. This should only be
|
|
|
|
|
# run on NIS master servers.
|
|
|
|
|
ypxfrdflags="NO"
|
|
|
|
|
|
|
|
|
|
# Set to appropriate flags for rpc.yppasswdd. This should only be
|
|
|
|
|
# run on NIS master servers.
|
1996-02-24 22:13:06 +00:00
|
|
|
|
# Typical flags might be "-t /var/yp/master.passwd -s -f"
|
1995-03-21 15:20:48 +00:00
|
|
|
|
yppasswddflags="NO"
|
|
|
|
|
|
1995-03-21 16:44:04 +00:00
|
|
|
|
# Set to appropriate flags for named, if you have a full-time
|
|
|
|
|
# connection to the Internet.
|
|
|
|
|
# For most hosts, flags should be "-b /etc/namedb/named.boot"
|
|
|
|
|
namedflags="NO"
|
1995-03-21 15:20:48 +00:00
|
|
|
|
|
|
|
|
|
# Set to YES if you want to run the X-10 power controller daemon
|
|
|
|
|
xtend=NO
|
|
|
|
|
|
1995-06-25 04:01:32 +00:00
|
|
|
|
# Set to the name of the device for kernel crashdumps, or `off' to
|
1995-07-05 04:12:33 +00:00
|
|
|
|
# disable any statically configured dumpdev, or NO for no change.
|
1995-06-25 04:01:32 +00:00
|
|
|
|
# The device should normally be one of the swap devices specified
|
|
|
|
|
# in /etc/fstab.
|
1995-07-05 04:12:33 +00:00
|
|
|
|
dumpdev=NO
|
1995-06-25 04:01:32 +00:00
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# Set to YES if you want kernel crashdumps to be saved for debugging
|
|
|
|
|
savecore=NO
|
|
|
|
|
|
1996-08-21 23:15:37 +00:00
|
|
|
|
# Set to an additional swapfile you'd like to have added to preallocated swap
|
|
|
|
|
# space during system boot (or NO for none).
|
|
|
|
|
swapfile=NO
|
|
|
|
|
|
1995-03-21 15:20:48 +00:00
|
|
|
|
# Set to YES if you want to run Kerberos authentication
|
|
|
|
|
kerberos_server=NO
|
|
|
|
|
|
1995-08-23 07:12:16 +00:00
|
|
|
|
# If you want this host to be a gateway, set to YES.
|
|
|
|
|
gateway=NO
|
|
|
|
|
|
1996-04-03 17:13:59 +00:00
|
|
|
|
# If you want this host to be a firewall or otherwise filter IP, set to YES.
|
|
|
|
|
firewall=NO
|
|
|
|
|
|
1996-04-26 20:18:58 +00:00
|
|
|
|
# Set to YES if you wish to check quotas.
|
1995-03-21 15:20:48 +00:00
|
|
|
|
check_quotas=NO
|
|
|
|
|
|
1996-04-26 20:18:58 +00:00
|
|
|
|
# Set to YES to turn on accounting.
|
1995-03-21 15:20:48 +00:00
|
|
|
|
accounting=NO
|
|
|
|
|
|
1995-03-23 01:25:19 +00:00
|
|
|
|
######################### End Of Netconfig Section #######################
|
|
|
|
|
|
1996-03-12 15:39:26 +00:00
|
|
|
|
######################### Start Of PC-card Section #######################
|
|
|
|
|
|
|
|
|
|
# If you want to enable APM BIOS driver, set to YES
|
|
|
|
|
# (The APM BIOS driver is not configured into GENERIC kernel b/c of bugs)
|
|
|
|
|
apm_enable=NO
|
|
|
|
|
|
|
|
|
|
# If you want to use PC-card package, set to YES
|
|
|
|
|
# (PC-card support is not configured in the GENERIC kernel)
|
|
|
|
|
pccard_enable=NO
|
|
|
|
|
|
|
|
|
|
# If you want to specify the address of memory used by PCIC,
|
1996-03-14 18:24:07 +00:00
|
|
|
|
# set this address (DEFAULT=0xd0000)
|
|
|
|
|
pccard_mem=DEFAULT
|
1996-03-12 15:39:26 +00:00
|
|
|
|
|
|
|
|
|
# If you want to use Etnerent PCMCIA cards, specify the ifconfig portion
|
|
|
|
|
# here. (card-specific flags like connector selection should be written in
|
|
|
|
|
# the card-specific entry in /etc/pccard.conf). Set to DHCP if you want to
|
|
|
|
|
# use a DHCP server to determine your IP address (not implemented).
|
|
|
|
|
#
|
|
|
|
|
# Set to NO if you don't want to configure your PC-CARD ethernet controller.
|
|
|
|
|
#
|
|
|
|
|
# for example:
|
|
|
|
|
#
|
|
|
|
|
# pccard_ifconfig="131.113.32.126 netmask 0xffffff00"
|
|
|
|
|
# or
|
|
|
|
|
# pccard_ifconfig="DHCP"
|
|
|
|
|
#
|
|
|
|
|
pccard_ifconfig=NO
|
|
|
|
|
|
|
|
|
|
######################### End Of PC-card Section #######################
|
|
|
|
|
|
1995-03-23 01:25:19 +00:00
|
|
|
|
######################### Start Of Misc Section #######################
|
|
|
|
|
|
1995-03-24 00:16:26 +00:00
|
|
|
|
# Set to YES if you want ibcs2 (SCO) emulation loaded at startup
|
1995-03-23 01:25:19 +00:00
|
|
|
|
ibcs2=NO
|
1995-10-28 12:41:40 +00:00
|
|
|
|
|
1995-12-28 01:24:04 +00:00
|
|
|
|
# Set to YES if you want Linux a.out emulation loaded at startup
|
1995-10-28 12:41:40 +00:00
|
|
|
|
linux=NO
|
1995-11-13 21:18:24 +00:00
|
|
|
|
|
|
|
|
|
# Set to a string representing the interrupts you are going to use
|
|
|
|
|
# for generating entropy in the kernel (or NO to ignore).
|
1996-04-12 14:24:59 +00:00
|
|
|
|
# If the machine is networked, the Ethernet card IRQ is good.
|
1995-11-13 21:18:24 +00:00
|
|
|
|
# The IRQ on an intelligent hard disk controller is good.
|
|
|
|
|
# The IRQ's on most sound devices are good.
|
|
|
|
|
#
|
|
|
|
|
# The following choices are BAD:
|
1996-04-12 14:24:59 +00:00
|
|
|
|
# The IRQ's on COM-ports (SIO devices), the IRQ used by a "classic"
|
|
|
|
|
# IDE disk or cdrom (Intelligent controllers seem to be OK), and
|
|
|
|
|
# the IRQ on the system clock.
|
1995-11-13 21:18:24 +00:00
|
|
|
|
#
|
|
|
|
|
# Experiment with the rest. The best interrupts are the ones that
|
|
|
|
|
# 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
|
1996-02-28 17:04:43 +00:00
|
|
|
|
# /dev/random, and no problems on your system, like slowdowns,
|
1995-11-13 21:18:24 +00:00
|
|
|
|
# Sluggish net/disk activity, perhaps even errors.
|
|
|
|
|
|
1996-04-12 14:24:59 +00:00
|
|
|
|
# For example - if you have a sound blaster on IRQ5, an ethernet card
|
|
|
|
|
# on IRQ10 and a SCSI controller on IRQ11 (eg ADAPTEC 1542) you might
|
|
|
|
|
# try this:
|
|
|
|
|
#
|
|
|
|
|
# rand_irqs="-s 5 -s 10 -s 11"
|
|
|
|
|
|
|
|
|
|
rand_irqs="NO"
|