summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-01-29 08:46:14 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-01-29 08:46:14 +0000
commit584809c4229024f282a2fd30ee646d2fc0cc078d (patch)
tree093fcb47c8a3a2c5a6d3ff0676631e96b9cfe2ea /etc/sysconfig
parentecf346b070dc939de0c8650b9e03396e16a699da (diff)
downloadFreeBSD-src-584809c4229024f282a2fd30ee646d2fc0cc078d.zip
FreeBSD-src-584809c4229024f282a2fd30ee646d2fc0cc078d.tar.gz
Add an option to start mrouted. Off by default
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 5642d3b..3b81168 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
OpenPOWER on IntegriCloud