Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Apr 2003 10:45:35 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Scott Carmichael <freebsd@jobeus.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: 'for' unexpected. 
Message-ID:  <20030408174535.CA3285D07@ptavv.es.net>
In-Reply-To: Message from Scott Carmichael <freebsd@jobeus.net>  <20030408102930.U21317@meriadoc.jobeus.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 8 Apr 2003 10:33:02 -0600 (MDT)
> From: Scott Carmichael <freebsd@jobeus.net>
> Sender: owner-freebsd-current@freebsd.org
> 
> Since updating the tree and recompiling the other night, I keep getting
> these errors about 'for' unexpected... When using make to rebuild the
> source tree, when using make to install a port, and also in cron error
> outputs to root@. The error I get there is:
> 
> Date: Tue, 8 Apr 2003 10:11:01 -0600 (MDT)
> From: Cron Daemon <operator@meriadoc.jobeus.net>
> To: operator@meriadoc.jobeus.net
> Subject: Cron <operator@meriadoc> /usr/libexec/save-entropy
> 
> /etc/defaults/rc.conf: 438: Syntax error: "for" unexpected
> 
> 
> 
> So, anyways, anyone know what this could be? I can't seem to even type
> a 'for' statement in sh and make it work. Eek.

See the archives. This is a problem reported earlier this week.

Work around:
cd /usr/src/bin/sh
make clean
make
make install
cd /usr/src
make installworld

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030408174535.CA3285D07>