From 8cd518d0fdb8a5172332db0e6d3f7a02442d6fab Mon Sep 17 00:00:00 2001 From: mikel Date: Mon, 8 Sep 1997 02:34:44 +0000 Subject: [PATCH] no more DEFAULT for $ntpdate_hosts; from Geoff Wing in PR bin/4073 --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index aa24e75369a1..7a6dfdb9e73b 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,4 @@ -# $NetBSD: rc,v 1.90 1997/08/29 09:33:34 veego Exp $ +# $NetBSD: rc,v 1.91 1997/09/08 02:34:44 mikel Exp $ # originally from: @(#)rc 8.2 (Berkeley) 3/17/94 # System startup script run by init on autoboot @@ -145,7 +145,7 @@ fi # set time, if requested if checkyesno ntpdate; then - if [ "$ntpdate_hosts" = DEFAULT ]; then + if [ -z "$ntpdate_hosts" ]; then ntpdate_hosts=`awk '/^server/ {print $2}'