From 229a70ef500169c30a5dfcfe47aaa58f36d29680 Mon Sep 17 00:00:00 2001 From: Johann Kois Date: Tue, 24 Feb 2009 15:02:18 +0000 Subject: MFde: Update the German Documentation set. doc/de_DE.ISO8859-1/books/developers-handbook/Makefile 1.23 -> 1.24 doc/de_DE.ISO8859-1/books/developers-handbook/book.sgml 1.55 -> 1.57 doc/de_DE.ISO8859-1/books/developers-handbook/chapters.ent 1.22 -> 1.23 doc/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.18 -> 1.20 doc/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml 1.3 -> 1.5 doc/de_DE.ISO8859-1/share/sgml/mailing-lists.ent 1.58 -> 1.67 Obtained from: The FreeBSD German Documentation Project --- de_DE.ISO8859-1/books/developers-handbook/Makefile | 7 +- .../books/developers-handbook/book.sgml | 7 +- .../books/developers-handbook/chapters.ent | 10 +- .../developers-handbook/introduction/chapter.sgml | 14 ++- .../developers-handbook/kernelbuild/chapter.sgml | 6 +- de_DE.ISO8859-1/share/sgml/mailing-lists.ent | 102 ++++++++++++++++++++- 6 files changed, 125 insertions(+), 21 deletions(-) diff --git a/de_DE.ISO8859-1/books/developers-handbook/Makefile b/de_DE.ISO8859-1/books/developers-handbook/Makefile index f682a626fa..fb2de5d868 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/Makefile +++ b/de_DE.ISO8859-1/books/developers-handbook/Makefile @@ -2,8 +2,8 @@ # The FreeBSD German Documentation Project # # $FreeBSD$ -# $FreeBSDde: de-docproj/books/developers-handbook/Makefile,v 1.2 2007/08/31 01:42:15 as Exp $ -# basiert auf: 1.23 +# $FreeBSDde: de-docproj/books/developers-handbook/Makefile,v 1.3 2009/02/21 19:12:23 jkois Exp $ +# basiert auf: 1.24 # # Build the FreeBSD Developers' Handbook. # @@ -22,14 +22,13 @@ INSTALL_ONLY_COMPRESSED?= # Images IMAGES_EN= sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb.eps sockets/sainmsb.eps sockets/sainserv.eps sockets/serv.eps sockets/serv2.eps sockets/slayers.eps -# +# # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= book.sgml -SRCS+= dma/chapter.sgml SRCS+= introduction/chapter.sgml SRCS+= ipv6/chapter.sgml SRCS+= kernelbuild/chapter.sgml diff --git a/de_DE.ISO8859-1/books/developers-handbook/book.sgml b/de_DE.ISO8859-1/books/developers-handbook/book.sgml index 66a9699c6a..da7cbcf3a6 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/book.sgml +++ b/de_DE.ISO8859-1/books/developers-handbook/book.sgml @@ -3,8 +3,8 @@ The FreeBSD German Documentation Project $FreeBSD$ - $FreeBSDde: de-docproj/books/developers-handbook/book.sgml,v 1.12 2009/02/15 14:24:26 jkois Exp $ - basiert auf: 1.55 + $FreeBSDde: de-docproj/books/developers-handbook/book.sgml,v 1.13 2009/02/21 19:16:25 jkois Exp $ + basiert auf: 1.57 --> 2004 2005 2006 + 2007 + 2008 The FreeBSD Documentation Project @@ -103,7 +105,6 @@ Kernel - &chap.dma; &chap.kernelbuild; &chap.kerneldebug; diff --git a/de_DE.ISO8859-1/books/developers-handbook/chapters.ent b/de_DE.ISO8859-1/books/developers-handbook/chapters.ent index 7bf365cebb..7a2e738a23 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/chapters.ent +++ b/de_DE.ISO8859-1/books/developers-handbook/chapters.ent @@ -1,4 +1,4 @@ - @@ -26,7 +27,6 @@ - diff --git a/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml b/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml index 1e24b782a7..94208fc24e 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml +++ b/de_DE.ISO8859-1/books/developers-handbook/introduction/chapter.sgml @@ -3,8 +3,8 @@ The FreeBSD German Documentation Project $FreeBSD$ - $FreeBSDde: de-docproj/books/developers-handbook/introduction/chapter.sgml,v 1.10 2008/01/24 19:34:49 seirei Exp $ - basiert auf: 1.18 + $FreeBSDde: de-docproj/books/developers-handbook/introduction/chapter.sgml,v 1.11 2009/02/22 13:14:08 jkois Exp $ + basiert auf: 1.20 --> @@ -123,7 +123,7 @@ /usr/src Der vollständige Quelltext von FreeBSD ist über - das öffentliche CVS-Repository verfügbar. Der + unser öffentliches Repository verfügbar. Der Quelltext wird normalerweise in /usr/src abgelegt und enthält die folgenden Unterverzeichnisse: @@ -146,6 +146,14 @@ /bin + + cddl/ + Quelldateien für Programme, die unter + der Common Development and Distribution License + stehen + + contrib/ diff --git a/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml b/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml index 2fb44d1bb9..de0beaef64 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml +++ b/de_DE.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml @@ -3,8 +3,8 @@ The FreeBSD German Documentation Project $FreeBSD$ - $FreeBSDde: de-docproj/books/developers-handbook/kernelbuild/chapter.sgml,v 1.4 2007/09/04 13:24:23 as Exp $ - basiert auf: 1.1 + $FreeBSDde: de-docproj/books/developers-handbook/kernelbuild/chapter.sgml,v 1.5 2009/02/21 19:22:07 jkois Exp $ + basiert auf: 1.3 --> @@ -52,7 +52,7 @@ Kernels empfohlen. Sie können Ihren Kernel nach wie vor auf diese Art und Weise bauen (anstatt das Target buildkernel der Makefiles im Verzeichnis - /usr/src/ zu verwenden). + /usr/src/ zu verwenden). Dies kann beispielsweise sinnvoll sein, wenn Sie am Kernel-Quellcode arbeiten. Haben Sie nur ein oder zwei Optionen der Kernelkonfigurationsdatei geändert, ist dieser Weg in diff --git a/de_DE.ISO8859-1/share/sgml/mailing-lists.ent b/de_DE.ISO8859-1/share/sgml/mailing-lists.ent index 1c4ef59eb0..4d9f4ecaab 100644 --- a/de_DE.ISO8859-1/share/sgml/mailing-lists.ent +++ b/de_DE.ISO8859-1/share/sgml/mailing-lists.ent @@ -1,9 +1,9 @@ @@ -320,6 +320,11 @@ FreeBSD laptop computer"> freebsd-mobile"> + +Mono and C# applications on + FreeBSD"> +freebsd-mono"> + FreeBSD port of the Mozilla browser"> @@ -476,6 +481,80 @@ FreeBSD sun4v porting mailing list"> freebsd-sun4v"> + +SVN commit messages + for the entire src tree (except for user and + projects)"> +svn-src-all"> + + +SVN commit messages + for the src tree for head/-current"> +svn-src-head"> + + +SVN commit + messages for the src projects tree"> +svn-src-projects"> + + +SVN commit + messages for releases in the src tree"> +svn-src-release"> + + +SVN commit + messages for the release engineering / security commits to the src tree"> +svn-src-releng"> + + +SVN commit messages for all the -stable branches + of the src tree"> +svn-src-stable"> + + +SVN commit + messages for only the 6-stable src tree"> +svn-src-stable-6"> + + +SVN commit + messages for only the 7-stable src tree"> +svn-src-stable-7"> + + +SVN + commit messages for the old stable src trees"> +svn-src-stable-other"> + + +SVN commit + messages for the admin / configuration tree"> +svn-src-svnadmin"> + + +SVN commit messages + for the experimental user src tree"> +svn-src-user"> + + +SVN commit + messages for the vendor work area tree"> +svn-src-vendor"> + FreeBSD test"> freebsd-test"> @@ -511,11 +590,23 @@ freebsd-vendors"> + +Discussion of + various virtualization techniques supported by FreeBSD"> +freebsd-virtualization"> + -Diskussion über +Diskussion über die Infrastruktur von VuXML"> freebsd-vuxml"> + +FreeBSD + Work-In-Progress Status"> +freebsd-wip-status"> + FreeBSD Webmaster"> freebsd-www"> @@ -524,6 +615,11 @@ FreeBSD X11 mailing list"> freebsd-x11"> + +FreeBSD port to Xen mailing + list"> +freebsd-xen"> + bug-followup@FreeBSD.org"> -- cgit v1.2.3