|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/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 |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=-q |
|
|
routed_flags=-q |
|
@ -10,7 +10,7 @@ bootparamd_flags=NO # for 'normal' use: bootparamd_flags="" |
|
|
rbootd_flags=NO # for 'normal' use: rbootd_flags="" |
|
|
rbootd_flags=NO # for 'normal' use: rbootd_flags="" |
|
|
sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" |
|
|
sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" |
|
|
named_flags=NO # for 'normal' use: named_flags="" |
|
|
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 |
|
|
# set the following to "YES" to turn them on |
|
|
rwhod=NO |
|
|
rwhod=NO |
|
|