Date: Mon, 17 Oct 2016 16:56:31 +0200 From: Zoran Kolic <zkolic@sbb.rs> To: imp@bsdimp.com Cc: freebsd-stable@freebsd.org Subject: Re: update from 9.3 to 11.0 Message-ID: <20161017145631.GA58857@knossos> In-Reply-To: <2E339839-8BD3-4B96-ACE3-41FFAD6F8484@mail.sermon-archive.info> References: <20161016141328.GA57825@knossos> <CANCZdfrZ8-zZo_-w9ww8TuAcLazqX4WeQps1WF4fUyUvMXJTsg@mail.gmail.com> <2E339839-8BD3-4B96-ACE3-41FFAD6F8484@mail.sermon-archive.info>
next in thread | previous in thread | raw e-mail | index | archive | help
> Index: head/usr.sbin/freebsd-update/freebsd-update.sh > =================================================================== > --- head/usr.sbin/freebsd-update/freebsd-update.sh (revision 279900) > +++ head/usr.sbin/freebsd-update/freebsd-update.sh (revision 279901) > @@ -1231,7 +1231,7 @@ fetch_metadata_sanity () { > # Some aliases to save space later: ${P} is a character which can > # appear in a path; ${M} is the four numeric metadata fields; and > # ${H} is a sha256 hash. > - P="[-+./:=%@_[~[:alnum:]]" > + P="[-+./:=,%@_[~[:alnum:]]" > M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+" > H="[0-9a-f]{64}" Sorry for late reply, quite busy this days. This "comma" makes the change in the line. I hope it would be enough to upgrade streight to 11.0. I assume there are steps to change etc files and compiler also. Whenever I upgarade, I have to solve nvidia driver version needed for it, and some other smaller tasks. On laptop, it goes like compiling x things for intel 2000. Not an easy job, and unnerving too. Best regards Zoran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161017145631.GA58857>