Mention the new -restart flag as a way to resume a failed upgrade.

This commit is contained in:
Joe Marcus Clarke 2004-11-08 01:13:31 +00:00
parent 13afd5bc61
commit d9ef317d59
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22855

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq28.sgml,v 1.1 2004/11/07 22:55:29 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq28.sgml,v 1.2 2004/11/07 23:34:48 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -129,7 +129,10 @@ $ tail -f /path/to/logfile
<p>The majority of build failures will be dependency-related issues. One simple way to resolve
the problem is to remove the offending port, re-run <tt>gnome_upgrade.sh</tt>, and then
reinstall the port when the upgrade process is complete.</p>
reinstall the port when the upgrade process is complete. In
order to avoid having to build everything again, you can pass
the <tt>-restart</tt> flag to <tt>gnome_upgrade.sh</tt> to
resume a failed build.</p>
</li>
<!-- Q5 -->