diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1998-03-16 15:39:28 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1998-03-16 15:39:28 +0000 |
commit | b9954eb55fd79de0b966e6da16a2288a70edf274 (patch) | |
tree | 427f01eaeae53abecf44a37f52695c97cdf4c16d | |
parent | e7bb8d3fe41527e0ff6f5ac67bacf130da334487 (diff) | |
download | initscripts-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.txt | 10 |
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 |