From f5a052952395ff69dc1addfffefe6025b9861c66 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Feb 2007 01:33:20 +0000 Subject: Update locations of recently moved ports, like portupgrade, portaudit or portlint. I have retained their historical locations in papers which got written, but are not constantly updated like the rest of our documentation. --- en_US.ISO8859-1/articles/problem-reports/article.sgml | 2 +- en_US.ISO8859-1/articles/relaydelay/article.sgml | 2 +- en_US.ISO8859-1/books/faq/book.sgml | 2 +- .../books/fdp-primer/the-website/chapter.sgml | 2 +- en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml | 2 +- en_US.ISO8859-1/books/handbook/ports/chapter.sgml | 16 ++++++++-------- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 4 ++-- en_US.ISO8859-1/books/porters-handbook/book.sgml | 8 ++++---- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/en_US.ISO8859-1/articles/problem-reports/article.sgml b/en_US.ISO8859-1/articles/problem-reports/article.sgml index a0959db5c4..7e27cee79f 100644 --- a/en_US.ISO8859-1/articles/problem-reports/article.sgml +++ b/en_US.ISO8859-1/articles/problem-reports/article.sgml @@ -328,7 +328,7 @@ problem while installing, or while running? To illustrate, instead of Synopsis: portupgrade is broken, see how much more informative this - seems: Synopsis: port sysutils/portupgrade + seems: Synopsis: port ports-mgmt/portupgrade coredumps on -current. (In the case of ports, it is especially helpful to have both the category and portname in the Synopsis line.) diff --git a/en_US.ISO8859-1/articles/relaydelay/article.sgml b/en_US.ISO8859-1/articles/relaydelay/article.sgml index 3ed75ec5f6..4cd61078a7 100644 --- a/en_US.ISO8859-1/articles/relaydelay/article.sgml +++ b/en_US.ISO8859-1/articles/relaydelay/article.sgml @@ -72,7 +72,7 @@ This will require all ports which require perl to be rebuilt and reinstalled; - sysutils/portupgrade + ports-mgmt/portupgrade is perfect for this. At least it will point out which ports have been removed and which will need to be reinstalled. diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 6b01991e01..c70f30dff2 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4640,7 +4640,7 @@ kern.timecounter.hardware: TSC -> i8254 portupgrade tool to automate all of this. portupgrade includes various tools to simplify package handling. It is available under - sysutils/portupgrade. + ports-mgmt/portupgrade. Since it is written in Ruby, portupgrade is an unlikely candidate for integration with the main FreeBSD tree. That should not diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml index f1f5ab7a7d..4caa2ef8d4 100644 --- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml @@ -89,7 +89,7 @@ the &man.make.1; all target, to create the web pages. - &prompt.root; cd en + &prompt.root; cd www/en &prompt.root; make all diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml index 47c5466ba1..2f143b441e 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml @@ -2380,7 +2380,7 @@ doc/zh_* On &os; 6.0 and more recent versions, Portsnap is contained in the &os; base system. On older versions of &os;, it can be installed - using the sysutils/portsnap + using the ports-mgmt/portsnap port. diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml index 7137ae6125..df2f689174 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml @@ -229,7 +229,7 @@ related to your application. You can also install security/portaudit which will + role="package">ports-mgmt/portaudit which will automatically check all installed applications for known vulnerabilities; a check will be also performed before any port build. Meanwhile, you can use the command portaudit @@ -676,7 +676,7 @@ docbook = Portsnap is an alternative system for distributing the Ports Collection. It was first included in &os; 6.0. On older systems, you can install it from sysutils/portsnap package: + role="package">ports-mgmt/portsnap package: &prompt.root; pkg_add -r portsnap @@ -869,7 +869,7 @@ docbook = done by portaudit before any new application installation. This tool can be found in the Ports Collection (security/portaudit). Consider + role="package">ports-mgmt/portaudit). Consider running portaudit -F before installing a new port, to fetch the current vulnerabilities database. A security audit and an update of the database will be @@ -1151,11 +1151,11 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch The portupgrade utility is designed to easily upgrade installed ports. It is available from the sysutils/portupgrade port. Install it like + role="package">ports-mgmt/portupgrade port. Install it like any other port, using the make install clean command: - &prompt.root; cd /usr/ports/sysutils/portupgrade + &prompt.root; cd /usr/ports/ports-mgmt/portupgrade &prompt.root; make install clean Scan the list of installed ports with the pkgdb @@ -1205,9 +1205,9 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch Portmanager is another utility for easy upgrading of installed ports. It is available from the - sysutils/portmanager port: + ports-mgmt/portmanager port: - &prompt.root; cd /usr/ports/sysutils/portmanager + &prompt.root; cd /usr/ports/ports-mgmt/portmanager &prompt.root; make install clean All the installed ports can be upgraded using this simple @@ -1273,7 +1273,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch Do not forget to remove the installed ports once you no longer need them. A nice tool to help automate this task is available from the - sysutils/pkg_cutleaves port. + ports-mgmt/pkg_cutleaves port. diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index d052b5e094..90ab630ed4 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -4651,14 +4651,14 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html Portaudit exists solely for this purpose. - The security/portaudit port + The ports-mgmt/portaudit port polls a database, updated and maintained by the &os; Security Team and ports developers, for known security issues. To begin using Portaudit, one must install it from the Ports Collection: - &prompt.root; cd /usr/ports/security/portaudit && make install clean + &prompt.root; cd /usr/ports/ports-mgmt/portaudit && make install clean During the install process, the configuration files for &man.periodic.8; will be updated, permitting diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 323966bab9..b2552eeb9a 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -343,7 +343,7 @@ PLIST_DIRS= lib/X11/oneko Checking your port with <command>portlint</command> Please use portlint to see if your port - conforms to our guidelines. The devel/portlint + conforms to our guidelines. The ports-mgmt/portlint program is part of the ports collection. In particular, you may want to check if the Makefile is in the right @@ -8261,7 +8261,7 @@ post-install: system for building and testing ports based on the scripts used on Pointyhat. You can install Tinderbox using - misc/tinderbox port. Be sure + ports-mgmt/tinderbox port. Be sure to read supplied documentation since the configuration is not trivial. @@ -8800,8 +8800,8 @@ post-install: that has been fixed in version 0.65_7. As a prerequisite, you need to install fresh versions of the - ports security/portaudit and - security/portaudit-db. + ports ports-mgmt/portaudit and + ports-mgmt/portaudit-db. First, check whether there already is an entry for this vulnerability. If there were such entry, it would match the -- cgit v1.2.3