From 8a1cca9a5c77d4501945c36ac5200b9349ba545c Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 14 May 2009 15:33:07 +0000 Subject: [PATCH] Rename pty's after name changes in 8.x --- en_US.ISO8859-1/articles/portbuild/article.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index 595eba250a..b27c8550f5 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -608,9 +608,9 @@ to identify it. You need to make sure that nothing else important is running in this tty, e.g. ps -t p1 or whatever. If there is not, you can just kill off the whole term easily with - pkill -t p1; otherwise issue a + pkill -t pts/1; otherwise issue a kill -HUP in there by, for example, -ps -t p1 -o pid= | xargs kill -HUP. Replace +ps -t pts/1 -o pid= | xargs kill -HUP. Replace p1 by whatever the tty is, of course. The