diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index 35798bac03..5154ac7297 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -418,7 +418,7 @@ - Restart an interrupted amd64-5 build witout updating + Restart an interrupted amd64-5 build without updating dopackages.5 amd64 -nocvs -noportscvs -norestr -continue -noindex -noduds -nofinish @@ -524,7 +524,9 @@ of &man.tty.1; when you start the build, or use ps x to identify it. You need to make sure that nothing else important is running in this tty, e.g. ps -t p1 or whatever. - Then either kill -HUP in there by e.g. + If there isn't, you can just kill off the whole term easily with + pkill -t p1; othewise issue a + kill -HUP in there by e.g. ps -t p1 | awk '{print $1}' | xargs kill -HUP. Replace p1 by whatever the tty is, of course.