From 766312266c894910c7ac2325789c3f4ec01654a0 Mon Sep 17 00:00:00 2001 From: brad <> Date: Mon, 28 Aug 2000 02:30:35 +0000 Subject: [PATCH] explicit path to gated so that it will load as expected --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 04d443a9..9884394b 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.150 2000/08/25 16:14:12 deraadt Exp $ +# $OpenBSD: rc,v 1.151 2000/08/28 02:30:35 brad Exp $ # System startup script run by init on autoboot # or after single-user. @@ -372,7 +372,7 @@ echo -n starting network daemons: # If $gated == YES, gated is used; otherwise routed. # If $routed_flags == NO, routed isn't run. if [ X${gated} = X"YES" -a -e /etc/gated.conf ]; then - echo -n ' gated'; gated $gated_flags + echo -n ' gated'; /usr/local/sbin/gated $gated_flags elif [ "X${routed_flags}" != X"NO" ]; then echo -n ' routed'; routed $routed_flags fi