Merge the XML toolchain upgrade, which contains the following changes:
- Upgrade to DocBook 4.5 - Use XSLT instead of DSSSL to render XHTML-based output - Generate PDF from PS and simplify image processing - Fix make lint and validate the whole documentation set - Fix rendering of TOC elements - Fix misused link elements that resulted in a corrupt rendering - Use more human-friendly publication data and release info rendering - Add support for XInclude in DocBook documents - Add support for profiling with attributes [1] - Add support for Schematron constraints - Add experimental epub support - Add experimental support for XSL-FO-based printed output - Clean up obsolete SGML constructs - Clean up catalogs - Drop HTML Tidy since it is not needed any more [1] http://www.sagehill.net/docbookxsl/Profiling.html The dependencies of the build will change as follows: - textproc/opensp - www/tidy-lib - textproc/html - textproc/linuxdoc - textproc/docbook-410 - textproc/docbook-xml + textproc/docbook-xml-450 + textproc/iso-schematron-xslt Approved by: doceng (implicit)
This commit is contained in:
commit
48c0df24d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41645
1349 changed files with 13170 additions and 13320 deletions
bn_BD.ISO10646-1
articles
share
da_DK.ISO8859-1
articles
share
de_DE.ISO8859-1
articles
contributing-ports
contributing
explaining-bsd
freebsd-update-server
laptop
linux-comparison
nanobsd
new-users
port-mentor-guidelines
solid-state
books
developers-handbook
faq
fdp-primer
book.xml
doc-build
examples
overview
psgml-mode
see-also
sgml-markup
sgml-primer
structure
stylesheets
the-website
tools
translations
writing-style
handbook
Makefile
advanced-networking
audit
basics
bibliography
book.xmlboot
bsdinstall
chapters.entcolophon.xmlconfig
cutting-edge
desktop
disks
dtrace
eresources
filesystems
firewalls
geom
install
introduction
jails
kernelconfig
l10n
linuxemu
mac
mail
mirrors
multimedia
network-servers
pgpkeys
ports
ppp-and-slip
preface
printing
security
serialcomms
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd">
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd">
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
|
|
16
bn_BD.ISO10646-1/share/xml/catalog.xml
Normal file
16
bn_BD.ISO10646-1/share/xml/catalog.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||
uri="entities.ent" />
|
||||
</catalog>
|
1
bn_BD.ISO10646-1/share/xml/entities.ent
Normal file
1
bn_BD.ISO10646-1/share/xml/entities.ent
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- $FreeBSD$ -->
|
10
bn_BD.ISO10646-1/share/xsl/freebsd-common.xsl
Normal file
10
bn_BD.ISO10646-1/share/xsl/freebsd-common.xsl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
15
bn_BD.ISO10646-1/share/xsl/freebsd-epub.xsl
Normal file
15
bn_BD.ISO10646-1/share/xsl/freebsd-epub.xsl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
</xsl:stylesheet>
|
15
bn_BD.ISO10646-1/share/xsl/freebsd-fo.xsl
Normal file
15
bn_BD.ISO10646-1/share/xsl/freebsd-fo.xsl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
</xsl:stylesheet>
|
18
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-chunk.xsl
Normal file
18
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-chunk.xsl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
</xsl:stylesheet>
|
10
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
10
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
18
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml.xsl
Normal file
18
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml.xsl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
</xsl:stylesheet>
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DA" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DA" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
|
|
@ -1,23 +1,2 @@
|
|||
-- ...................................................................... --
|
||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||
|
||||
-- $FreeBSD$
|
||||
--
|
||||
|
||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||
"freebsd.dsl"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||
"mailing-lists.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK"
|
||||
"newsgroups.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK"
|
||||
"teams.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
"translators.ent"
|
||||
"freebsd.dsl"
|
||||
|
|
17
da_DK.ISO8859-1/share/xml/catalog.xml
Normal file
17
da_DK.ISO8859-1/share/xml/catalog.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
|
||||
<public publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||
uri="entities.ent"/>
|
||||
<public publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
uri="translators.ent" />
|
||||
</catalog>
|
|
@ -1,21 +1,24 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK">
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
"translators.ent">
|
||||
%translators;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK">
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||
"mailing-lists.ent">
|
||||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK">
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK"
|
||||
"newsgroups.ent">
|
||||
%newsgroups;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK">
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK"
|
||||
"teams.ent">
|
||||
%teams;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||
"nonexistent">
|
||||
%trademarks;
|
||||
|
|
|
@ -2,46 +2,11 @@
|
|||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
||||
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
<!ENTITY % output.print "IGNORE">
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
<!-- HTML only .................................................... -->
|
||||
|
||||
<![ %output.html; [
|
||||
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "Dette og andre dokumenter kan downloades fra ")
|
||||
(create-link
|
||||
(list (list "HREF" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
|
||||
(literal "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
|
||||
(literal ".")))
|
||||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "For spørgsmål om FreeBSD, læs ")
|
||||
(create-link
|
||||
(list (list "HREF" "http://www.FreeBSD.org/docs.html"))
|
||||
(literal "dokumentationen"))
|
||||
(literal " før du kontakter <")
|
||||
(create-link
|
||||
(list (list "HREF" "mailto:questions@FreeBSD.org"))
|
||||
(literal "questions@FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "For spørgsmål angående denne dokumentation, e-mail <")
|
||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||
(literal "doc@FreeBSD.org"))
|
||||
(literal ">.")))))
|
||||
]]>
|
||||
<!-- Fix a problem with the Danish localisation. -->
|
||||
(define (local-da-label-title-sep)
|
||||
(list
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
Navne på FreeBSD mailing lister og relateret software.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
Navne på FreeBSD nyhedsgrupper
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
Navne og email adresser på de teams af folk der arbejder
|
||||
på specifikke opgaver. Normalt er de bare mail aliaser der
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Dannish Documentation Project
|
||||
|
|
10
da_DK.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
da_DK.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
15
da_DK.ISO8859-1/share/xsl/freebsd-epub.xsl
Normal file
15
da_DK.ISO8859-1/share/xsl/freebsd-epub.xsl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
</xsl:stylesheet>
|
15
da_DK.ISO8859-1/share/xsl/freebsd-fo.xsl
Normal file
15
da_DK.ISO8859-1/share/xsl/freebsd-fo.xsl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
</xsl:stylesheet>
|
18
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-chunk.xsl
Normal file
18
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-chunk.xsl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
</xsl:stylesheet>
|
20
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>Dette og andre dokumenter kan downloades fra
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
|
||||
|
||||
<p align="center"><small>For spørgsmål om FreeBSD, læs
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentationen</a> før du kontakter
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
For spørgsmål angående denne dokumentation, e-mail
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
18
da_DK.ISO8859-1/share/xsl/freebsd-xhtml.xsl
Normal file
18
da_DK.ISO8859-1/share/xsl/freebsd-xhtml.xsl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
</xsl:stylesheet>
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd" [
|
||||
<!ENTITY fbus.ap "<application>FreeBSD Update Server</application>">
|
||||
]>
|
||||
|
||||
|
@ -836,14 +834,14 @@ the new builds.</screen>
|
|||
|
||||
<screen> # Build the world
|
||||
log "Building world"
|
||||
cd /usr/src &&
|
||||
make -j 2 ${COMPATFLAGS} buildworld 2>&1
|
||||
cd /usr/src &&
|
||||
make -j 2 ${COMPATFLAGS} buildworld 2>&1
|
||||
|
||||
# Distribute the world
|
||||
log "Distributing world"
|
||||
cd /usr/src/release &&
|
||||
make -j 2 obj &&
|
||||
make ${COMPATFLAGS} release.1 release.2 2>&1</screen>
|
||||
cd /usr/src/release &&
|
||||
make -j 2 obj &&
|
||||
make ${COMPATFLAGS} release.1 release.2 2>&1</screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!--
|
||||
Copyright (c) 2005 Dru Lavigne
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<article lang="de">
|
||||
<articleinfo>
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -138,8 +135,8 @@
|
|||
<para>Wir erwarten, dass Mentoren ihre Mentees die Lektüre
|
||||
des <ulink url="&url.books.porters-handbook;">Handbuch
|
||||
für Ports Committer</ulink>, die <ulink
|
||||
url="&url.articles.pr-guidelines">PR-Richtlinien</ulink> sowie
|
||||
den <ulink url="&url.articles.committers-guide">Committer's
|
||||
url="&url.articles.pr-guidelines;">PR-Richtlinien</ulink> sowie
|
||||
den <ulink url="&url.articles.committers-guide;">Committer's
|
||||
Guide</ulink> empfehlen. Obwohl es nicht notwendig ist, all
|
||||
diese Details im Gedächtnis zu behalten, sollte jeder
|
||||
Committer einen Überblick über diese Dinge haben, um
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd">
|
||||
|
||||
<!-- Copyright (c) 2001 The FreeBSD Documentation Project
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd" [
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -116,7 +116,7 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Aus Scheifler & Gettys: "X Window System"</para>
|
||||
<para>Aus Scheifler & Gettys: "X Window System"</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="introduction-layout">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd" [
|
||||
<!ENTITY bibliography SYSTEM "../../share/xml/bibliography.xml">
|
||||
<!ENTITY rel.head "<emphasis>10-CURRENT</emphasis>">
|
||||
<!ENTITY rel.head.relx "10.<replaceable>X</replaceable>">
|
||||
|
@ -6520,7 +6518,7 @@ perm /dev/acd0 0660</programlisting>
|
|||
die Zeile dort.</para>
|
||||
|
||||
<para>Wenn Sie zum Beispiel den mitgelieferten DNS-Server
|
||||
&man.named.8 aktivieren wollen, müssen Sie lediglich
|
||||
&man.named.8; aktivieren wollen, müssen Sie lediglich
|
||||
das folgende Kommando eingeben:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>echo 'named_enable="YES"' >> /etc/rc.conf</userinput></screen>
|
||||
|
@ -10551,9 +10549,9 @@ ATDT1234567
|
|||
genannten Befehl:</para>
|
||||
|
||||
<programlisting>
|
||||
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
|
||||
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
|
||||
sio0: type 16550A
|
||||
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
|
||||
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
|
||||
sio1: type 16550A</programlisting>
|
||||
|
||||
<para>Es zeigt zwei serielle Schnittstellen. Die erste
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd" [
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent">
|
||||
%chapters;
|
||||
]>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1999 Neil Blakey-Milner, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 2000 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
@ -2531,7 +2531,7 @@ This is the file called 'foo2'</screen>
|
|||
|
||||
<para>Das folgende Beispiel soll das bisher geschriebene
|
||||
illustrieren. Angenommen es liegt eine einzubindende Grafik
|
||||
in der Datei <filename>bild1</filename> vor, die die
|
||||
in der Datei <filename>bild1.png</filename> vor, die die
|
||||
Darstellung eines As in einem Rechteck enthält. Die
|
||||
ASCII-Alternative könnte so ausgezeichnet werden:</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
@ -1070,28 +1070,6 @@ onsgmls:beispiel.xml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
-- mehrzeilige Kommentare. -->]]></programlisting>
|
||||
</example>
|
||||
|
||||
<!--? Noch zu uebersetzen. Oliver Fischer -->
|
||||
<![%output.print;[
|
||||
<important>
|
||||
<title>Es sind zwei Bindestriche</title>
|
||||
|
||||
<para>Es gibt ein Problem mit den PostScript- oder
|
||||
PDF-Versionen dieses Dokuments. Das obige Beispiel
|
||||
zeigt vielleicht nur einen Bindestrich (<literal>-</literal>)
|
||||
hinter <literal><!</literal> und vor
|
||||
<literal>></literal>.</para>
|
||||
|
||||
<para>Es <emphasis>müssen</emphasis> zwei Bindestriche
|
||||
und <emphasis>nicht</emphasis> nur einer benutzt werden.
|
||||
Die PostScript- und PDF-Versionen haben vielleicht
|
||||
beide Bindestriche zu einem längeren Strich, dem
|
||||
<emphasis>em-dash</emphasis>, zusammengefasst.</para>
|
||||
|
||||
<para>Die HTML-, nur-Text und RTF-Versionen dieses Dokuments
|
||||
sind nicht von diesem Problem betroffen.</para>
|
||||
</important>
|
||||
]]>
|
||||
|
||||
<para>Hat man früher schon Erfahrungen mit HTML gesammelt,
|
||||
wird man vielleicht andere Regeln für den Gebrauch von
|
||||
Kommentaren kennengelernt haben. Beispielsweise wird oft
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
@ -255,7 +255,7 @@
|
|||
<para>Enthält eine Kapiteldatei beispielsweise die
|
||||
Einträge</para>
|
||||
|
||||
<programlisting><![ CDATA [
|
||||
<programlisting><![CDATA[
|
||||
<chapter id="kernelconfig">
|
||||
...
|
||||
</chapter>]]></programlisting>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 1998 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -23,7 +23,6 @@ DOC?= book
|
|||
FORMATS?= html-split
|
||||
|
||||
HAS_INDEX= true
|
||||
USE_PS2PDF= yes
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
@ -287,29 +286,43 @@ DOC_PREFIX?= ${.CURDIR}/../../..
|
|||
#
|
||||
# rules generating lists of mirror site from XML database.
|
||||
#
|
||||
XMLDOCS= mirrors-ftp:::mirrors.xml.ftp.inc \
|
||||
XMLDOCS= lastmod:::mirrors.lastmod.inc \
|
||||
mirrors-ftp-index:::mirrors.xml.ftp.index.inc \
|
||||
mirrors-ftp:::mirrors.xml.ftp.inc \
|
||||
mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \
|
||||
mirrors-cvsup:::mirrors.xml.cvsup.inc \
|
||||
eresources-index:::eresources.xml.www.index.inc \
|
||||
eresources:::eresources.xml.www.inc
|
||||
DEPENDSET.DEFAULT= transtable mirror
|
||||
XSLT.DEFAULT= ${XSL_MIRRORS}
|
||||
XML.DEFAULT= ${XML_MIRRORS}
|
||||
NO_TIDY.DEFAULT= yes
|
||||
|
||||
PARAMS.lastmod+= --param 'target' "'lastmod'"
|
||||
PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \
|
||||
--param 'proto' "'ftp'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \
|
||||
--param 'proto' "'ftp'" \
|
||||
--param 'target' "'handbook/mirrors/chapter.xml'"
|
||||
PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \
|
||||
--param 'proto' "'cvsup'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \
|
||||
--param 'proto' "'cvsup'" \
|
||||
--param 'target' "'handbook/mirrors/chapter.xml'"
|
||||
PARAMS.eresources-index+= --param 'type' "'www'" \
|
||||
--param 'proto' "'http'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.eresources+= --param 'type' "'www'" \
|
||||
--param 'proto' "'http'" \
|
||||
--param 'target' "'handbook/eresources/chapter.xml'"
|
||||
|
||||
SRCS+= mirrors.xml.ftp.inc \
|
||||
SRCS+= mirrors.lastmod.inc \
|
||||
mirrors.xml.ftp.inc \
|
||||
mirrors.xml.ftp.index.inc \
|
||||
mirrors.xml.cvsup.inc \
|
||||
eresources.xml.www.inc
|
||||
CLEANFILES+= mirrors.xml.ftp.inc \
|
||||
mirrors.xml.cvsup.inc \
|
||||
eresources.xml.www.inc
|
||||
mirrors.xml.cvsup.index.inc \
|
||||
eresources.xml.www.inc \
|
||||
eresources.xml.www.index.inc
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -6636,7 +6636,7 @@ ifconfig_carp1="vhid 2 advskew 100 pass testpass 192.168.1.51/24"</programlistin
|
|||
<hostid>provider.example.org</hostid> den folgenden
|
||||
Befehl ein:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig carp0 down && ifconfig carp0 up</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig carp0 down && ifconfig carp0 up</userinput></screen>
|
||||
|
||||
<para>Dieser Befehl muss auf das
|
||||
<devicename>carp</devicename>-Gerät ausgeführt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1191,7 +1191,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/example-dir1" format="EPS"/>
|
||||
<imagedata fileref="install/example-dir1"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
@ -1214,7 +1214,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/example-dir2" format="EPS"/>
|
||||
<imagedata fileref="install/example-dir2"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
@ -1249,7 +1249,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/example-dir3" format="EPS"/>
|
||||
<imagedata fileref="install/example-dir3"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
@ -1277,7 +1277,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/example-dir4" format="EPS"/>
|
||||
<imagedata fileref="install/example-dir4"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
@ -1303,7 +1303,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/example-dir5" format="EPS"/>
|
||||
<imagedata fileref="install/example-dir5"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
@ -1641,7 +1641,7 @@ Old Password:</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disk-layout" format="EPS"/>
|
||||
<imagedata fileref="install/disk-layout"/>
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/xml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE" "../../share/xml/entities.ent">
|
||||
%entities;
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd" [
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % txtfiles SYSTEM "txtfiles.ent"> %txtfiles;
|
||||
]>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<para>Es gibt zwei Klassen von Prozessoren, die in der Lage sind,
|
||||
auf &os;/&arch.amd64; zu laufen. Die erste Klasse sind
|
||||
AMD64-Prozessoren, was sowohl &amd.athlon;64,
|
||||
&amd.athlon;64-FX, &amd.opteron oder bessere Prozessoren
|
||||
&amd.athlon;64-FX, &amd.opteron; oder bessere Prozessoren
|
||||
beinhaltet.</para>
|
||||
|
||||
<para>Die zweite Klasse von Prozessoren, die &os;/&arch.amd64;
|
||||
|
@ -726,7 +726,7 @@ Loading /boot/defaults/loader.conf
|
|||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-boot-loader-menu"
|
||||
format="PNG"/>
|
||||
/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -798,14 +798,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
|||
role="Programmable Read Only Memory">PROM</acronym>
|
||||
Befehlszeile zu gelangen. Es sieht dann so aus:</para>
|
||||
|
||||
<screenco>
|
||||
<areaspec>
|
||||
<area id="bsdinstall-prompt-single" coords="1 5"/>
|
||||
<area id="bsdinstall-prompt-smp" coords="2 5"/>
|
||||
</areaspec>
|
||||
|
||||
<screen><prompt>ok </prompt>
|
||||
<prompt>ok {0} </prompt></screen>
|
||||
<screen><prompt>ok </prompt><co id="bsdinstall-prompt-single"/>
|
||||
<prompt>ok {0} </prompt><co id="bsdinstall-prompt-smp"/></screen>
|
||||
|
||||
<calloutlist>
|
||||
<callout arearefs="bsdinstall-prompt-single">
|
||||
|
@ -818,7 +812,6 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
|||
Die Zahl gibt die Nummer der aktiven CPU an.</para>
|
||||
</callout>
|
||||
</calloutlist>
|
||||
</screenco>
|
||||
|
||||
<para>An dieser Eingabeaufforderung angekommen, legen Sie nun
|
||||
die CD-ROM in Ihr Laufwerk und geben Sie
|
||||
|
@ -1023,7 +1016,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata
|
||||
fileref="bsdinstall/bsdinstall-choose-mode" format="PNG"/>
|
||||
fileref="bsdinstall/bsdinstall-choose-mode"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1066,7 +1059,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Tastaturbelegung festlegen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-keymap-select-default" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-keymap-select-default"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1080,7 +1073,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Tastaturauswahlbildschirm</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-keymap" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-keymap"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1110,7 +1103,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Festlegen des Rechnernamens</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-hostname" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-hostname"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1131,7 +1124,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Komponenten für die Installation auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-components" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-components"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1224,7 +1217,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-netinstall-files" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-netinstall-files"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1244,7 +1237,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-netinstall-mirrorselect" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-netinstall-mirrorselect"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1271,7 +1264,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Geführte oder manuelle Partitionierung auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-guided-manual" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-guided-manual"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1286,7 +1279,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Aus mehreren Platten eine auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-guided-disk" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-guided-disk"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1304,7 +1297,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Auswahl der gesamten Platte oder einer Partition</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-entire-part" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-entire-part"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1325,7 +1318,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Überprüfen der erstellen Partitionen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-review" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-review"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1341,7 +1334,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Partitionen manuell erstellen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-create" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-create"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1356,7 +1349,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Partitionen manuell anlegen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-partscheme" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-partscheme"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1429,7 +1422,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Partitionen manuell erzeugen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-addpart" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-part-manual-addpart"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1608,7 +1601,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Letzte Bestätigung</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-final-confirmation" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-final-confirmation"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1640,7 +1633,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Herunterladen der Distributionsdateien</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-fetching" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-fetching"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1654,7 +1647,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Überprüfen der Distributionsdateien</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-verifying" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-verifying"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1666,7 +1659,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Entpacken der Distributionsdateien</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-extracting" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-distfile-extracting"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1700,7 +1693,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-post-root-passwd" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-post-root-passwd"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1728,7 +1721,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1764,7 +1757,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Nach drahtlosen Access Points scannen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-scan" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-scan"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1787,7 +1780,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Ein drahtloses Netzwerk auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-accesspoints" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-accesspoints"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1805,7 +1798,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Verbindungsaufbau mit WPA2</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-wpa2setup" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-wireless-wpa2setup"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1827,7 +1820,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1863,7 +1856,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1880,7 +1873,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4-static" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv4-static"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1924,7 +1917,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv6" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv6"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1951,7 +1944,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-slaac" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-slaac"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1969,7 +1962,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv6-static" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-interface-ipv6-static"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2018,7 +2011,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-ipv4-dns" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-configure-network-ipv4-dns"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2042,7 +2035,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Lokale oder UTC-Zeit</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-set-clock-local-utc" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-set-clock-local-utc"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2059,7 +2052,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Das Gebiet auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-region" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-region"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2072,7 +2065,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Das Land auswählen</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-country" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-country"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2085,7 +2078,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Wählen einer Zeitzone</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-zone" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-zone"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2098,7 +2091,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Bestätigen der Zeitzone</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-confirm" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-timezone-confirm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2120,7 +2113,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Auswahl zusätzlicher Dienste</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-services" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-services"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2169,7 +2162,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
<title>Aktivierung der Absturzaufzeichnung</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-crashdump" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-config-crashdump"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2194,7 +2187,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser1" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2207,7 +2200,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser2" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2310,7 +2303,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser3" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-adduser3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2337,7 +2330,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-finalconfiguration" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-finalconfiguration"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2394,7 +2387,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-final-modification-shell" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-final-modification-shell"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2412,7 +2405,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-mainexit" format="PNG"/>
|
||||
<imagedata fileref="bsdinstall/bsdinstall-mainexit"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
|
|
@ -15,234 +15,63 @@
|
|||
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
|
||||
<!ENTITY % chap.introduction "IGNORE">
|
||||
<!ENTITY % chap.install "IGNORE">
|
||||
<!ENTITY % chap.bsdinstall "IGNORE">
|
||||
<!ENTITY % chap.basics "IGNORE">
|
||||
<!ENTITY % chap.ports "IGNORE">
|
||||
<!ENTITY % chap.config "IGNORE">
|
||||
<!ENTITY % chap.boot "IGNORE">
|
||||
<!ENTITY % chap.users "IGNORE">
|
||||
<!ENTITY % chap.kernelconfig "IGNORE">
|
||||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.jails "IGNORE">
|
||||
<!ENTITY % chap.mac "IGNORE">
|
||||
<!ENTITY % chap.audit "IGNORE">
|
||||
<!ENTITY % chap.printing "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.geom "IGNORE">
|
||||
<!ENTITY % chap.vinum "IGNORE">
|
||||
<!ENTITY % chap.x11 "IGNORE">
|
||||
<!ENTITY % chap.l10n "IGNORE">
|
||||
<!ENTITY % chap.multimedia "IGNORE">
|
||||
<!ENTITY % chap.desktop "IGNORE">
|
||||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.network-servers "IGNORE">
|
||||
<!ENTITY % chap.firewalls "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
<!ENTITY % chap.mail "IGNORE">
|
||||
<!ENTITY % chap.cutting-edge "IGNORE">
|
||||
<!ENTITY % chap.linuxemu "IGNORE">
|
||||
<!ENTITY % chap.mirrors "IGNORE">
|
||||
<!ENTITY % chap.mirrors.ftp.inc "INCLUDE">
|
||||
<!ENTITY % chap.mirrors.cvsup.inc "INCLUDE">
|
||||
<!ENTITY % chap.bibliography "IGNORE">
|
||||
<!ENTITY % chap.eresources "IGNORE">
|
||||
<!ENTITY % chap.eresources.www.inc "INCLUDE">
|
||||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
<!ENTITY % chap.freebsd-glossary "IGNORE">
|
||||
<!ENTITY % chap.filesystems "IGNORE">
|
||||
<!ENTITY % chap.dtrace "IGNORE">
|
||||
<!ENTITY % chap.colophon "IGNORE">
|
||||
|
||||
<!ENTITY chap.preface SYSTEM "preface/preface.xml">
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
|
||||
<!-- Teil Eins -->
|
||||
<![%chap.introduction;[
|
||||
<!ENTITY chap.introduction SYSTEM "introduction/chapter.xml">
|
||||
]]>
|
||||
<![%chap.install;[
|
||||
<!ENTITY chap.install SYSTEM "install/chapter.xml">
|
||||
]]>
|
||||
<![%chap.bsdinstall;[
|
||||
<!ENTITY chap.bsdinstall SYSTEM "bsdinstall/chapter.xml">
|
||||
]]>
|
||||
<![%chap.basics;[
|
||||
<!ENTITY chap.basics SYSTEM "basics/chapter.xml">
|
||||
]]>
|
||||
<![%chap.ports;[
|
||||
<!ENTITY chap.ports SYSTEM "ports/chapter.xml">
|
||||
]]>
|
||||
<![%chap.x11;[
|
||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Teil Zwei -->
|
||||
<![%chap.desktop;[
|
||||
<!ENTITY chap.desktop SYSTEM "desktop/chapter.xml">
|
||||
]]>
|
||||
<![%chap.multimedia;[
|
||||
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.xml">
|
||||
]]>
|
||||
<![%chap.kernelconfig;[
|
||||
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.xml">
|
||||
]]>
|
||||
<![%chap.printing;[
|
||||
<!ENTITY chap.printing SYSTEM "printing/chapter.xml">
|
||||
]]>
|
||||
<![%chap.linuxemu;[
|
||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Teil Drei -->
|
||||
<![%chap.config;[
|
||||
<!ENTITY chap.config SYSTEM "config/chapter.xml">
|
||||
]]>
|
||||
<![%chap.boot;[
|
||||
<!ENTITY chap.boot SYSTEM "boot/chapter.xml">
|
||||
]]>
|
||||
<![%chap.users;[
|
||||
<!ENTITY chap.users SYSTEM "users/chapter.xml">
|
||||
]]>
|
||||
<![%chap.security;[
|
||||
<!ENTITY chap.security SYSTEM "security/chapter.xml">
|
||||
]]>
|
||||
<![%chap.jails;[
|
||||
<!ENTITY chap.jails SYSTEM "jails/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mac;[
|
||||
<!ENTITY chap.mac SYSTEM "mac/chapter.xml">
|
||||
]]>
|
||||
<![%chap.audit;[
|
||||
<!ENTITY chap.audit SYSTEM "audit/chapter.xml">
|
||||
]]>
|
||||
<![%chap.disks;[
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.xml">
|
||||
]]>
|
||||
<![%chap.geom;[
|
||||
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
|
||||
]]>
|
||||
<![%chap.filesystems;[
|
||||
<!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml">
|
||||
]]>
|
||||
<![%chap.vinum;[
|
||||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
|
||||
]]>
|
||||
<![%chap.virtualization;[
|
||||
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.xml">
|
||||
]]>
|
||||
<![%chap.l10n;[
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
|
||||
]]>
|
||||
<![%chap.cutting-edge;[
|
||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml">
|
||||
]]>
|
||||
<![%chap.dtrace;[
|
||||
<!ENTITY chap.dtrace SYSTEM "dtrace/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Teil Vier -->
|
||||
<![%chap.serialcomms;[
|
||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.xml">
|
||||
]]>
|
||||
<![%chap.ppp-and-slip;[
|
||||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mail;[
|
||||
<!ENTITY chap.mail SYSTEM "mail/chapter.xml">
|
||||
]]>
|
||||
<![%chap.network-servers;[
|
||||
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.xml">
|
||||
]]>
|
||||
<![%chap.firewalls;[
|
||||
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.xml">
|
||||
]]>
|
||||
<![%chap.advanced-networking;[
|
||||
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Teil Fuenf (Anhang) -->
|
||||
<![%chap.mirrors;[
|
||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mirrors.ftp.inc;[
|
||||
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
|
||||
]]>
|
||||
<![%chap.mirrors.cvsup.inc;[
|
||||
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
|
||||
]]>
|
||||
<![%chap.bibliography;[
|
||||
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml">
|
||||
]]>
|
||||
<![%chap.eresources;[
|
||||
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
|
||||
]]>
|
||||
<![%chap.eresources.www.inc;[
|
||||
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
|
||||
]]>
|
||||
<![%chap.pgpkeys;[
|
||||
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml">
|
||||
]]>
|
||||
<![%chap.freebsd-glossary;[
|
||||
<!ENTITY chap.freebsd-glossary "&freebsd-glossary;">
|
||||
]]>
|
||||
<![%chap.index;[
|
||||
<!ENTITY chap.index SYSTEM "index.xml">
|
||||
]]>
|
||||
<!ENTITY chap.index "">
|
||||
|
||||
<!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc">
|
||||
<!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
|
||||
<!ENTITY chap.mirrors.cvsup.index.inc SYSTEM "mirrors.xml.cvsup.index.inc">
|
||||
<!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc">
|
||||
|
||||
<!ENTITY chap.colophon SYSTEM "colophon.xml">
|
||||
|
||||
<!-- IGNORE cases -->
|
||||
|
||||
<!-- Teil Eins -->
|
||||
<!ENTITY chap.introduction "">
|
||||
<!ENTITY chap.install "">
|
||||
<!ENTITY chap.basics "">
|
||||
<!ENTITY chap.ports "">
|
||||
<!ENTITY chap.x11 "">
|
||||
|
||||
<!-- Teil Zwei -->
|
||||
<!ENTITY chap.desktop "">
|
||||
<!ENTITY chap.multimedia "">
|
||||
<!ENTITY chap.kernelconfig "">
|
||||
<!ENTITY chap.printing "">
|
||||
<!ENTITY chap.linuxemu "">
|
||||
|
||||
<!-- Teil Drei -->
|
||||
<!ENTITY chap.config "">
|
||||
<!ENTITY chap.boot "">
|
||||
<!ENTITY chap.users "">
|
||||
<!ENTITY chap.security "">
|
||||
<!ENTITY chap.jails "">
|
||||
<!ENTITY chap.mac "">
|
||||
<!ENTITY chap.audit "">
|
||||
<!ENTITY chap.disks "">
|
||||
<!ENTITY chap.geom "">
|
||||
<!ENTITY chap.filesystems "">
|
||||
<!ENTITY chap.vinum "">
|
||||
<!ENTITY chap.virtualization "">
|
||||
<!ENTITY chap.l10n "">
|
||||
<!ENTITY chap.cutting-edge "">
|
||||
<!ENTITY chap.dtrace "">
|
||||
|
||||
<!-- Teil Vier -->
|
||||
<!ENTITY chap.serialcomms "">
|
||||
<!ENTITY chap.ppp-and-slip "">
|
||||
<!ENTITY chap.mail "">
|
||||
<!ENTITY chap.network-servers "">
|
||||
<!ENTITY chap.firewalls "">
|
||||
<!ENTITY chap.advanced-networking "">
|
||||
|
||||
<!-- Teil Fuenf (Anhang) -->
|
||||
<!ENTITY chap.mirrors "">
|
||||
<!ENTITY chap.mirrors.ftp.inc "">
|
||||
<!ENTITY chap.mirrors.cvsup.inc "">
|
||||
<!ENTITY chap.bibliography "">
|
||||
<!ENTITY chap.eresources "">
|
||||
<!ENTITY chap.eresources.www.inc "">
|
||||
<!ENTITY chap.pgpkeys "">
|
||||
<!ENTITY chap.freebsd-glossary "">
|
||||
<!ENTITY chap.index "">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -829,7 +829,7 @@ sshd is running as pid 433.</screen>
|
|||
Manualpages zu &man.rc.8; sowie &man.rc.subr.8;. Wenn Sie
|
||||
Ihre eigenen <filename>rc.d</filename>-Skripte schreiben
|
||||
wollen, sollten Sie den Artikel
|
||||
<ulink url="&url.articles.rc-scripting.en">Practical rc.d
|
||||
<ulink url="&url.articles.rc-scripting.en;">Practical rc.d
|
||||
scripting in BSD</ulink> lesen.</para>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1158,7 +1158,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
|
||||
<listitem>
|
||||
<para>Schliesslich gibt es noch einen sogenannten <quote>slave
|
||||
port</quote> f&¨r jede Übersetzung, z.B.: <filename
|
||||
port</quote> für jede Übersetzung, z.B.: <filename
|
||||
role="package">misc/freebsd-doc-hu</filename> für
|
||||
Dokumentation in ungarischer Sprache. All diese benötigen
|
||||
den Master-Port und installieren die übersetzte
|
||||
|
@ -1300,8 +1300,8 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<!-- FIXME: Waiting for a working docsnap server... -->
|
||||
<![ IGNORE [
|
||||
<!-- FIXME: Waiting for a working docsnap server...
|
||||
|
||||
<sect2 id="docsnap">
|
||||
<sect2info>
|
||||
<authorgroup>
|
||||
|
@ -1358,14 +1358,14 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
above.</para>
|
||||
</note>
|
||||
|
||||
<para>Do not use the <option>--delete</option> flag here as there
|
||||
<para>Do not use the <option>‐‐delete</option> flag here as there
|
||||
are some items installed
|
||||
into <filename class="directory">/usr/share/doc</filename>
|
||||
during <command>make installworld</command>, which would
|
||||
accidentally be removed. To clean up, use this command
|
||||
instead:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz --delete <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/??_??\.\* <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz ‐‐delete <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/??_??\.\* <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
|
||||
<para>If a subset of documentation needs to be updated, for
|
||||
example, the English documentation only, the following command
|
||||
|
@ -1373,7 +1373,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/en_US.ISO8859-1 <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
</sect2>
|
||||
]]>
|
||||
-->
|
||||
</sect1>
|
||||
|
||||
<sect1 id="current-stable">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1078,8 +1078,8 @@ umass0: detached</screen>
|
|||
|
||||
<para>Welches Tool Sie zum Brennen von CDs benutzen, hängt davon
|
||||
ab, ob Ihr CD-Brenner ein ATAPI-Gerät ist oder nicht.
|
||||
Mit ATAPI-CD-Brennern wird <command><link linkend="burncd">
|
||||
</link>burncd</command> benutzt, das Teil des Basissystems ist.
|
||||
Mit ATAPI-CD-Brennern wird <command>burncd</command> benutzt,
|
||||
das Teil des Basissystems ist.
|
||||
SCSI- und USB-CD-Brenner werden mit <command><link linkend="cdrecord">
|
||||
cdrecord</link></command> aus <filename
|
||||
role="package">sysutils/cdrtools</filename> benutzt.
|
||||
|
@ -3112,18 +3112,6 @@ cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c
|
|||
dranhängen, kann Ihnen später ein weiteres Missgeschick
|
||||
ersparen.</para>
|
||||
</sect3>
|
||||
|
||||
<![%not.published;[
|
||||
|
||||
<sect3>
|
||||
<title>* Ich habe mich nicht auf Missgeschicke vorbereitet - was
|
||||
nun?</title>
|
||||
|
||||
<para></para>
|
||||
</sect3>
|
||||
|
||||
]]>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
@ -5014,7 +5002,7 @@ case "$1" in
|
|||
|
||||
# Wait for any "hastd secondary" processes to stop
|
||||
for disk in ${resources}; do
|
||||
while $( pgrep -lf "hastd: ${disk} \(secondary\)" > /dev/null 2>&1 ); do
|
||||
while $( pgrep -lf "hastd: ${disk} \(secondary\)" > /dev/null 2>&1 ); do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
@ -5029,7 +5017,7 @@ case "$1" in
|
|||
# Wait for the /dev/hast/* devices to appear
|
||||
for disk in ${resources}; do
|
||||
for I in $( jot 60 ); do
|
||||
[ -c "/dev/hast/${disk}" ] && break
|
||||
[ -c "/dev/hast/${disk}" ] && break
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
|
@ -5062,7 +5050,7 @@ case "$1" in
|
|||
umount -f /hast/${disk}
|
||||
fi
|
||||
sleep $delay
|
||||
hastctl role secondary ${disk} 2>&1
|
||||
hastctl role secondary ${disk} 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
logger -p $log -t $name "Unable to switch role to secondary for resource ${disk}."
|
||||
exit 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
Recently I suggested to myself that this should become a profiling
|
||||
and debugging chapter, which covers things like ktrace(1) and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -2151,6 +2151,11 @@
|
|||
|
||||
<sect2 id="eresources-web-mirrors">
|
||||
<title>Official Mirrors</title>
|
||||
|
||||
&chap.eresources.www.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.eresources.www.inc;
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -244,7 +244,7 @@ example 17547136 0 17547136 0% /example</screen>
|
|||
von den Benutzern aufgelistet werden, wie im folgenden Beispiel
|
||||
gezeigt wird:</para>
|
||||
|
||||
<screen>&prompt.root <userinput>cd /example</userinput>
|
||||
<screen>&prompt.root; <userinput>cd /example</userinput>
|
||||
&prompt.root; <userinput>ls</userinput>
|
||||
&prompt.root; <userinput>touch testfile</userinput>
|
||||
&prompt.root; <userinput>ls -al</userinput>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -108,7 +108,7 @@
|
|||
— Master Boot Records, <acronym>BSD</acronym>-Label usw.
|
||||
— durch die Nutzung von Datenträgern (Providern) oder
|
||||
den besonderen Dateien in <filename
|
||||
role="directory">/dev</filename>. Verschiedene Software
|
||||
class="directory">/dev</filename>. Verschiedene Software
|
||||
<acronym>RAID</acronym>-Konfigurationen unterstützend, wird
|
||||
GEOM Ihnen transparenten Zugriff auf das Betriebssystem und
|
||||
System-Dienstprogramme gewähren.</para>
|
||||
|
@ -187,7 +187,7 @@
|
|||
existiert. Falls dieser Datenträger eine Root-Partition
|
||||
werden soll, dann nutzen Sie zeitweise einen anderen
|
||||
Mount-Punkt, beispielsweise <filename
|
||||
role="directory">/mnt</filename>:</para>
|
||||
class="directory">/mnt</filename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mkdir /mnt</userinput></screen>
|
||||
</step>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
|
@ -1113,7 +1113,7 @@ Insert disk labelled "Kernel floppy 1" and press any key...</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/boot-loader-menu" format="PNG"/>
|
||||
<imagedata fileref="install/boot-loader-menu"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1155,14 +1155,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
|||
Programmen &man.tip.1; oder &man.cu.1;). In beiden Fällen
|
||||
landen Sie anschließend am PROM-Prompt:</para>
|
||||
|
||||
<screenco>
|
||||
<areaspec>
|
||||
<area id="prompt-single" coords="1 5"/>
|
||||
<area id="prompt-smp" coords="2 5"/>
|
||||
</areaspec>
|
||||
|
||||
<screen><prompt>ok </prompt>
|
||||
<prompt>ok {0} </prompt></screen>
|
||||
<screen><prompt>ok </prompt><co id="prompt-single"/>
|
||||
<prompt>ok {0} </prompt><co id="prompt-smp"/></screen>
|
||||
|
||||
<calloutlist>
|
||||
<callout arearefs="prompt-single">
|
||||
|
@ -1174,7 +1168,6 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
|||
dabei für die Anzahl der vorhandenen Prozessoren.</para>
|
||||
</callout>
|
||||
</calloutlist>
|
||||
</screenco>
|
||||
|
||||
<para>Nun legen Sie Ihre CD-ROM in das Laufwerk ein und geben am
|
||||
PROM-Prompt <command>boot cdrom</command> ein. Danach startet Ihr
|
||||
|
@ -1291,7 +1284,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/config-country" format="PNG"/>
|
||||
<imagedata fileref="install/config-country"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1309,7 +1302,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/config-keymap" format="PNG"/>
|
||||
<imagedata fileref="install/config-keymap"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1353,7 +1346,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/main1" format="PNG"/>
|
||||
<imagedata fileref="install/main1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1370,7 +1363,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/main-doc" format="PNG"/>
|
||||
<imagedata fileref="install/main-doc"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1382,7 +1375,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/docmenu1" format="PNG"/>
|
||||
<imagedata fileref="install/docmenu1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1414,7 +1407,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/main-keymap" format="PNG"/>
|
||||
<imagedata fileref="install/main-keymap"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1438,7 +1431,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/keymap" format="PNG"/>
|
||||
<imagedata fileref="install/keymap"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1455,7 +1448,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/main-options" format="PNG"/>
|
||||
<imagedata fileref="install/main-options"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1465,7 +1458,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/options" format="PNG"/>
|
||||
<imagedata fileref="install/options"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1504,7 +1497,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/main-std" format="PNG"/>
|
||||
<imagedata fileref="install/main-std"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1699,7 +1692,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/fdisk-drive1" format="PNG"/>
|
||||
<imagedata fileref="install/fdisk-drive1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1775,7 +1768,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/fdisk-edit1" format="PNG"/>
|
||||
<imagedata fileref="install/fdisk-edit1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1824,7 +1817,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/fdisk-edit2" format="PNG"/>
|
||||
<imagedata fileref="install/fdisk-edit2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1871,7 +1864,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/boot-mgr" format="PNG"/>
|
||||
<imagedata fileref="install/boot-mgr"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -1903,7 +1896,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/fdisk-drive2" format="PNG"/>
|
||||
<imagedata fileref="install/fdisk-drive2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2177,7 +2170,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-ed1" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-ed1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2207,7 +2200,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-auto" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-auto"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2235,7 +2228,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-root1" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-root1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2255,7 +2248,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-root2" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-root2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2273,7 +2266,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-fs" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-fs"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2291,7 +2284,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-root3" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-root3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2317,7 +2310,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/disklabel-ed2" format="PNG"/>
|
||||
<imagedata fileref="install/disklabel-ed2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2375,7 +2368,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/dist-set" format="PNG"/>
|
||||
<imagedata fileref="install/dist-set"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2434,7 +2427,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/dist-set2" format="PNG"/>
|
||||
<imagedata fileref="install/dist-set2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2471,7 +2464,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/media" format="PNG"/>
|
||||
<imagedata fileref="install/media"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2679,7 +2672,7 @@ installation menus to retry whichever operations have failed.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/ed0-conf" format="PNG"/>
|
||||
<imagedata fileref="install/ed0-conf"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2732,7 +2725,7 @@ installation menus to retry whichever operations have failed.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/ed0-conf2" format="PNG"/>
|
||||
<imagedata fileref="install/ed0-conf2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -2917,7 +2910,7 @@ use the current settings.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/edit-inetd-conf" format="PNG"/>
|
||||
<imagedata fileref="install/edit-inetd-conf"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3017,7 +3010,7 @@ use the current settings.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/ftp-anon1" format="PNG"/>
|
||||
<imagedata fileref="install/ftp-anon1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3100,7 +3093,7 @@ use the current settings.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/ftp-anon2" format="PNG"/>
|
||||
<imagedata fileref="install/ftp-anon2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3164,7 +3157,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/nfs-server-edit" format="PNG"/>
|
||||
<imagedata fileref="install/nfs-server-edit"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3219,7 +3212,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/console-saver1" format="PNG"/>
|
||||
<imagedata fileref="install/console-saver1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3234,7 +3227,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/console-saver2" format="PNG"/>
|
||||
<imagedata fileref="install/console-saver2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3257,7 +3250,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/console-saver3" format="PNG"/>
|
||||
<imagedata fileref="install/console-saver3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3271,7 +3264,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/console-saver4" format="PNG"/>
|
||||
<imagedata fileref="install/console-saver4"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3318,7 +3311,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/timezone1" format="PNG"/>
|
||||
<imagedata fileref="install/timezone1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3331,7 +3324,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/timezone2" format="PNG"/>
|
||||
<imagedata fileref="install/timezone2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3344,7 +3337,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/timezone3" format="PNG"/>
|
||||
<imagedata fileref="install/timezone3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3416,7 +3409,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse1" format="PNG"/>
|
||||
<imagedata fileref="install/mouse1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3430,7 +3423,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse2" format="PNG"/>
|
||||
<imagedata fileref="install/mouse2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3447,7 +3440,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse3" format="PNG"/>
|
||||
<imagedata fileref="install/mouse3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3461,7 +3454,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse4" format="PNG"/>
|
||||
<imagedata fileref="install/mouse4"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3477,7 +3470,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse5" format="PNG"/>
|
||||
<imagedata fileref="install/mouse5"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3493,7 +3486,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mouse6" format="PNG"/>
|
||||
<imagedata fileref="install/mouse6"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3542,7 +3535,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/pkg-cat" format="PNG"/>
|
||||
<imagedata fileref="install/pkg-cat"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3565,7 +3558,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/pkg-sel" format="PNG"/>
|
||||
<imagedata fileref="install/pkg-sel"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3599,7 +3592,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/pkg-install" format="PNG"/>
|
||||
<imagedata fileref="install/pkg-install"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3615,7 +3608,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/pkg-confirm" format="PNG"/>
|
||||
<imagedata fileref="install/pkg-confirm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3672,7 +3665,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/adduser1" format="PNG"/>
|
||||
<imagedata fileref="install/adduser1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3686,7 +3679,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/adduser2" format="PNG"/>
|
||||
<imagedata fileref="install/adduser2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3795,7 +3788,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/adduser3" format="PNG"/>
|
||||
<imagedata fileref="install/adduser3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3863,7 +3856,7 @@ Retype new password :</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mainexit" format="PNG"/>
|
||||
<imagedata fileref="install/mainexit"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -3942,7 +3935,7 @@ Be sure to remove the media from the drive.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/net-config-menu1" format="PNG"/>
|
||||
<imagedata fileref="install/net-config-menu1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -4016,7 +4009,7 @@ Be sure to remove the media from the drive.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/mta-main" format="PNG"/>
|
||||
<imagedata fileref="install/mta-main"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -4073,7 +4066,7 @@ Be sure to remove the media from the drive.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/ntp-config" format="PNG"/>
|
||||
<imagedata fileref="install/ntp-config"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
@ -4101,7 +4094,7 @@ Be sure to remove the media from the drive.
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="install/net-config-menu2" format="PNG"/>
|
||||
<imagedata fileref="install/net-config-menu2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -715,14 +715,14 @@ LOG=/var/log/lmgrd.log
|
|||
|
||||
case "$1" in
|
||||
start)
|
||||
lmgrd -c ${LICENSE_FILE} 2>> ${LOG} 1>&2
|
||||
lmgrd -c ${LICENSE_FILE} 2>> ${LOG} 1>&2
|
||||
echo -n " lmgrd"
|
||||
;;
|
||||
stop)
|
||||
lmgrd -c ${LICENSE_FILE} -x lmdown 2>> ${LOG} 1>&2
|
||||
lmgrd -c ${LICENSE_FILE} -x lmdown 2>> ${LOG} 1>&2
|
||||
;;
|
||||
*)
|
||||
echo "Usage: `basename $0` {start|stop}" 1>&2
|
||||
echo "Usage: `basename $0` {start|stop}" 1>&2
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
|
@ -1025,7 +1025,7 @@ exit 0</programlisting>
|
|||
nachstehendem Inhalt:</para>
|
||||
|
||||
<programlisting>#!/compat/linux/bin/sh
|
||||
(sleep 5; killall -1 matlab_helper) &
|
||||
(sleep 5; killall -1 matlab_helper) &
|
||||
exit 0</programlisting>
|
||||
</step>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -758,49 +758,43 @@ test: biba/high</screen>
|
|||
Biba, Lomac, <acronym>MLS</acronym> und
|
||||
<acronym>SEBSD</acronym>.</para>
|
||||
|
||||
<!-- ================================================================================== --
|
||||
-- ================================================================================== --
|
||||
-- ================================================================================== --
|
||||
-- Das folgende Beispiel weigere ich mich zu uebersetzen. Der Autor selbst schreibt --
|
||||
-- schreibt ja, dass es only a quick example ist. --
|
||||
<!-- Das folgende Beispiel weigere ich mich zu uebersetzen. Der Autor selbst schreibt
|
||||
schreibt ja, dass es only a quick example ist.
|
||||
|
||||
|
||||
-- <para>In many cases, the <option>multilabel</ option> may not need --
|
||||
-- to be set at all. Consider the following situation and --
|
||||
-- security model:</para> --
|
||||
-- <itemizedlist> --
|
||||
-- <listitem> --
|
||||
-- <para>&os; web-server using the <acronym>MAC</acronym> --
|
||||
-- framework and a mix of the various policies.</para> --
|
||||
-- </listitem> --
|
||||
<para>In many cases, the <option>multilabel</ option> may not need
|
||||
to be set at all. Consider the following situation and
|
||||
security model:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>&os; web-server using the <acronym>MAC</acronym>
|
||||
framework and a mix of the various policies.</para>
|
||||
</listitem>
|
||||
|
||||
-- <listitem> --
|
||||
-- <para>This machine only requires one label, --
|
||||
-- <literal>biba/high</literal>, for everything in the system. --
|
||||
-- Here the file system would not require the --
|
||||
-- <option>multilabel</ option> option as a single label --
|
||||
-- will always be in effect.</para> --
|
||||
-- </listitem> --
|
||||
<listitem>
|
||||
<para>This machine only requires one label,
|
||||
<literal>biba/high</literal>, for everything in the system.
|
||||
Here the file system would not require the
|
||||
<option>multilabel</ option> option as a single label
|
||||
will always be in effect.</para>
|
||||
</listitem>
|
||||
|
||||
-- <listitem> --
|
||||
-- <para>But, this machine will be a web server and should have --
|
||||
-- the web server run at <literal>biba/low</literal> to prevent --
|
||||
-- write up capabilities. The Biba policy and how it works --
|
||||
-- will be discussed later, so if the previous comment was --
|
||||
-- difficult to interpret just continue reading and return. --
|
||||
-- The server could use a separate partition set at --
|
||||
-- <literal>biba/low</literal> for most if not all of its --
|
||||
-- runtime state. Much is lacking from this example, for --
|
||||
-- instance the restrictions on data, configuration and user --
|
||||
-- settings; however, this is just a quick example to prove the --
|
||||
-- aforementioned point.</para> --
|
||||
-- </listitem> --
|
||||
-- </itemizedlist> --
|
||||
<listitem>
|
||||
<para>But, this machine will be a web server and should have
|
||||
the web server run at <literal>biba/low</literal> to prevent
|
||||
write up capabilities. The Biba policy and how it works
|
||||
will be discussed later, so if the previous comment was
|
||||
difficult to interpret just continue reading and return.
|
||||
The server could use a separate partition set at
|
||||
<literal>biba/low</literal> for most if not all of its
|
||||
runtime state. Much is lacking from this example, for
|
||||
instance the restrictions on data, configuration and user
|
||||
settings; however, this is just a quick example to prove the
|
||||
aforementioned point.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
-- end of quick example --
|
||||
-- ================================================================================== --
|
||||
-- ================================================================================== --
|
||||
-- ================================================================================== -->
|
||||
-->
|
||||
|
||||
<para>Wenn Richtlinien benutzt werden sollen, die ohne Labels auskommen,
|
||||
wird die Option <option>multilabel</option> nicht benötigt. Dies
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1804,11 +1804,11 @@ SENDMAIL_LDADD=-lsasl2</programlisting>
|
|||
den nachstehenden Kommandos:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src/lib/libsmutil</userinput>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make</userinput>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make</userinput>
|
||||
&prompt.root; <userinput>cd /usr/src/lib/libsm</userinput>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make</userinput>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make</userinput>
|
||||
&prompt.root; <userinput>cd /usr/src/usr.sbin/sendmail</userinput>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make && make install</userinput></screen>
|
||||
&prompt.root; <userinput>make cleandir && make obj && make && make install</userinput></screen>
|
||||
|
||||
<para><application>sendmail</application> sollte sich ohne Probleme
|
||||
übersetzen lassen, wenn die Dateien in
|
||||
|
@ -2082,7 +2082,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/mutt1" format="PNG"/>
|
||||
<imagedata fileref="mail/mutt1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2093,7 +2093,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/mutt2" format="PNG"/>
|
||||
<imagedata fileref="mail/mutt2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2137,7 +2137,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/mutt3" format="PNG"/>
|
||||
<imagedata fileref="mail/mutt3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2192,7 +2192,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/pine1" format="PNG"/>
|
||||
<imagedata fileref="mail/pine1"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2214,7 +2214,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/pine2" format="PNG"/>
|
||||
<imagedata fileref="mail/pine2"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2225,7 +2225,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/pine3" format="PNG"/>
|
||||
<imagedata fileref="mail/pine3"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2238,7 +2238,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/pine4" format="PNG"/>
|
||||
<imagedata fileref="mail/pine4"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -2258,7 +2258,7 @@ EOT</screen>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="mail/pine5" format="PNG"/>
|
||||
<imagedata fileref="mail/pine5"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -253,6 +253,10 @@
|
|||
stehenden Zugriffsmethoden sind bei jedem Server in Klammern
|
||||
angegeben.</para>
|
||||
|
||||
&chap.mirrors.ftp.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.mirrors.ftp.inc;
|
||||
</sect1>
|
||||
|
||||
|
@ -2402,6 +2406,10 @@ doc/zh_*</screen>
|
|||
<para>Die folgende Aufzählung enthält
|
||||
<link linkend="cvsup">CVSup</link> Server für &os;:</para>
|
||||
|
||||
&chap.mirrors.cvsup.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.mirrors.cvsup.inc;
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1731,7 +1731,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
|
|||
|
||||
<para>Richten Sie anschliessend die MythTV-Datenbank ein:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql</userinput></screen>
|
||||
|
||||
<para>Konfigurieren Sie dann das Backend:</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -1313,7 +1313,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
|||
identifiziert und angelegt haben, müssen Sie dem
|
||||
<application>LPD</application>-System mitteilen, welche
|
||||
Gerätedatei im Verzeichnis <filename
|
||||
role="directory">/dev</filename> es für die
|
||||
class="directory">/dev</filename> es für die
|
||||
Datenübertragung zum Drucker verwenden soll.</para>
|
||||
|
||||
<para>Geben Sie die Gerätedatei durch das Attribut
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
@ -708,7 +708,7 @@
|
|||
<literal>schg</literal> Flag auf kritische Startdateien,
|
||||
Verzeichnisse und Scripte (z.B. alles was läuft bis zu
|
||||
dem Punkt auf dem das Securelevel gesetzt ist) zu setzen. Dies
|
||||
könnte etwas ü,bertrieben sein, und auch das Upgrade
|
||||
könnte etwas übertrieben sein, und auch das Upgrade
|
||||
des Systems ist sehr viel schwerer, wenn es auf einem hohen
|
||||
Securelevel läuft. Ein strengerer Kompromiss ist es, das
|
||||
System auf einem höheren Securelevel laufen zu lassen, aber
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue