summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-01-06 20:49:18 +0000
committerjkh <jkh@FreeBSD.org>1996-01-06 20:49:18 +0000
commita8e9d6a2eaa9df5881201d40c5c05c6154333fef (patch)
tree9774ae917de428904835f3674b070b7b22cf51c8 /etc/sysconfig
parent444412a7f1edef6ed564da6d463148d17a181bcc (diff)
downloadFreeBSD-src-a8e9d6a2eaa9df5881201d40c5c05c6154333fef.zip
FreeBSD-src-a8e9d6a2eaa9df5881201d40c5c05c6154333fef.tar.gz
New hack for configuring routers spawns two new variables:
router=<some routed> routerflags=<startup flags> Submitted by: Paul Richards et al
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index bdb750a..2bcffa6 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -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.29 1995/12/28 01:24:04 jkh Exp $
+# $Id: sysconfig,v 1.30 1996/01/05 17:00:27 bde Exp $
######################### Start Of Local Configuration Section ###########
@@ -104,8 +104,13 @@ route_loopback="${hostname} localhost"
# Set to the host you'd like set as your default router, or NO for none.
defaultrouter=NO
+# 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
+
# These are the flags you'd like to start the routing daemon with
-routedflags=-q
+routerflags=-q
# timed flags, or NO if you don't want to start the time daemon
timedflags=NO
OpenPOWER on IntegriCloud