From a062f80256fe4d4490652755ba9ee2c86abf13d3 Mon Sep 17 00:00:00 2001 From: angelos <> Date: Sun, 11 Jan 1998 01:21:54 +0000 Subject: [PATCH] Consistency. --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index c56d71f8..2410cd91 100644 --- a/src/etc/rc.conf +++ b/src/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=""