From 36bda048f4b7920eb42899e9af9f3febfad1898e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Feb 2007 01:37:28 +0000 Subject: [PATCH] Reflect move of portupgrade to a new category --- en/gnome/docs/faq2.sgml | 4 ++-- en/gnome/gnomelogalyzer.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index 796aa3477d..f5b7b46be6 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + ]> @@ -428,7 +428,7 @@ libtool: link: `/usr/X11R6/lib/libglade-2.0.la' is not a valid libtool archive

Note: the pkg_deinstall command requires - you have sysutils/portupgrade installed.

+ you have ports-mgmt/portupgrade installed.

If you want to force a removal of all Desktop components (this is generally not recommended), do the diff --git a/en/gnome/gnomelogalyzer.sh b/en/gnome/gnomelogalyzer.sh index 295775d1a7..896fef8e94 100644 --- a/en/gnome/gnomelogalyzer.sh +++ b/en/gnome/gnomelogalyzer.sh @@ -27,7 +27,7 @@ # Heh. "Tort." # # $MCom: portstools/gnomelogalyzer.sh.in,v 1.12 2005/06/28 05:47:54 adamw Exp $ -# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.7 2006/01/07 06:14:16 mezz Exp $ +# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.8 2006/05/29 18:12:05 mezz Exp $ # # This script uses some simple yet effective heuristics to analyse @@ -67,13 +67,13 @@ debug(){ soln_portupgrade(){ if echo "$1" | grep -q "^-f" ; then echo - echo "To correct this problem, make sure that sysutils/portupgrade is installed, and then run the command \"portupgrade $1\"." | fmt 75 79 + echo "To correct this problem, make sure that ports-mgmt/portupgrade is installed, and then run the command \"portupgrade $1\"." | fmt 75 79 else if [ -n "$1" ]; then specific="either run \"portupgrade $1\", or " fi echo - echo "To correct this problem, make sure that sysutils/portupgrade is installed, and then ${specific}upgrade all out-of-date ports with the command \"portupgrade -a\"." | fmt 75 79 + echo "To correct this problem, make sure that ports-mgmt/portupgrade is installed, and then ${specific}upgrade all out-of-date ports with the command \"portupgrade -a\"." | fmt 75 79 fi }