From d9ef317d59115d6d029b51b8e0688d19cf701452 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 8 Nov 2004 01:13:31 +0000 Subject: [PATCH] Mention the new -restart flag as a way to resume a failed upgrade. --- en/gnome/docs/faq28.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/en/gnome/docs/faq28.sgml b/en/gnome/docs/faq28.sgml index aae6e31ac0..9ee4192346 100644 --- a/en/gnome/docs/faq28.sgml +++ b/en/gnome/docs/faq28.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -129,7 +129,10 @@ $ tail -f /path/to/logfile

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 gnome_upgrade.sh, and then - reinstall the port when the upgrade process is complete.

+ reinstall the port when the upgrade process is complete. In + order to avoid having to build everything again, you can pass + the -restart flag to gnome_upgrade.sh to + resume a failed build.