aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-01-31 14:14:59 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-01-31 14:14:59 +0000
commit0978762dc872c1eff0818a09e8423bd8418b5b1b (patch)
tree9965fe53525508997e293b612d90217a7776220e
parent07cfa35a2802a01b55387f2f3ec2b44cfcfdbd1b (diff)
downloaddoc-0978762dc872c1eff0818a09e8423bd8418b5b1b.tar.gz
doc-0978762dc872c1eff0818a09e8423bd8418b5b1b.zip
Replace references to www/apache13 with www/apache22.
A follow up to the network-servers chapter will be committed sometime soon. PR: 162494 Submitted by: jgh (original version)
Notes
Notes: svn path=/head/; revision=38355
-rw-r--r--en_US.ISO8859-1/books/handbook/config/chapter.sgml2
-rw-r--r--en_US.ISO8859-1/books/handbook/mac/chapter.sgml2
-rw-r--r--en_US.ISO8859-1/books/handbook/security/chapter.sgml2
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/book.sgml4
4 files changed, 5 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
index d50e8f90f2..4672c464f0 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
@@ -352,7 +352,7 @@ ifconfig_fxp0="inet 10.1.1.1/8"</programlisting></listitem>
may be necessary to configure the software in a manner which
will allow it to be started upon system initialization. Services,
such as <filename role="package">mail/postfix</filename> or
- <filename role="package">www/apache13</filename> are just two
+ <filename role="package">www/apache22</filename> are just two
of the many software packages which may be started during system
initialization. This section explains the procedures available
for starting third party software.</para>
diff --git a/en_US.ISO8859-1/books/handbook/mac/chapter.sgml b/en_US.ISO8859-1/books/handbook/mac/chapter.sgml
index 46e9f4566b..55ee7f018d 100644
--- a/en_US.ISO8859-1/books/handbook/mac/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/mac/chapter.sgml
@@ -1651,7 +1651,7 @@ test: biba/low</screen>
so will result in errors. While at it, ensure that the
<filename role="package">net-mngt/nagios-plugins</filename>,
<filename role="package">net-mngt/nagios</filename>, and
- <filename role="package">www/apache13</filename> ports are all
+ <filename role="package">www/apache22</filename> ports are all
installed, configured, and working correctly.</para>
<sect2>
diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
index ae37691c1a..dc54744d5e 100644
--- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
@@ -2460,7 +2460,7 @@ kadmind5_server_enable="YES"</programlisting>
include encrypted authentication of mail clients, web based
transactions such as credit card payments and more. Many
ports such as
- <filename role="package">www/apache13-ssl</filename>, and
+ <filename role="package">www/apache22</filename>, and
<filename role="package">mail/claws-mail</filename> will offer
compilation support for building with
<application>OpenSSL</application>.</para>
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index f3664bab26..4d30ab3a8b 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -15552,8 +15552,8 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"</programlisting>
<listitem>
<para>does not work with some other currently
installed port (for instance, the port depends on
- <filename role="package">www/apache21</filename> but
- <filename role="package">www/apache13</filename> is
+ <filename role="package">www/apache20</filename> but
+ <filename role="package">www/apache22</filename> is
installed)</para>
</listitem>
</itemizedlist>