From owner-p4-projects@FreeBSD.ORG Fri Oct 21 21:03:31 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AA092106567A; Fri, 21 Oct 2011 21:03:30 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C2191065678 for ; Fri, 21 Oct 2011 21:03:30 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 581C28FC1A for ; Fri, 21 Oct 2011 21:03:30 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id p9LL3UDH082857 for ; Fri, 21 Oct 2011 21:03:30 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id p9LL3T1v082854 for perforce@freebsd.org; Fri, 21 Oct 2011 21:03:29 GMT (envelope-from rene@FreeBSD.org) Date: Fri, 21 Oct 2011 21:03:29 GMT Message-Id: <201110212103.p9LL3T1v082854@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 200542 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 21:03:31 -0000 http://p4web.freebsd.org/@@200542?ac=10 Change 200542 by rene@rene_acer on 2011/10/21 21:03:24 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#109 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/developers-handbook/policies/chapter.sgml#6 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#32 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml#28 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#16 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#15 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#12 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#31 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#14 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/mailing-lists.ent#27 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#61 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#66 integrate .. //depot/projects/docproj_nl/share/images/books/handbook/bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png#2 integrate .. //depot/projects/docproj_nl/share/images/books/handbook/bsdinstall/bsdinstall-configure-network-ipv4-dns.png#3 integrate .. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#58 integrate .. //depot/projects/docproj_nl/share/pgpkeys/sbruno.key#1 branch .. //depot/projects/docproj_nl/share/sgml/man-refs.ent#32 integrate .. //depot/projects/docproj_nl/www/share/sgml/release.ent#38 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#109 (text+ko) ==== @@ -1,4 +1,4 @@ - + @@ -24,6 +24,16 @@ This chapter documents various guidelines and policies in force for the FreeBSD source tree. + + + Style Guidelines + style + + Consistent coding style is extremely important, particularly + with large projects like &os;. Code should follow the &os; coding + styles described in &man.style.9; and + &man.style.Makefile.5;. + <makevar>MAINTAINER</makevar> on Makefiles ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#32 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -525,8 +525,8 @@ Destination Gateway Flags Refs Use Netif Expire default 10.0.0.1 UGS 0 49378 xl0 127.0.0.1 127.0.0.1 UH 0 6 lo0 -10.0.0/24 link#1 UC 0 0 xl0 -192.168.1/24 link#2 UC 0 0 xl1 +10.0.0.0/24 link#1 UC 0 0 xl0 +192.168.1.0/24 link#2 UC 0 0 xl1 With the current routing table RouterA will not be able to reach our Internal Net 2. It does not @@ -3785,9 +3785,9 @@ both BOOTP and DHCP requests. ISC DHCP - 3.1 is not part of the base + 4.2 is not part of the base system. You will first need to install the - net/isc-dhcp31-server port or the + net/isc-dhcp42-server port or the corresponding package. Once ISC DHCP is installed, it ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml#3 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -664,8 +664,9 @@ F on non-&apple; keyboards. At the 0 > - prompt, enter - boot cd:,\ppc\loader cd:0 + prompt, enter + + boot cd:,\ppc\loader cd:0 For Xserves without keyboards, see &apple;'s @@ -931,8 +932,20 @@ Introducing <application>bsdinstall</application> - bsdinstall is a text-based installation - application used to install and configure &os;. + + bsdinstall is a text-based &os; + installer program written by &a.nwhitehorn; and introduced in 2011 + for &os; 9.0. + + + Kris Moore's pc-sysinstall is + included with PC-BSD, and + can also be used to + install &os;. Although sometimes confused with + bsdinstall, the two are not + related. + The bsdinstall menu system is controlled by the arrow keys, Enter, Tab, @@ -1474,7 +1487,8 @@ installation. - Choose the network interface to be used. + A list of all the network interfaces found on the computer + is shown next. Select one to be configured.
Choose a Network Interface ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml#28 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -248,6 +248,11 @@ + &a.desktop.name; + Using and improving &os; on the desktop + + + &a.doc.name; Creating FreeBSD related documents @@ -1084,6 +1089,19 @@ + &a.desktop.name; + + + Using and improving &os; on the desktop + + This is a forum for discussion of &os; on the + desktop. It is primarily a place for desktop porters + and users to discuss issues and improve &os;'s desktop + support. + + + + &a.doc.name; ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml#16 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -370,9 +370,11 @@ url="http://www.openbsd.org/faq/pf/">PF FAQ, please keep in mind that different versions of &os; can contain different versions of PF. Currently, - &os; is + &os; 8.X and prior is using the same version of PF as - OpenBSD 4.1. + OpenBSD 4.1. &os; 9.X and + later is using the same version of PF as + OpenBSD 4.5. The &a.pf; is a good place to ask questions about ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#15 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -300,7 +300,7 @@ If the directory /usr/src/ does not exist on your system (or if it is empty), then the sources have not been installed. The easiest way to install the full source - tree is is to run sysinstall as + tree is to run sysinstall as root, and then choosing Configure, then Distributions, then @@ -308,7 +308,7 @@ All. If it does not exist, you should also create a symlink to /usr/src/sys/: - &prompt.root; ln -s /usr/src/sys/ /sys/ + &prompt.root; ln -s /usr/src/sys /sys Next, change to the ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#12 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -196,7 +196,7 @@ url="http://www.iana.org/assignments/character-sets">IANA Registry. - &os; use X11-compatible locale encodings instead. + &os; uses X11-compatible locale encodings instead. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#31 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -2564,7 +2564,7 @@ client-side program, dhclient, comes integrated within FreeBSD, and the server-side portion is available from the net/isc-dhcp31-server port. The + role="package">net/isc-dhcp42-server port. The &man.dhclient.8;, &man.dhcp-options.5;, and &man.dhclient.conf.5; manual pages, in addition to the references below, are useful resources. @@ -2695,7 +2695,7 @@ The DHCP server, dhcpd, is included as part of the net/isc-dhcp31-server port in the ports + role="package">net/isc-dhcp42-server port in the ports collection. This port contains the ISC DHCP server and documentation. @@ -2759,7 +2759,7 @@ The server is not provided as part of FreeBSD, and so you will need to install the - net/isc-dhcp31-server + net/isc-dhcp42-server port to provide this service. See for more information on using the Ports Collection. @@ -2798,7 +2798,7 @@ The next thing that you will need to do is edit the sample dhcpd.conf which was installed by the - net/isc-dhcp31-server port. + net/isc-dhcp42-server port. By default, this will be /usr/local/etc/dhcpd.conf.sample, and you should copy this to @@ -2962,7 +2962,7 @@ environments where one DHCP server forwards a request from a client to another DHCP server on a separate network. If you require this functionality, then install the net/isc-dhcp31-relay port. The + role="package">net/isc-dhcp42-relay port. The &man.dhcrelay.8; manual page provided with the port contains more detail. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#14 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -1058,7 +1058,7 @@ build options which can enable/disable parts of the application which are unneeded, certain security options, and other customizations. A few which come to mind are - www/mozilla, www/firefox, security/gpgme, and mail/sylpheed-claws. A message will be displayed when options such as these are ==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/mailing-lists.ent#27 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -158,6 +158,10 @@ FreeBSD based Databases mailing list"> freebsd-database"> + +Using and improving &os; on the desktop"> +freebsd-desktop"> + ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#61 (text+ko) ==== @@ -1,7 +1,7 @@ + @@ -298,6 +298,7 @@ + ==== //depot/projects/docproj_nl/share/sgml/man-refs.ent#32 (text+ko) ==== @@ -20,7 +20,7 @@ lexicographical order by the entity (i.e., the dots used in place of special characters should not be expanded when comparing). - $FreeBSD: doc/share/sgml/man-refs.ent,v 1.513 2011/08/25 20:27:19 brueffer Exp $ + $FreeBSD: doc/share/sgml/man-refs.ent,v 1.514 2011/10/17 18:10:51 bcr Exp $ --> @@ -4047,6 +4047,7 @@ + ==== //depot/projects/docproj_nl/www/share/sgml/release.ent#38 (text+ko) ==== @@ -1,4 +1,4 @@ - +