diff options
author | 1997-03-03 01:13:11 +0000 | |
---|---|---|
committer | 1997-03-03 01:13:11 +0000 | |
commit | f9af46301b22dc7d1682a34ef58e1ec83ef6b9fe (patch) | |
tree | 01c64437c13cdc301d1bc6d853105211402c9438 | |
parent | Complain if invoked in a form that requires an argument and we didn't (diff) | |
download | wireguard-openbsd-f9af46301b22dc7d1682a34ef58e1ec83ef6b9fe.tar.xz wireguard-openbsd-f9af46301b22dc7d1682a34ef58e1ec83ef6b9fe.zip |
fix typo
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index 8ed65762dd9..376c9daa77e 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.14 1997/02/11 18:46:08 deraadt Exp $ +# $OpenBSD: netstart,v 1.15 1997/03/03 01:13:11 downsj 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=NO # for 'normal' use: timed_flags= +timed_flags=NO # for 'normal' use: timed_flags="" # set the following to "YES" to turn them on rwhod=NO |