aboutsummaryrefslogtreecommitdiff
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-01-29 08:46:14 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-01-29 08:46:14 +0000
commitb6c4b2f9a6eaa19581b26bb3f564b09669e5ed46 (patch)
tree093fcb47c8a3a2c5a6d3ff0676631e96b9cfe2ea /etc/sysconfig
parent7658b0a216230d176f301b556722c6bfff7ef3e3 (diff)
downloadsrc-b6c4b2f9a6eaa19581b26bb3f564b09669e5ed46.tar.gz
src-b6c4b2f9a6eaa19581b26bb3f564b09669e5ed46.zip
Add an option to start mrouted. Off by default
Notes
Notes: svn path=/head/; revision=13701
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 5642d3b7540c..3b81168dce4e 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.31 1996/01/06 20:49:18 jkh Exp $
+# $Id: sysconfig,v 1.32 1996/01/28 08:08:37 gpalmer Exp $
######################### Start Of Local Configuration Section ###########
@@ -112,6 +112,10 @@ router=routed
# These are the flags you'd like to start the routing daemon with
routerflags=-q
+# mrouted flags, or NO if you don't want to start mrouted. Needs kernel
+# options enabled before it will work.
+mrouted=NO
+
# timed flags, or NO if you don't want to start the time daemon
timedflags=NO