From 6f0f4765f09879daebf49d28835bb03e1a03ec56 Mon Sep 17 00:00:00 2001 From: claudio <> Date: Wed, 7 May 2008 11:58:14 +0000 Subject: [PATCH] routed is no longer, use ripd instead. --- src/etc/rc | 6 +----- src/etc/rc.conf | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 61b15424..0d463a38 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.312 2008/02/27 20:27:38 djm Exp $ +# $OpenBSD: rc,v 1.313 2008/05/07 11:58:14 claudio Exp $ # System startup script run by init on autoboot # or after single-user. @@ -578,10 +578,6 @@ if [ X"${snmpd_flags}" != X"NO" ]; then echo -n ' snmpd'; /usr/sbin/snmpd $snmpd_flags fi -if [ X"${routed_flags}" != X"NO" ]; then - echo -n ' routed'; routed $routed_flags -fi - if [ X"${ripd_flags}" != X"NO" ]; then echo -n ' ripd'; /usr/sbin/ripd $ripd_flags fi diff --git a/src/etc/rc.conf b/src/etc/rc.conf index d7091318..945a1cb3 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,9 +1,8 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.128 2008/01/31 14:18:03 reyk Exp $ +# $OpenBSD: rc.conf,v 1.129 2008/05/07 11:58:14 claudio Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags -routed_flags=NO # for normal use: "-q" ripd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below.