diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-02 00:52:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-02 00:52:03 +0000 |
commit | f721448d3193e19b89af480f0662d1851a75266f (patch) | |
tree | ad5f564d42a11994835ef3bb827b77a9b9bcf8b0 /etc | |
parent | 131d1b6134e94d6472580ab1fb7c8097eb9c1b20 (diff) |
timed off by default
Diffstat (limited to 'etc')
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index e70cd11ef3a..b21ba9f8e9e 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.11 1996/09/23 13:06:37 deraadt Exp $ +# $OpenBSD: netstart,v 1.12 1996/11/02 00:52:02 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q @@ -10,7 +10,7 @@ bootparamd_flags=NO # for 'normal' use: bootparamd_flags="" rbootd_flags=NO # for 'normal' use: rbootd_flags="" sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" named_flags=NO # for 'normal' use: named_flags="" -timed_flags= +timed_flags=NO # for 'normal' use: timed_flags= # set the following to "YES" to turn them on rwhod=NO |