PERFORCE change 168059 for review
Rene Ladan
rene at FreeBSD.org
Tue Sep 1 19:34:32 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=168059
Change 168059 by rene at rene_self on 2009/09/01 19:33:47
IFC (force non-whitespace-corrected version of translations.sgml)
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/Makefile#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/custom-gcc/Makefile#1 branch
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/custom-gcc/article.sgml#1 branch
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#8 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml#5 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/linuxemu/chapter.sgml#8 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml#16 integrate
.. //depot/projects/docproj_nl/www/en/docproj/translations.sgml#8 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/Makefile#3 (text+ko) ====
@@ -1,4 +1,4 @@
-# $FreeBSD: doc/en_US.ISO8859-1/articles/Makefile,v 1.60 2008/05/31 13:32:19 remko Exp $
+# $FreeBSD: doc/en_US.ISO8859-1/articles/Makefile,v 1.61 2009/09/01 18:01:01 danger Exp $
SUBDIR =
SUBDIR+= 5-roadmap
@@ -13,6 +13,7 @@
SUBDIR+= contributing-ports
SUBDIR+= contributors
SUBDIR+= cups
+SUBDIR+= custom-gcc
SUBDIR+= cvs-freebsd
SUBDIR+= cvsup-advanced
SUBDIR+= dialup-firewall
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#8 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.89 2009/05/19 15:43:13 ganbold Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.90 2009/09/01 13:41:42 manolis Exp $
-->
<chapter id="firewalls">
@@ -2281,11 +2281,12 @@
rules for <application>ipfw</application> firewall. One is
by setting <literal>firewall_type</literal> variable to absolute
path of file, which contains <emphasis>firewall rules</emphasis>
- without any command-line options for &man.ipfw.8; itself. A
- simple example of ruleset file can be following:</para>
+ without any command-line options for &man.ipfw.8; itself.
+ The following is a simple example of a ruleset file that blocks
+ all incoming and outgoing traffic:</para>
- <programlisting>add block in all
-add block out all</programlisting>
+ <programlisting>add deny in
+add deny out</programlisting>
<para>On the other hand, it is possible to set the
<literal>firewall_script</literal> variable to the absolute path of an
@@ -2298,8 +2299,8 @@
ipfw -q flush
-ipfw add block in all
-ipfw add block out all</programlisting>
+ipfw add deny in
+ipfw add deny out</programlisting>
<note>
<para>If <literal>firewall_type</literal> is set to either
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml#5 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.138 2009/08/27 12:48:48 blackend Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.139 2009/08/31 18:02:32 bsam Exp $
-->
<chapter id="linuxemu">
@@ -326,6 +326,24 @@
</sect2>
<sect2>
+ <title>Installing a Random Linux RPM Based Application</title>
+
+ <para>FreeBSD has its own package database and it is used to track
+ all ports (&linux; ports as well). So the &linux; RPM database is not
+ used (not supported).</para>
+
+ <para>However if you need to install a random &linux; RPM-based
+ application it can be achieved by:</para>
+
+ <screen>&prompt.root; <userinput>cd /compat/linux</userinput>
+&prompt.root; <userinput>rpm2cpio -q < /path/to/linux.archive.rpm | cpio -id</userinput></screen>
+
+ <para>Then brandelf installed ELF binaries (not libraries!).
+ You will not be able to do a clean uninstall, but it may help you
+ to do tests.</para>
+ </sect2>
+
+ <sect2>
<title>Configuring the Hostname Resolver</title>
<para>If DNS does not work or you get this message:</para>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/linuxemu/chapter.sgml#8 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.11 2009/04/10 22:11:37 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.12 2009/08/27 20:01:58 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
%SRCID% 1.138
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml#16 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.20 2009/08/26 16:54:36 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.21 2009/08/27 20:01:58 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/x11/chapter.sgml
%SRCID% 1.194
-->
==== //depot/projects/docproj_nl/www/en/docproj/translations.sgml#8 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.109 2009/07/05 09:59:31 lioux Exp $">
+<!ENTITY date "$FreeBSD: www/en/docproj/translations.sgml,v 1.110 2009/08/29 20:14:06 rene Exp $">
<!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % navinclude.docs "INCLUDE">
]>
@@ -169,7 +169,7 @@
<dt><i>Repository of the ongoing work</i></dt>
<dd><a href="http://p4web.freebsd.org/@md=d&cd=//depot/projects/docproj_nl/&c=aXw@//depot/projects/docproj_nl/?ac=83">Perforce</a></dd>
</dl>
-
+
<a name="estonian"></a>
<h2>The FreeBSD Estonian Documentation Project</h2>
@@ -198,7 +198,7 @@
<a name="german"></a>
<h2>The FreeBSD German Documentation Project</h2>
-<b>Web</b>: <a href="https://doc.bsdgroup.de">https://doc.bsdgroup.de</a><br>
+<b>Web</b>: <a href="https://doc.bsdgroup.de">https://doc.bsdgroup.de</a><br>
<b>E-Mail</b>: <a href="mailto:de-bsd-translators at de.FreeBSD.org">de-bsd-translators at de.FreeBSD.org</a><br>
<b>IRC</b>: Server: irc.freenode.net, Channel: #FreeBSD-Doc.de<br>
@@ -335,10 +335,10 @@
FreeBSD Tutorials</dd>
</dl>
-<a name="korean"></a>
+<a name="korean"></a>
<h2>The FreeBSD Korean Documentation Project</h2>
-<b>Web</b>: <a href="http://www.kr.FreeBSD.org/projects/doc-kr/">http://www.kr.FreeBSD.org/projects/doc-kr/</a><br>
+<b>Web</b>: <a href="http://www.kr.FreeBSD.org/projects/doc-kr/">http://www.kr.FreeBSD.org/projects/doc-kr/</a><br>
<b>E-Mail</b>: <a href="mailto:doc at kr.FreeBSD.org">doc at kr.FreeBSD.org</a><br>
<dl>
More information about the p4-projects
mailing list