diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-01-29 08:46:14 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-01-29 08:46:14 +0000 |
| commit | b6c4b2f9a6eaa19581b26bb3f564b09669e5ed46 (patch) | |
| tree | 093fcb47c8a3a2c5a6d3ff0676631e96b9cfe2ea /etc/sysconfig | |
| parent | 7658b0a216230d176f301b556722c6bfff7ef3e3 (diff) | |
Notes
Diffstat (limited to 'etc/sysconfig')
| -rw-r--r-- | etc/sysconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 5642d3b7540cd..3b81168dce4ee 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 |
