summaryrefslogtreecommitdiff
path: root/etc/netstart
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-30 23:38:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-30 23:38:22 +0000
commit3b2a25b8bf25a7fd38e49f6ee0e2f6b917d4e3ac (patch)
tree5548821911e4ed8d632239ecce4a8fa5e0394e1c /etc/netstart
parent46a086a13002b66928d64483c5b9d4c953a345eb (diff)
from netbsd: start mrouted like routed
Diffstat (limited to 'etc/netstart')
-rw-r--r--etc/netstart3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart
index 35e813ecee6..f27081374ff 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,10 +1,11 @@
#!/bin/sh -
#
-# $NetBSD: netstart,v 1.22 1995/12/17 18:31:09 perry Exp $
+# $NetBSD: netstart,v 1.23 1995/12/30 01:30:03 thorpej Exp $
# @(#)netstart 5.9 (Berkeley) 3/30/91
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=-q
+mrouted_flags=NO # for 'normal' use: mrouted_flags=""
rarpd_flags=NO # for 'normal' use: rarpd_flags="-a"
bootparamd_flags=NO # for 'normal' use: bootparamd_flags=""
rbootd_flags=NO # for 'normal' use: rbootd_flags=""