summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-30 21:35:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-30 21:35:16 +0000
commit377523e60910ce9bef5f1a84ed365971789e9f1b (patch)
treea18dfd7c3b55790ce8c7bce05ba7afbf668338fb /etc
parent3b272275367d6b37ce24645a7c66041b7423215f (diff)
do not run routed by default
Diffstat (limited to 'etc')
-rw-r--r--etc/netstart4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart
index 20a96742f48..654e99fe6cd 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,9 +1,9 @@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.24 1997/07/28 19:31:47 kstailey Exp $
+# $OpenBSD: netstart,v 1.25 1997/07/30 21:35:15 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
-routed_flags=-q
+routed_flags=NO # for 'normal' use: 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=""