aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1998-03-16 15:39:28 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1998-03-16 15:39:28 +0000
commitb9954eb55fd79de0b966e6da16a2288a70edf274 (patch)
tree427f01eaeae53abecf44a37f52695c97cdf4c16d
parente7bb8d3fe41527e0ff6f5ac67bacf130da334487 (diff)
downloadinitscripts-b9954eb55fd79de0b966e6da16a2288a70edf274.tar
initscripts-b9954eb55fd79de0b966e6da16a2288a70edf274.tar.gz
initscripts-b9954eb55fd79de0b966e6da16a2288a70edf274.tar.bz2
initscripts-b9954eb55fd79de0b966e6da16a2288a70edf274.tar.xz
initscripts-b9954eb55fd79de0b966e6da16a2288a70edf274.zip
document the static-routes file.
Include documentation for how it *will* be, rather than how it is now ("any").
-rw-r--r--sysconfig.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 00736a87..ddae4457 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -49,6 +49,16 @@ Files in /etc/sysconfig
GATEWAYDEV=<gateway device> (e.g. eth0)
NISDOMAIN=<nis domain name>
+/etc/sysconfig/static-routes:
+
+ Contains lines of the form:
+
+ <device> net <network> netmask <netmask> gw <gateway>
+
+ <device> may be a device name to have the route brought up and
+ down with the device, or "any" to have the correct devices calculated
+ at run time.
+
/etc/sysconfig/pcmcia:
PCMCIA=yes|no