diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-01-11 01:21:55 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-01-11 01:21:55 +0000 |
commit | 97af758973b67d21fac9448185c7eeacf043b874 (patch) | |
tree | cf4ac90b9a89760c36ff3283d8d0df54ad900a6b /etc/rc.conf | |
parent | 4f5c515480fd7e597ea33680046cd5d7d1f79ac9 (diff) |
Consistency.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index c56d71f813b..2410cd915e1 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,9 +1,9 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.7 1997/12/20 23:19:30 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.8 1998/01/11 01:21:54 angelos Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags -routed_flags=NO # for 'normal' use: 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="" |