On Sun, Nov 9, 2014 at 4:17 PM, Jason Adams <[email protected]> wrote:
> Definitely no quoted anything with white space in any hostname.if.
> If fact even when they only have one parameter: dhcp, this happens.
>
> And it happens very near the top of netstart
> -----------------------
> # sh -x /etc/netstart
> + [ -n ]
> + . /etc/rc.d/rc.subr
> + FUNCS_ONLY=1
> + [ -n 1 ]
> + return
> + _rc_parse_conf
> /etc/netstart: no closing quote

Oh, then your /etc/rc.conf.local** has something not permitted by the
new, more restrictive syntax.  To quote the upgrade faq;

        rc.conf.local is no longer a shell script. Variables (notably
pkg_scripts) must now be on single lines.


Philip Guenther

** or your /etc/rc.conf, if you ignored the comments and edited it

Reply via email to