From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 00:05:26 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E884EF7; Sun, 9 Dec 2012 00:05:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ED5BE8FC12; Sun, 9 Dec 2012 00:05:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB905Pn0046378; Sun, 9 Dec 2012 00:05:25 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB905Pcb046377; Sun, 9 Dec 2012 00:05:25 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212090005.qB905Pcb046377@svn.freebsd.org> From: Rene Ladan Date: Sun, 9 Dec 2012 00:05:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r40310 - translations/nl_NL.ISO8859-1/books/faq X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 00:05:26 -0000 Author: rene Date: Sun Dec 9 00:05:25 2012 New Revision: 40310 URL: http://svnweb.freebsd.org/changeset/doc/40310 Log: Somehow CVS revision 1.1100 was not merged in, fix this. Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/faq/book.xml Sat Dec 8 23:51:04 2012 (r40309) +++ translations/nl_NL.ISO8859-1/books/faq/book.xml Sun Dec 9 00:05:25 2012 (r40310) @@ -7503,23 +7503,30 @@ Key F15 A A Menu Wo - BIND (named) is listening on port 53 - and some other high-numbered port. What is going on? + BIND (named) is listening on + some other high-numbered ports. What is going on? BIND uses a random high-numbered port for outgoing - queries. If you want to use port 53 for outgoing queries, - either to get past a firewall or to make yourself feel - better, you can try the following in - /etc/namedb/named.conf: - - options { - query-source address * port 53; -}; - - You can replace the * with a single - IP address if you want to tighten things further. + queries. Recent versions of it choose a new, random UDP + port for each query. This may cause problems for some + network configurations, especially if a firewall blocks + incoming UDP packets on particular ports. If you want to + get past that firewall, you can try the + avoid-v4-udp-ports and + avoid-v6-udp-ports options to avoid + selecting random port numbers within a blocked range. + + + If a port number (like 53) is specified via the + query-source or + query-source-v6 options in + /etc/namedb/named.conf, randomized + port selection will not be used. It is strongly + recommended that these options not be used to specify + fixed port numbers. + Congratulations, by the way. It is good practice to read your &man.sockstat.1; output and notice odd From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 10:36:42 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66168CE3; Sun, 9 Dec 2012 10:36:42 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 30FF68FC13; Sun, 9 Dec 2012 10:36:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9AagYY033139; Sun, 9 Dec 2012 10:36:42 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9Aafni033137; Sun, 9 Dec 2012 10:36:41 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212091036.qB9Aafni033137@svn.freebsd.org> From: Rene Ladan Date: Sun, 9 Dec 2012 10:36:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40311 - in head/nl_NL.ISO8859-1: books htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 10:36:42 -0000 Author: rene Date: Sun Dec 9 10:36:41 2012 New Revision: 40311 URL: http://svnweb.freebsd.org/changeset/doc/40311 Log: MFen: - books/Makefile r38826 -> r40258 (SRCID bump only) - htdocs/where.xml r39920 -> r40278 Modified: head/nl_NL.ISO8859-1/books/Makefile head/nl_NL.ISO8859-1/htdocs/where.xml Modified: head/nl_NL.ISO8859-1/books/Makefile ============================================================================== --- head/nl_NL.ISO8859-1/books/Makefile Sun Dec 9 00:05:25 2012 (r40310) +++ head/nl_NL.ISO8859-1/books/Makefile Sun Dec 9 10:36:41 2012 (r40311) @@ -1,7 +1,7 @@ # $FreeBSD$ # # %SOURCE% en_US.ISO8859-1/books/Makefile -# %SRCID% 38826 +# %SRCID% 40258 # SUBDIR = handbook Modified: head/nl_NL.ISO8859-1/htdocs/where.xml ============================================================================== --- head/nl_NL.ISO8859-1/htdocs/where.xml Sun Dec 9 00:05:25 2012 (r40310) +++ head/nl_NL.ISO8859-1/htdocs/where.xml Sun Dec 9 10:36:41 2012 (r40311) @@ -6,7 +6,7 @@ ]> @@ -51,11 +51,7 @@

Als u &os; via FTP of HTTP wilt downloaden, bekijk dan de lijst met spiegelsites - in het handboek om te zien of er een site is die dichterbij u is. Als - alternatief kunt u &os; via het BitTorrent-protocol downloaden. De - .torrent-bestanden kunnen van de &os; BitTorrent Tracker - gedownload worden.

+ in het handboek om te zien of er een site is die dichterbij u is.

From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 17:47:25 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AF2BCCE; Sun, 9 Dec 2012 17:47:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F3F6D8FC0C; Sun, 9 Dec 2012 17:47:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9HlOpX094942; Sun, 9 Dec 2012 17:47:24 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9HlOJh094941; Sun, 9 Dec 2012 17:47:24 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212091747.qB9HlOJh094941@svn.freebsd.org> From: Mark Linimon Date: Sun, 9 Dec 2012 17:47:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40312 - head/en_US.ISO8859-1/articles/portbuild X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 17:47:25 -0000 Author: linimon Date: Sun Dec 9 17:47:24 2012 New Revision: 40312 URL: http://svnweb.freebsd.org/changeset/doc/40312 Log: Fix the location of the rc.d files. Add the very handy sysutils/zfs-stats port to recommended. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Dec 9 10:36:41 2012 (r40311) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Dec 9 17:47:24 2012 (r40312) @@ -2947,7 +2947,8 @@ sysutils/screen benchmarks/bonnie++ ports-mgmt/pkg_tree sysutils/dmidecode -sysutils/smartmontools +sysutils/smartmontools +sysutils/zfs-stats @@ -3126,7 +3127,7 @@ sysutils/smartmontools Copy the following files from - /var/portbuild/conf/etc/rc.d/ to + /var/portbuild/etc/rc.d/ to /usr/local/etc/rc.d/: buildproxy.sh pollmachine.sh From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 20:07:02 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFA0DD0A; Sun, 9 Dec 2012 20:07:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A5FD38FC0C; Sun, 9 Dec 2012 20:07:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9K72SN019292; Sun, 9 Dec 2012 20:07:02 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9K72Xv019291; Sun, 9 Dec 2012 20:07:02 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212092007.qB9K72Xv019291@svn.freebsd.org> From: Glen Barber Date: Sun, 9 Dec 2012 20:07:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40313 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 20:07:02 -0000 Author: gjb Date: Sun Dec 9 20:07:02 2012 New Revision: 40313 URL: http://svnweb.freebsd.org/changeset/doc/40313 Log: Link the Privacy Policy to the index page. Modified: head/share/xml/header.ent Modified: head/share/xml/header.ent ============================================================================== --- head/share/xml/header.ent Sun Dec 9 17:47:24 2012 (r40312) +++ head/share/xml/header.ent Sun Dec 9 20:07:02 2012 (r40313) @@ -64,6 +64,7 @@
  • Features
  • Advocacy
  • Marketing
  • +
  • Privacy Policy
  • From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 22:25:21 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57C3EFEB; Sun, 9 Dec 2012 22:25:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BEFF8FC0C; Sun, 9 Dec 2012 22:25:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9MPLPG047454; Sun, 9 Dec 2012 22:25:21 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9MPLuR047453; Sun, 9 Dec 2012 22:25:21 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212092225.qB9MPLuR047453@svn.freebsd.org> From: Rene Ladan Date: Sun, 9 Dec 2012 22:25:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40314 - head/nl_NL.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 22:25:21 -0000 Author: rene Date: Sun Dec 9 22:25:20 2012 New Revision: 40314 URL: http://svnweb.freebsd.org/changeset/doc/40314 Log: MFen r39989 -> r40313 Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent ============================================================================== --- head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Sun Dec 9 20:07:02 2012 (r40313) +++ head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Sun Dec 9 22:25:20 2012 (r40314) @@ -2,7 +2,7 @@ @@ -43,6 +43,7 @@
  • Mogelijkheden
  • Voorspraak
  • Marketing
  • +
  • Privacybeleid
  • From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:01:51 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F22E3F6C; Mon, 10 Dec 2012 02:01:50 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU [18.9.25.13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE338FC0C; Mon, 10 Dec 2012 02:01:49 +0000 (UTC) X-AuditID: 1209190d-b7f266d00000092b-9d-50c5415b6935 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id FC.CF.02347.B5145C05; Sun, 9 Dec 2012 20:56:43 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id qBA1uh2s031947; Sun, 9 Dec 2012 20:56:43 -0500 Received: from multics.mit.edu (SYSTEM-LOW-SIPB.MIT.EDU [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id qBA1ueLx021376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 9 Dec 2012 20:56:42 -0500 (EST) Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id qBA1udIb013897; Sun, 9 Dec 2012 20:56:39 -0500 (EST) Date: Sun, 9 Dec 2012 20:56:39 -0500 (EST) From: Benjamin Kaduk To: Eitan Adler Subject: Re: svn commit: r40306 - head/en_US.ISO8859-1/books/porters-handbook In-Reply-To: <201212081332.qB8DWMnV046772@svn.freebsd.org> Message-ID: References: <201212081332.qB8DWMnV046772@svn.freebsd.org> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrAIsWRmVeSWpSXmKPExsUixG6nohvteDTAYPM2IYsfHw8xWez6O4fZ 4sai/UwWu/t7mR1YPGZ8ms8SwBjFZZOSmpNZllqkb5fAlXFluWjBbIGKGwsWsjUw9vN2MXJy SAiYSDzZcIkdwhaTuHBvPVsXIxeHkMA+RomuR3NZIZz1jBLN024zQTjHmSTO/O5hBWkREqiX 2N00HcxmEdCSOLr4BzOIzSagIjHzzUY2EFsEyP6+/ycTiM0sECWxZ2kjUD0Hh7CAv0TfRAOQ MKeAlcTvhW1gJbwCDhJT+7ayQIy3lGg+ex1sjKiAjsTq/VNYIGoEJU7OfMICMdJS4tyf62wT GAVnIUnNQpJawMi0ilE2JbdKNzcxM6c4NVm3ODkxLy+1SNdILzezRC81pXQTIyhgOSV5dzC+ O6h0iFGAg1GJh3eBzNEAIdbEsuLK3EOMkhxMSqK8/vZAIb6k/JTKjMTijPii0pzU4kOMEhzM SiK8XMeOBAjxpiRWVqUW5cOkpDlYlMR5r6Tc9BcSSE8sSc1OTS1ILYLJynBwKEnwKjkADRUs Sk1PrUjLzClBSDNxcIIM5wEargxSw1tckJhbnJkOkT/FqCglzvsY5CIBkERGaR5cLyyhvGIU B3pFmPc3SBUPMBnBdb8CGswENPik4GGQwSWJCCmpBkYDQZngpevXn2rsfKQzp6PbcFdH1+Oo bN5dHFKzF22RuCPaufHWHnnuj5paupYq6477myev8656Vs2z12OSN9fVbSycPS2esWLnSqqU O//Lyf0Xlnk0+Tz34d9/jrZzd9m7384L42sQjdZV0Qp81C8dHi8tf7f75ubCjsUrX2yTvN/u JWWQpcRSnJFoqMVcVJwIAN1JKjoDAwAA Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 02:01:51 -0000 On Sat, 8 Dec 2012, Eitan Adler wrote: > Author: eadler > Date: Sat Dec 8 13:32:22 2012 > New Revision: 40306 > URL: http://svnweb.freebsd.org/changeset/doc/40306 > > Log: > Wording tweaks to the pkg-descr section of the porter's handbook. > > Submitted by: wblock > Approved by: bcr (mentor) > > Modified: > head/en_US.ISO8859-1/books/porters-handbook/book.xml > > Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml > ============================================================================== > --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 00:09:39 2012 (r40305) > +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 13:32:22 2012 (r40306) > @@ -185,18 +185,17 @@ USE_IMAKE= yes > fonts).
    > > > - Well-written description text should describe the port > - completely enough that users would not have to consult its > - documentation or visit its website to understand what does it > - do, how it can be useful for them, what particularly nice > - features (if any) does it have, etc. You might want to > - mention certain requirements (e.g. the graphical toolkit), > - heavy dependencies, runtime environment, or implementation > - languages, to help users to decide if they want to install > - this port or not. > + A well-written pkg-descr describes > + the port completely enough that users would not have to > + consult the documentation or visit the website to understand > + what the software does, how it can be useful, or what > + particularly nice features it has. Mentioning certain > + requirements like a graphical toolkit, heavy dependencies, > + runtime environment, or implementation languages help users > + whether this port will work for them. Presumably such knowledge will help users *decide* whether this port will work for them (as opposed to helping them whether or not the port will work for them, which is I guess also true). -Ben Kaduk From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:06:28 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC371C4 for ; Mon, 10 Dec 2012 02:06:28 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0DF958FC12 for ; Mon, 10 Dec 2012 02:06:27 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so2033764lah.13 for ; Sun, 09 Dec 2012 18:06:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=cxzm0ShstynuSUBWgE5Uk/DqwqKlDDT5sI0VmFo/euo=; b=VVcnJ/WpMZAzAqCOLtIQe6/R1+DQ4zTUX+lPP2Q4D5NMocg/uR4ki9R8Ika/xpIR6g /kGEJhkLpj9RRkjYapg9apHNwQCleyWnYn66dqOOb/RT5ogNJ+iYhsHPvzt8UGksWSQT PRcsyWvgY6YQYdlRvsOf4uGCQXpwMCdbiAFWI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=cxzm0ShstynuSUBWgE5Uk/DqwqKlDDT5sI0VmFo/euo=; b=TmAOcp0+EyDb1P+NfGvhlfSMeJAfpIUdUm9stXgPk9VtxDvc/IaLdE21bAIdZ+Frpl 1bczzyaPNdQ0fw58qFXkykYIgErNB3dtJJAsMNhTKtO062ZkOrcftpFKG1xxPv++5JLr Rsgrs2oUx4vOhQ3iUDezwfyLQ/tuEVaFEbj+gGkbcsj9FGA88h9kNcP02/iJMei1OXUf PL6+2fqJ0iDOg8Yyai38ZPyS4I4MGkxRxSa+vQUs9X+wdn2i7WtdURfsoJsgVTKlwvUe pBN2KQx83bhDYCB2+hh6WsJfo6rmCF+2A6Bv3IcZ7fbqfH4RjquF90RsMBwX2SSAUK+g CJXw== Received: by 10.152.105.103 with SMTP id gl7mr12109346lab.10.1355105186228; Sun, 09 Dec 2012 18:06:26 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.43.229 with HTTP; Sun, 9 Dec 2012 18:05:56 -0800 (PST) In-Reply-To: References: <201212081332.qB8DWMnV046772@svn.freebsd.org> From: Eitan Adler Date: Sun, 9 Dec 2012 21:05:56 -0500 X-Google-Sender-Auth: DWYZ6J7sVjJ-ZerUDSQ1tDNEuSU Message-ID: Subject: Re: svn commit: r40306 - head/en_US.ISO8859-1/books/porters-handbook To: Benjamin Kaduk Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmBWW2Yipr69k3hBQbrLLm8RwPlqbUcegvmg8ZmrpLR/salQWGMQRRrCcxXJb0v38dsxqIQ Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 02:06:28 -0000 On 9 December 2012 20:56, Benjamin Kaduk wrote: > On Sat, 8 Dec 2012, Eitan Adler wrote: > >> Author: eadler >> Date: Sat Dec 8 13:32:22 2012 >> New Revision: 40306 >> URL: http://svnweb.freebsd.org/changeset/doc/40306 >> >> Log: >> Wording tweaks to the pkg-descr section of the porter's handbook. >> >> Submitted by: wblock >> Approved by: bcr (mentor) >> >> Modified: >> head/en_US.ISO8859-1/books/porters-handbook/book.xml >> >> Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml >> >> ============================================================================== >> --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 >> 00:09:39 2012 (r40305) >> +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 >> 13:32:22 2012 (r40306) >> @@ -185,18 +185,17 @@ USE_IMAKE= yes >> fonts). >> >> >> - Well-written description text should describe the port >> - completely enough that users would not have to consult its >> - documentation or visit its website to understand what does it >> - do, how it can be useful for them, what particularly nice >> - features (if any) does it have, etc. You might want to >> - mention certain requirements (e.g. the graphical toolkit), >> - heavy dependencies, runtime environment, or implementation >> - languages, to help users to decide if they want to install >> - this port or not. >> + A well-written pkg-descr describes >> + the port completely enough that users would not have to >> + consult the documentation or visit the website to understand >> + what the software does, how it can be useful, or what >> + particularly nice features it has. Mentioning certain >> + requirements like a graphical toolkit, heavy dependencies, >> + runtime environment, or implementation languages help users >> + whether this port will work for them. > > > Presumably such knowledge will help users *decide* whether this port will > work for them (as opposed to helping them whether or not the port will work > for them, which is I guess also true). Will fix - thanks. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:11:26 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0249D150; Mon, 10 Dec 2012 02:11:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DD2FE8FC15; Mon, 10 Dec 2012 02:11:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBA2BPD3090820; Mon, 10 Dec 2012 02:11:25 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBA2BPm1090817; Mon, 10 Dec 2012 02:11:25 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201212100211.qBA2BPm1090817@svn.freebsd.org> From: Wen Heping Date: Mon, 10 Dec 2012 02:11:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40315 - head/share/pgpkeys X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 02:11:26 -0000 Author: wen (ports committer) Date: Mon Dec 10 02:11:24 2012 New Revision: 40315 URL: http://svnweb.freebsd.org/changeset/doc/40315 Log: - Add my PGP key Added: head/share/pgpkeys/wen.key (contents, props changed) Modified: head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Sun Dec 9 22:25:20 2012 (r40314) +++ head/share/pgpkeys/pgpkeys-developers.xml Mon Dec 10 02:11:24 2012 (r40315) @@ -656,6 +656,11 @@ &pgpkey.mux; + + &a.wen; + &pgpkey.wen; + + &a.dhn; &pgpkey.dhn; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Sun Dec 9 22:25:20 2012 (r40314) +++ head/share/pgpkeys/pgpkeys.ent Mon Dec 10 02:11:24 2012 (r40315) @@ -387,6 +387,7 @@ + Added: head/share/pgpkeys/wen.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/wen.key Mon Dec 10 02:11:24 2012 (r40315) @@ -0,0 +1,41 @@ + + + +sub 2048R/CFC8D6A9 2012-12-10 +]]> + From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 11:23:33 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A89D64; Mon, 10 Dec 2012 11:23:33 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D04EA8FC0C; Mon, 10 Dec 2012 11:23:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBABNWE6098969; Mon, 10 Dec 2012 11:23:32 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBABNWZo098968; Mon, 10 Dec 2012 11:23:32 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201212101123.qBABNWZo098968@svn.freebsd.org> From: Niclas Zeising Date: Mon, 10 Dec 2012 11:23:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40316 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 11:23:33 -0000 Author: zeising Date: Mon Dec 10 11:23:32 2012 New Revision: 40316 URL: http://svnweb.freebsd.org/changeset/doc/40316 Log: Add documentation about the newly added OPTIONS knobs. Submitted by: bapt Approved by: joel (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 02:11:24 2012 (r40315) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 11:23:32 2012 (r40316) @@ -4427,6 +4427,13 @@ OPT6_DESC= Describe OPT6OPTIONS_SINGLE= SG1 OPTIONS_SINGLE_SG1= OPT3 OPT4 + OPTIONS can be grouped as radio + choices, where none or only one choice from each group + is allowed: + + OPTIONS_RADIO= RG1 +OPTIONS_RADIO_RG1= OPT7 OPT8 + OPTIONS can also be grouped as multiple-choice lists, where at least one option must be @@ -4435,20 +4442,12 @@ OPTIONS_SINGLE_SG1= OPT3 OPT4OPTIONS_MULTI= MG1 OPTIONS_MULTI_MG1= OPT5 OPT6 - OPTIONS_MULTI and - OPTIONS_SINGLE can also allow zero - choices by including the group in - OPTIONS_DEFINE: - - OPTIONS_DEFINE= MG1 -OPTIONS_MULTI= MG1 -OPTIONS_MULTI_MG1= OPT5 OPT6 + OPTIONS can also be grouped as + multiple-choice lists, where non or any + option can be enabled: - This group then requires at least one - OPTION from MG1 - only if the new MG1 - OPTION is selected. Experimentation - is encouraged to ensure that this is understood. + OPTIONS_GROUP= GG1 +OPTIONS_GROUP_GG1= OPT9 OPT10 OPTIONS are unset by default, unless they are listed in From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:48 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35AA1E8D; Mon, 10 Dec 2012 15:30:48 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1751D8FC1B; Mon, 10 Dec 2012 15:30:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUlBB045270; Mon, 10 Dec 2012 15:30:47 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUlNU045269; Mon, 10 Dec 2012 15:30:47 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUlNU045269@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40317 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:48 -0000 Author: eadler Date: Mon Dec 10 15:30:47 2012 New Revision: 40317 URL: http://svnweb.freebsd.org/changeset/doc/40317 Log: Add an example of how to add a user to the 'wheel' group to the su-wheel-group FAQ. PR: docs/174251 Submitted by: "Edward" Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 11:23:32 2012 (r40316) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:47 2012 (r40317) @@ -5349,7 +5349,14 @@ C:\="DOS" To allow someone to su to root, simply put them in the - wheel group. + wheel group. Use &man.pw.8 + for this purpose. + + &prompt.root; pw groupmod wheel -m lisa + + The above example will add user + lisa to the group + wheel. From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:50 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9327EE8E; Mon, 10 Dec 2012 15:30:50 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 76C558FC08; Mon, 10 Dec 2012 15:30:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUohP045316; Mon, 10 Dec 2012 15:30:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUoEJ045315; Mon, 10 Dec 2012 15:30:50 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUoEJ045315@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40318 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:50 -0000 Author: eadler Date: Mon Dec 10 15:30:49 2012 New Revision: 40318 URL: http://svnweb.freebsd.org/changeset/doc/40318 Log: pcvt(4) hasn't been around since 6.X according to man pages. Noted by: Derek Wood Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:47 2012 (r40317) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:49 2012 (r40318) @@ -5640,12 +5640,6 @@ options SYSVMSG # enable for does not exist if you compile your kernel with the SC_DISABLE_REBOOT option. - - If you use the &man.pcvt.4; console driver, use the - following kernel configuration line instead and rebuild the - kernel: - - options PCVT_CTRL_ALT_DEL From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:52 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D54C5E8F; Mon, 10 Dec 2012 15:30:52 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B953F8FC0C; Mon, 10 Dec 2012 15:30:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUqtR045360; Mon, 10 Dec 2012 15:30:52 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUqOs045358; Mon, 10 Dec 2012 15:30:52 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUqOs045358@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40319 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:52 -0000 Author: eadler Date: Mon Dec 10 15:30:52 2012 New Revision: 40319 URL: http://svnweb.freebsd.org/changeset/doc/40319 Log: Fix minor branding detail in Apache OpenOffice - there is no space between "Open" and "Office" [1] [1] https://blogs.apache.org/OOo/entry/openoffice_org_is_now_apache Submitted by: Jakub Lach Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:49 2012 (r40318) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:52 2012 (r40319) @@ -3519,7 +3519,7 @@ kern.timecounter.hardware: TSC -> i82 The open-source Apache Open Office + url="http://www.openoffice.org">Apache OpenOffice and LibreOffice office suites work natively on &os;. From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:55 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3214AEC6; Mon, 10 Dec 2012 15:30:55 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 155D38FC15; Mon, 10 Dec 2012 15:30:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUsKd045406; Mon, 10 Dec 2012 15:30:54 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUsLg045405; Mon, 10 Dec 2012 15:30:54 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUsLg045405@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40320 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:55 -0000 Author: eadler Date: Mon Dec 10 15:30:54 2012 New Revision: 40320 URL: http://svnweb.freebsd.org/changeset/doc/40320 Log: It is hard to find IDE drives. ZIP and JAZ drives are gone from the world of useful technologies. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:52 2012 (r40319) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:54 2012 (r40320) @@ -1563,21 +1563,6 @@ - - Why does the boot floppy start, but hang at the - Probing Devices... screen? - - - - If you have a IDE &iomegazip; or &jaz; drive installed, - remove it and try again. The boot floppy can get confused by - the drives. After the system is installed you can reconnect - the drive. Hopefully this will be fixed in a later - release. - - - - Why do I get a panic: can't mount root error when rebooting the system after From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:57 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91287EEB; Mon, 10 Dec 2012 15:30:57 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5C56D8FC17; Mon, 10 Dec 2012 15:30:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUvf8045449; Mon, 10 Dec 2012 15:30:57 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUvZu045448; Mon, 10 Dec 2012 15:30:57 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUvZu045448@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40321 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:57 -0000 Author: eadler Date: Mon Dec 10 15:30:56 2012 New Revision: 40321 URL: http://svnweb.freebsd.org/changeset/doc/40321 Log: SLIP was removed in 8.x. Given that 7.x will only be supported for another 2 months it doesn't make much sense to keep this information in the FAQ. Noted by: Joe Barbish Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:54 2012 (r40320) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:56 2012 (r40321) @@ -6788,27 +6788,16 @@ Key F15 A A Menu Wo - Does &os; support SLIP and PPP? + Does &os; support PPP? - Yes. See the manual pages for &man.slattach.8;, - &man.sliplogin.8;, &man.ppp.8;, and &man.pppd.8;. - &man.ppp.8; and &man.pppd.8; provide support for both - incoming and outgoing connections, while &man.sliplogin.8; - deals exclusively with incoming connections, and - &man.slattach.8; deals exclusively with outgoing - connections. + Yes. &man.ppp.8; provides support for both + incoming and outgoing connections. For more information on how to use these, please see the Handbook chapter on PPP and SLIP. - - If you only have access to the Internet through a - shell account, you may want to have a look at - the net/slirp package. - It can provide you with (limited) access to services such as - ftp and http direct from your local machine. + url="&url.books.handbook;/ppp-and-slip.html">Handbook chapter on PPP. @@ -8436,7 +8425,7 @@ ATDT1234567 Serial Communications This section answers common questions about serial - communications with &os;. PPP and SLIP are covered in the Networking section. From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:59 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD432F24; Mon, 10 Dec 2012 15:30:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B1D598FC13; Mon, 10 Dec 2012 15:30:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUxZB045497; Mon, 10 Dec 2012 15:30:59 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUxqJ045494; Mon, 10 Dec 2012 15:30:59 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101530.qBAFUxqJ045494@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:30:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40322 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:30:59 -0000 Author: eadler Date: Mon Dec 10 15:30:59 2012 New Revision: 40322 URL: http://svnweb.freebsd.org/changeset/doc/40322 Log: Add missing word "decide" Submitted by: bjk Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 15:30:56 2012 (r40321) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 15:30:59 2012 (r40322) @@ -192,7 +192,7 @@ USE_IMAKE= yes particularly nice features it has. Mentioning certain requirements like a graphical toolkit, heavy dependencies, runtime environment, or implementation languages help users - whether this port will work for them. + decide whether this port will work for them. Include a URL to the official WWW homepage. Prepend one of From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:02 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 295ECF2C; Mon, 10 Dec 2012 15:31:02 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA238FC1A; Mon, 10 Dec 2012 15:31:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV1MK045552; Mon, 10 Dec 2012 15:31:01 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV1Y9045551; Mon, 10 Dec 2012 15:31:01 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFV1Y9045551@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40323 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:02 -0000 Author: eadler Date: Mon Dec 10 15:31:01 2012 New Revision: 40323 URL: http://svnweb.freebsd.org/changeset/doc/40323 Log: The PNP one can go... it was only marginally useful back in the day, and now it reads like a bad wikipedia article. - imp. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:59 2012 (r40322) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:01 2012 (r40323) @@ -9364,93 +9364,6 @@ hint.sio.7.irq="12" - - How are Plug N Play ISA cards detected and - initialized? - - - - By: Frank Durda IV - uhclem@nemesis.lonestar.org - - In a nutshell, there a few I/O ports that all of the PnP - boards respond to when the host asks if anyone is out there. - So when the PnP probe routine starts, it asks if there are - any PnP boards present, and all the PnP boards respond with - their model # to a I/O read of the same port, so the probe - routine gets a wired-OR yes to that question. - At least one bit will be on in that reply. Then the probe - code is able to cause boards with board model IDs (assigned - by µsoft;/&intel;) lower than X to - go off-line. It then looks to see if any - boards are still responding to the query. If the answer was - 0, then there are no boards with IDs - above X. Probe will then ask for boards - below X. Finally, probe requests boards - greater than - X - (limit / 4) to go - off-line. It then repeats this query. By repeating this - semi-binary search of IDs-in-range enough times, the probing - code will eventually identify all PnP boards present in a - given machine with a number of iterations that is much lower - than what 264 would take. - - The IDs are two 32-bit fields (hence - 264) + 8-bit checksum. The first - 32 bits are a vendor identifier. They never come out - and say it, but it appears to be assumed that different - types of boards from the same vendor could have different - 32-bit vendor IDs. The idea of needing 32 bits just - for unique manufacturers is a bit excessive. - - The lower 32 bits are a serial #, or something else - that makes this one board unique. The vendor must never - produce a second board that has the same lower 32 bits - unless the upper 32 bits are also different. So you - can have multiple boards of the same type in the machine and - the full 64 bits will still be unique. - - The 32-bit groups can never be all zero. This - allows the wired-OR to show non-zero bits during the initial - binary search. - - Once the system has identified all the board IDs - present, it will reactivate each board, one at a time (via the - same I/O ports), and find out what resources the given board - needs, what interrupt choices are available, etc. A scan is - made over all the boards to collect this information. - - This info is then combined with info from any ECU files - on the hard disk or wired into the MLB BIOS. The ECU and - BIOS PnP support for hardware on the MLB is usually - synthetic, and the peripherals do not really do genuine PnP. - However by examining the BIOS info plus the ECU info, the - probe routines can cause the devices that are PnP to avoid - those devices the probe code cannot relocate. - - Then the PnP devices are visited once more and given - their I/O, DMA, IRQ and Memory-map address assignments. The - devices will then appear at those locations and remain there - until the next reboot, although there is nothing that says - you cannot move them around whenever you want. - - There is a lot of oversimplification above, but you - should get the general idea. - - µsoft; took over some of the primary printer status - ports to do PnP, on the logic that no boards decoded those - addresses for the opposing I/O cycles. I found a genuine - IBM printer board that did decode writes of the status port - during the early PnP proposal review period, but µsoft; - said tough. So they do a write to the - printer status port for setting addresses, plus that use - that address + 0x800, and a third I/O - port for reading that can be located anywhere between - 0x200 and 0x3ff. - - - - What about alternative layout policies for directories? From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:04 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C396F2D; Mon, 10 Dec 2012 15:31:04 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 506808FC0C; Mon, 10 Dec 2012 15:31:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV4Zg045595; Mon, 10 Dec 2012 15:31:04 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV4PH045594; Mon, 10 Dec 2012 15:31:04 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFV4PH045594@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40324 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:04 -0000 Author: eadler Date: Mon Dec 10 15:31:03 2012 New Revision: 40324 URL: http://svnweb.freebsd.org/changeset/doc/40324 Log: uha is no longer supported since CAM Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:01 2012 (r40323) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:03 2012 (r40324) @@ -2804,22 +2804,6 @@ quit - - What does the message ahc0: brkadrint, - Illegal Host Access at seqaddr 0x0 mean? - - - - This is a conflict with an Ultrastor SCSI Host - Adapter. - - During the boot process enter the kernel configuration - menu and disable uha0, which is - causing the problem. - - - - When I boot my system, I get the error ahc0: illegal cable configuration. My cabling is From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:06 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4837F66; Mon, 10 Dec 2012 15:31:06 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 981658FC16; Mon, 10 Dec 2012 15:31:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV6nI045642; Mon, 10 Dec 2012 15:31:06 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV6Zx045640; Mon, 10 Dec 2012 15:31:06 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFV6Zx045640@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40325 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:06 -0000 Author: eadler Date: Mon Dec 10 15:31:06 2012 New Revision: 40325 URL: http://svnweb.freebsd.org/changeset/doc/40325 Log: Discuss uart in a question about supporting serial cards. Noted by: Andrea Venturoli, Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:03 2012 (r40324) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:06 2012 (r40325) @@ -2342,7 +2342,7 @@ bindkey ^[[3~ delete-char # for xterm

    Some unnamed clone cards have also been known to work, especially those that claim to be AST compatible.
    - Check the &man.sio.4; manual page to get more + Check &man.uart.4; and &man.sio.4; to get more information on configuring such cards.
    From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:09 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09A9FF6A; Mon, 10 Dec 2012 15:31:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E1EE58FC18; Mon, 10 Dec 2012 15:31:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV8lV045682; Mon, 10 Dec 2012 15:31:08 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV8ap045681; Mon, 10 Dec 2012 15:31:08 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFV8ap045681@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40326 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:09 -0000 Author: eadler Date: Mon Dec 10 15:31:08 2012 New Revision: 40326 URL: http://svnweb.freebsd.org/changeset/doc/40326 Log: Combine all the serial questions under one section in the FAQ. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:06 2012 (r40325) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:08 2012 (r40326) @@ -2302,7 +2302,7 @@ bindkey ^[[3~ delete-char # for xterm

    - Networking and Serial Devices + Networking @@ -2327,37 +2327,6 @@ bindkey ^[[3~ delete-char # for xterm

    - - - - Which multi-port serial cards are supported by - &os;? - - - - There is a list of these in the Serial Communications - chapter of the handbook. - - Some unnamed clone cards have also been known to work, - especially those that claim to be AST compatible. - - Check &man.uart.4; and &man.sio.4; to get more - information on configuring such cards. - - - - - - How do I get the boot: prompt to show on the serial - console? - - - - See this section of the handbook. - -
    @@ -8414,6 +8383,37 @@ ATDT1234567 + + Which multi-port serial cards are supported by + &os;? + + + + There is a list of these in the Serial Communications + chapter of the handbook. + + Some unnamed clone cards have also been known to work, + especially those that claim to be AST compatible. + + Check &man.uart.4; and &man.sio.4; to get more + information on configuring such cards. + + + + + + How do I get the boot: prompt to show on the serial + console? + + + + See this section of the handbook. + + + + How do I tell if &os; found my serial ports or modem cards? From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:11 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71A1DFC0; Mon, 10 Dec 2012 15:31:11 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7B08FC15; Mon, 10 Dec 2012 15:31:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVBgj045733; Mon, 10 Dec 2012 15:31:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVBAS045732; Mon, 10 Dec 2012 15:31:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVBAS045732@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40327 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:11 -0000 Author: eadler Date: Mon Dec 10 15:31:10 2012 New Revision: 40327 URL: http://svnweb.freebsd.org/changeset/doc/40327 Log: EISA is dead. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:08 2012 (r40326) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:10 2012 (r40327) @@ -2444,52 +2444,6 @@ bindkey ^[[3~ delete-char # for xterm

    - - Why does &os; not detect my HP Netserver's SCSI - controller? - - - - This is basically a known problem. The EISA on-board - SCSI controller in the HP Netserver machines occupies EISA - slot number 11, so all the true EISA slots - are in front of it. Alas, the address space for EISA slots - >= 10 collides with the address space assigned to PCI, - and &os;'s auto-configuration currently cannot handle this - situation very well. - - So now, the best you can do is to pretend there is no - address range clash :), by bumping the kernel option - EISA_SLOTS to a value of 12. Configure - and compile a kernel, as described in the Handbook entry on configuring the kernel. - - Of course, this does present you with a chicken-and-egg - problem when installing on such a machine. In order to work - around this problem, a special hack is available inside - UserConfig. Do not use the - visual interface, but the plain command-line - interface there. Simply type the following command at the - prompt and install your system as usual: - - eisa 12 -quit - - While it is recommended you compile and install a custom - kernel anyway. - - Hopefully, future versions will have a proper fix for - this problem. - - - You cannot use a dangerously - dedicated disk with an HP Netserver. See this note for more info. - - - - - I keep seeing messages like ed1: timeout. What do these messages mean? From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:13 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A98AEFC5; Mon, 10 Dec 2012 15:31:13 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4688FC1F; Mon, 10 Dec 2012 15:31:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVDRP045771; Mon, 10 Dec 2012 15:31:13 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVDJa045770; Mon, 10 Dec 2012 15:31:13 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVDJa045770@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40328 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:13 -0000 Author: eadler Date: Mon Dec 10 15:31:12 2012 New Revision: 40328 URL: http://svnweb.freebsd.org/changeset/doc/40328 Log: 3dfx went defunct in 2002 Noted by: Chris Petrik Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:10 2012 (r40327) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:12 2012 (r40328) @@ -6615,11 +6615,6 @@ Key F15 A A Menu Wo For ATI Rage 128 and Radeon, see the &man.ati.4x;, &man.r128.4x; and &man.radeon.4x; manual pages. - - For 3dfx Voodoo 3, 4, 5, and Banshee cards, there - is a x11-servers/driglide - port.
    From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:16 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CD6AFF5; Mon, 10 Dec 2012 15:31:15 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CFB798FC12; Mon, 10 Dec 2012 15:31:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVFmN045814; Mon, 10 Dec 2012 15:31:15 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVF3c045813; Mon, 10 Dec 2012 15:31:15 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVF3c045813@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40329 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:16 -0000 Author: eadler Date: Mon Dec 10 15:31:15 2012 New Revision: 40329 URL: http://svnweb.freebsd.org/changeset/doc/40329 Log: Hot plugging of the usb system works Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:12 2012 (r40328) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:15 2012 (r40329) @@ -2113,14 +2113,6 @@ See the &man.ukbd.4;, &man.kbdcontrol.1; and &man.kbdmux.4; manual pages for more information. - - - Hot-plugging and unplugging of the USB keyboard may - not work quite right yet. We recommend connecting the - keyboard before starting the system and leaving it - connected until the system is shutdown to avoid - issues. - From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:18 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 469F01000; Mon, 10 Dec 2012 15:31:18 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAEC8FC19; Mon, 10 Dec 2012 15:31:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVIDu045857; Mon, 10 Dec 2012 15:31:18 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVIXU045856; Mon, 10 Dec 2012 15:31:18 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVIXU045856@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40330 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:18 -0000 Author: eadler Date: Mon Dec 10 15:31:17 2012 New Revision: 40330 URL: http://svnweb.freebsd.org/changeset/doc/40330 Log: use two spaces at sentence start Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:15 2012 (r40329) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:17 2012 (r40330) @@ -5106,7 +5106,7 @@ C:\="DOS" not be duplicated until they are next modified.
    Deduplication can also lead to some unexpected - situations. In particular deleting files may become much + situations. In particular deleting files may become much slower. From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:20 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CE116B; Mon, 10 Dec 2012 15:31:20 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 711698FC0C; Mon, 10 Dec 2012 15:31:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVK6w045895; Mon, 10 Dec 2012 15:31:20 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVKKs045894; Mon, 10 Dec 2012 15:31:20 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVKKs045894@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40331 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:20 -0000 Author: eadler Date: Mon Dec 10 15:31:19 2012 New Revision: 40331 URL: http://svnweb.freebsd.org/changeset/doc/40331 Log: Make some language in running-X nicer and more professional. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:17 2012 (r40330) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:19 2012 (r40331) @@ -6002,10 +6002,10 @@ options SYSVMSG # enable for requires write access to &man.io.4;. For more information, see at the &man.init.8; manual page. - So the question is what else you should do instead, and - you basically have two choices: set your + There are two solutions to the problem: + Set your securelevel back down to zero (usually - from /etc/rc.conf), or run &man.xdm.1; + in /etc/rc.conf), or run &man.xdm.1; at boot time (before the securelevel is raised). From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:22 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1697E5; Mon, 10 Dec 2012 15:31:22 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B4D588FC12; Mon, 10 Dec 2012 15:31:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVMjb045942; Mon, 10 Dec 2012 15:31:22 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVMUE045940; Mon, 10 Dec 2012 15:31:22 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVMUE045940@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40332 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:22 -0000 Author: eadler Date: Mon Dec 10 15:31:22 2012 New Revision: 40332 URL: http://svnweb.freebsd.org/changeset/doc/40332 Log: This answer is relatively clear and we have had multiple supported versions of FreeBSD for years. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:19 2012 (r40331) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:22 2012 (r40332) @@ -314,11 +314,6 @@ What is the latest version of &os;? - - At any point in the development of &os;, there can be multiple parallel branches. &rel.relx; releases are From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:25 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22219E7; Mon, 10 Dec 2012 15:31:25 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 06A2C8FC13; Mon, 10 Dec 2012 15:31:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVO9T045981; Mon, 10 Dec 2012 15:31:24 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVOYw045980; Mon, 10 Dec 2012 15:31:24 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVOYw045980@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40333 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:25 -0000 Author: eadler Date: Mon Dec 10 15:31:24 2012 New Revision: 40333 URL: http://svnweb.freebsd.org/changeset/doc/40333 Log: iomega devices are no longer mentioned in the FAQ. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:22 2012 (r40332) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:24 2012 (r40333) @@ -64,7 +64,6 @@ &tm-attrib.ibm; &tm-attrib.ieee; &tm-attrib.intel; - &tm-attrib.iomega; &tm-attrib.linux; &tm-attrib.microsoft; &tm-attrib.mips; From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:27 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A68911D; Mon, 10 Dec 2012 15:31:27 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 55B4F8FC14; Mon, 10 Dec 2012 15:31:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVRYq046026; Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVRoc046025; Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212101531.qBAFVRoc046025@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Dec 2012 15:31:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40334 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:31:27 -0000 Author: eadler Date: Mon Dec 10 15:31:26 2012 New Revision: 40334 URL: http://svnweb.freebsd.org/changeset/doc/40334 Log: Manually mucking with disk geometry is obsolete. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:24 2012 (r40333) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:26 2012 (r40334) @@ -3204,37 +3204,6 @@ kern.timecounter.hardware: TSC -> i82 - - Why does &os;'s boot loader display Read - error and stop after the BIOS screen? - - - - &os;'s boot loader is incorrectly recognizing the hard - drive's geometry. This must be manually set within - &man.fdisk.8; when creating or modifying &os;'s - slice. - - The correct drive geometry values can be found within - the machine's BIOS. Look for the number of cylinders, heads - and sectors for the particular drive. - - Within &man.sysinstall.8;'s fdisk, hit - G to set the drive geometry. - - A dialog will pop up requesting the number of cylinders, - heads and sectors. Type the numbers found from the BIOS - separated by forward slashes. For example, values of 5000 - cylinders, 250 heads, and 60 sectors would be entered as - 5000/250/60. - - Press Enter to set the values, and hit - W to write the new partition table to the - drive. - - - - Another operating system destroyed my Boot Manager. How do I get it back? From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:35:45 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E18D973D; Mon, 10 Dec 2012 15:35:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C4D3C8FC08; Mon, 10 Dec 2012 15:35:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFZjoM046802; Mon, 10 Dec 2012 15:35:45 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFZj5L046801; Mon, 10 Dec 2012 15:35:45 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212101535.qBAFZj5L046801@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 15:35:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40335 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:35:46 -0000 Author: gjb Date: Mon Dec 10 15:35:45 2012 New Revision: 40335 URL: http://svnweb.freebsd.org/changeset/doc/40335 Log: Put a more prominent "Donate to FreeBSD" button on the index page. This currently uses the same CSS as the "New to FreeBSD?" button for now. Requested by: rwatson Modified: head/en_US.ISO8859-1/htdocs/index.xsl Modified: head/en_US.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/index.xsl Mon Dec 10 15:31:26 2012 (r40334) +++ head/en_US.ISO8859-1/htdocs/index.xsl Mon Dec 10 15:35:45 2012 (r40335) @@ -193,6 +193,14 @@
    .
    +
    .
    +
    + +
    +
    .
    +
    .
    From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 16:09:39 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39067FF5; Mon, 10 Dec 2012 16:09:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5BF8FC08; Mon, 10 Dec 2012 16:09:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAG9c0a052733; Mon, 10 Dec 2012 16:09:38 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAG9c7r052732; Mon, 10 Dec 2012 16:09:38 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212101609.qBAG9c7r052732@svn.freebsd.org> From: Rene Ladan Date: Mon, 10 Dec 2012 16:09:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40336 - head/nl_NL.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 16:09:39 -0000 Author: rene Date: Mon Dec 10 16:09:38 2012 New Revision: 40336 URL: http://svnweb.freebsd.org/changeset/doc/40336 Log: MFen r40230 -> r40335 Modified: head/nl_NL.ISO8859-1/htdocs/index.xsl Modified: head/nl_NL.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/nl_NL.ISO8859-1/htdocs/index.xsl Mon Dec 10 15:35:45 2012 (r40335) +++ head/nl_NL.ISO8859-1/htdocs/index.xsl Mon Dec 10 16:09:38 2012 (r40336) @@ -1,7 +1,7 @@
    .
    +
    .
    +
    + +
    +
    .
    +
    .
    From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 17:00:54 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E55B84AC; Mon, 10 Dec 2012 17:00:54 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8CF18FC12; Mon, 10 Dec 2012 17:00:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAH0s9Q062284; Mon, 10 Dec 2012 17:00:54 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAH0sBm062283; Mon, 10 Dec 2012 17:00:54 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201212101700.qBAH0sBm062283@svn.freebsd.org> From: Niclas Zeising Date: Mon, 10 Dec 2012 17:00:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40337 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 17:00:55 -0000 Author: zeising Date: Mon Dec 10 17:00:54 2012 New Revision: 40337 URL: http://svnweb.freebsd.org/changeset/doc/40337 Log: Fix spelling. Noticed by: wblock Approved by: joel (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 16:09:38 2012 (r40336) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 17:00:54 2012 (r40337) @@ -4443,7 +4443,7 @@ OPTIONS_RADIO_RG1= OPT7 OPT8 OPTIONS can also be grouped as - multiple-choice lists, where non or any + multiple-choice lists, where none or any option can be enabled: OPTIONS_GROUP= GG1 From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 18:33:10 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FD53615; Mon, 10 Dec 2012 18:33:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73FA38FC0C; Mon, 10 Dec 2012 18:33:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAIXAEL080764; Mon, 10 Dec 2012 18:33:10 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAIXAMu080763; Mon, 10 Dec 2012 18:33:10 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212101833.qBAIXAMu080763@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 18:33:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40338 - head/en_US.ISO8859-1/htdocs/donations X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 18:33:10 -0000 Author: gjb Date: Mon Dec 10 18:33:09 2012 New Revision: 40338 URL: http://svnweb.freebsd.org/changeset/doc/40338 Log: Add text to make it more clear where monetary donations can be sent. Requested by: rwatson, gavin Modified: head/en_US.ISO8859-1/htdocs/donations/index.xml Modified: head/en_US.ISO8859-1/htdocs/donations/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/donations/index.xml Mon Dec 10 17:00:54 2012 (r40337) +++ head/en_US.ISO8859-1/htdocs/donations/index.xml Mon Dec 10 18:33:09 2012 (r40338) @@ -13,6 +13,24 @@ +

    Monetary FreeBSD Foundation Donations

    + +

    The &os; Foundation's fund-raising efforts are essential + to keeping &os; free. As the Project grows, so do the + costs.

    + +

    By donating to the foundation, you are helping us fund and + manage projects, sponsor &os; events, and provide travel + grants to &os; developers. You are also helping us represent + the Project in executing contracts, license agreements, + copyrights, trademarks, and other legal arrangements that + require a recognized legal entity.

    + +

    To make a monetary donation to the &os; Foundation, please + visit the &os; Foundation + donation page.

    +

    Contents

    • Donations Liaison Goals
    • From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:46:03 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A93F4498; Mon, 10 Dec 2012 22:46:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D1DC8FC0C; Mon, 10 Dec 2012 22:46:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMk3Og029479; Mon, 10 Dec 2012 22:46:03 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMk3U0029478; Mon, 10 Dec 2012 22:46:03 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212102246.qBAMk3U0029478@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 22:46:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40339 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 22:46:03 -0000 Author: gjb Date: Mon Dec 10 22:46:02 2012 New Revision: 40339 URL: http://svnweb.freebsd.org/changeset/doc/40339 Log: Add a link to the FreeBSD Foundation Fundraising Campaign. Requested by: rwatson Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Dec 10 18:33:09 2012 (r40338) +++ head/share/xml/news.xml Mon Dec 10 22:46:02 2012 (r40339) @@ -37,6 +37,24 @@ 5 + &os; Year-End Fundraising Campaign + +

      Your donations have helped make &os; the best OS + available! By investing in The &os; Foundation you + have helped us keep &os; a high-performance, secure, and + stable operating system.

      + +

      Thanks to people like you, the &os; Foundation has + been proudly supporting the &os;&nbps;Project and + community for 12 years now. Read + more...

      +
      + + + 5 + + &os; Project Website is Using Google Analytics From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:55:22 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FE9E5A5; Mon, 10 Dec 2012 22:55:22 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 64FF88FC0C; Mon, 10 Dec 2012 22:55:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMtMPe031101; Mon, 10 Dec 2012 22:55:22 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMtMZ2031100; Mon, 10 Dec 2012 22:55:22 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212102255.qBAMtMZ2031100@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 22:55:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40340 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 22:55:22 -0000 Author: gjb Date: Mon Dec 10 22:55:21 2012 New Revision: 40340 URL: http://svnweb.freebsd.org/changeset/doc/40340 Log: Fix an entity that I'm rather surprised did not generate an error. Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Dec 10 22:46:02 2012 (r40339) +++ head/share/xml/news.xml Mon Dec 10 22:55:21 2012 (r40340) @@ -45,7 +45,7 @@ stable operating system.

      Thanks to people like you, the &os; Foundation has - been proudly supporting the &os;&nbps;Project and + been proudly supporting the &os; Project and community for 12 years now. Read more...

      From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:59:11 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE91164B; Mon, 10 Dec 2012 22:59:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 934488FC08; Mon, 10 Dec 2012 22:59:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMxBsq031749; Mon, 10 Dec 2012 22:59:11 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMxBFP031748; Mon, 10 Dec 2012 22:59:11 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212102259.qBAMxBFP031748@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 22:59:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40341 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 22:59:11 -0000 Author: gjb Date: Mon Dec 10 22:59:11 2012 New Revision: 40341 URL: http://svnweb.freebsd.org/changeset/doc/40341 Log: Fix duplicate entry of latest news addition. Pointyhat: gjb (myself) Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Dec 10 22:55:21 2012 (r40340) +++ head/share/xml/news.xml Mon Dec 10 22:59:11 2012 (r40341) @@ -50,8 +50,7 @@ href="http://freebsdfoundation.blogspot.com/2012/12/year-end-fundraising-campaign.html">Read more...

      -
      - + 5 From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 23:56:23 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DDAAAC5; Mon, 10 Dec 2012 23:56:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 22BDC8FC15; Mon, 10 Dec 2012 23:56:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBANuNuO042801; Mon, 10 Dec 2012 23:56:23 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBANuM9H042799; Mon, 10 Dec 2012 23:56:22 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212102356.qBANuM9H042799@svn.freebsd.org> From: Glen Barber Date: Mon, 10 Dec 2012 23:56:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40342 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 23:56:23 -0000 Author: gjb Date: Mon Dec 10 23:56:22 2012 New Revision: 40342 URL: http://svnweb.freebsd.org/changeset/doc/40342 Log: Add the first Faces of FreeBSD entry. Submitted by: deb Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Dec 10 22:59:11 2012 (r40341) +++ head/share/xml/news.xml Mon Dec 10 23:56:22 2012 (r40342) @@ -34,6 +34,23 @@ 12 + 10 + + + Faces of &os; ‐ Alberto Mijares + +

      Are you aware of the tangible benefits derived from our + support of the &os; community? In conjunction with our + year-end fundraising drive we are going to be spotlighting + different people on our website, blog, and Facebook page + who have received funding to work on development projects, + run conferences, travel to conferences, and advocate for + &os;. Read more...

      +
      +
      + + 5 From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 13:39:58 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01682334; Tue, 11 Dec 2012 13:39:58 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BFE9C8FC0C; Tue, 11 Dec 2012 13:39:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBDdvDD004488; Tue, 11 Dec 2012 13:39:57 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBDdvHv004487; Tue, 11 Dec 2012 13:39:57 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201212111339.qBBDdvHv004487@svn.freebsd.org> From: Ryusuke SUZUKI Date: Tue, 11 Dec 2012 13:39:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40343 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 13:39:58 -0000 Author: ryusuke Date: Tue Dec 11 13:39:57 2012 New Revision: 40343 URL: http://svnweb.freebsd.org/changeset/doc/40343 Log: - Merge the following from the English version: r40230 -> r40335 head/ja_JP.eucJP/htdocs/index.xsl Modified: head/ja_JP.eucJP/htdocs/index.xsl Modified: head/ja_JP.eucJP/htdocs/index.xsl ============================================================================== --- head/ja_JP.eucJP/htdocs/index.xsl Mon Dec 10 23:56:22 2012 (r40342) +++ head/ja_JP.eucJP/htdocs/index.xsl Tue Dec 11 13:39:57 2012 (r40343) @@ -5,7 +5,7 @@ ]> - +
      + style="width:550px; margin: 16px 16px 16px 32px; auto">

      Security Notice

      @@ -187,6 +187,14 @@
       
       
      +
      .
      +
      + +
      +
      .
      +
       
       
      From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 16:49:18 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC95D5CF; Tue, 11 Dec 2012 16:49:18 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 98C5E8FC1E; Tue, 11 Dec 2012 16:49:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBGnI8I041174; Tue, 11 Dec 2012 16:49:18 GMT (envelope-from maxim@svn.freebsd.org) Received: (from maxim@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBGnInu041170; Tue, 11 Dec 2012 16:49:18 GMT (envelope-from maxim@svn.freebsd.org) Message-Id: <201212111649.qBBGnInu041170@svn.freebsd.org> From: Maxim Konovalov Date: Tue, 11 Dec 2012 16:49:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40345 - in head/ru_RU.KOI8-R/books/handbook: . cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 16:49:18 -0000 Author: maxim Date: Tue Dec 11 16:49:17 2012 New Revision: 40345 URL: http://svnweb.freebsd.org/changeset/doc/40345 Log: Grammar. Modified: head/ru_RU.KOI8-R/books/handbook/chapters.ent head/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.xml Modified: head/ru_RU.KOI8-R/books/handbook/chapters.ent ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/chapters.ent Tue Dec 11 16:19:40 2012 (r40344) +++ head/ru_RU.KOI8-R/books/handbook/chapters.ent Tue Dec 11 16:49:17 2012 (r40345) @@ -9,7 +9,7 @@ --> - + @@ -26,7 +26,7 @@ Jordan Hubbard - ïÒÉÇÉÎÁÌØÎÙÊ ÔÅËÓÔ ÎÁÐÉÓÁÌ + ïÒÉÇÉÎÁÌØÎÙÊ ÔÅËÓÔ ÎÁÐÉÓÁÌÉ @@ -54,30 +54,47 @@ - îÁ ÐÅÒÅÄÎÅÍ ËÒÁÅ ÒÁÚÒÁÂÏÔÏË + ïÂÎÏ×ÌÅÎÉÅ ÓÉÓÔÅÍÙ É ÓÍÅÎÁ ×ÅÒÓÉÉ - + ëÒÁÔËÉÊ ÏÂÚÏÒ - íÅÖÄÕ ÒÅÌÉÚÁÍÉ ÎÁÄ &os; ×ÅÄÅÔÓÑ ÐÏÓÔÏÑÎÎÁÑ ÒÁÂÏÔÁ. äÌÑ ÔÅÈ, - ËÔÏ ÈÏÞÅÔ ÂÙÔØ ÎÁ ÐÅÒÅÄÎÅÍ ËÒÁÅ, ÅÓÔØ ÎÅÓËÏÌØËÏ ÐÒÏÓÔÙÈ ÍÅÔÏÄÏ× ÄÌÑ - ÐÏÄÄÅÒÖÁÎÉÑ Ó×ÏÅÊ ÓÉÓÔÅÍÙ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÐÏÓÌÅÄÎÉÍÉ ÒÁÚÒÁÂÏÔËÁÍÉ. - âÕÄØÔÅ ÏÓÔÏÒÏÖÎÙ — ÐÅÒÅÄÎÉÊ ËÒÁÊ ÎÅ ÄÌÑ ×ÓÅÈ! üÔÁ ÇÌÁ×Á ÐÏÍÏÖÅÔ + íÅÖÄÕ ÒÅÌÉÚÁÍÉ ÎÁÄ &os; ×ÅÄÅÔÓÑ ÐÏÓÔÏÑÎÎÁÑ ÒÁÂÏÔÁ. îÅËÏÔÏÒÙÅ + ÏÔÄÁÀÔ ÐÒÅÄÐÏÞÔÅÎÉÅ ÏÆÉÃÉÁÌØÎÏ ×ÙÐÕÝÅÎÎÙÍ ×ÅÒÓÉÑÍ, × ÔÏ ×ÒÅÍÑ ËÁË + ÏÓÔÁÌØÎÙÅ ÐÒÅÄÐÏÞÉÔÁÀÔ ÉÓÐÏÌØÚÏ×ÁÔØ ÐÏÓÌÅÄÎÉÅ ÒÁÚÒÁÂÏÔËÉ. ôÅÍ ÎÅ + ÍÅÎÅÅ, ÄÁÖÅ ÄÌÑ ÏÆÉÃÉÁÌØÎÙÈ ×ÅÒÓÉÊ ÞÁÓÔÏ ×ÙÈÏÄÑÔ ÏÂÎÏ×ÌÅÎÉÑ, + Ó×ÑÚÁÎÎÙÅ Ó ÂÅÚÏÐÁÓÎÏÓÔØÀ É ÄÒÕÇÉÍÉ ËÒÉÔÉÞÅÓËÉÍÉ ÉÓÐÒÁ×ÌÅÎÉÑÍÉ. + îÅÚÁ×ÉÓÉÍÏ ÏÔ ÉÓÐÏÌØÚÕÅÍÏÊ ×ÅÒÓÉÉ &os; ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ×ÓÅ ÎÅÏÂÈÏÄÉÍÙÅ + ÉÎÓÔÒÕÍÅÎÔÙ ÄÌÑ ÐÏÄÄÅÒÖÁÎÉÑ ÓÉÓÔÅÍÙ × ÁËÔÕÁÌØÎÏÍ ÓÏÓÔÏÑÎÉÉ, Á ÔÁËÖÅ + ÐÏÚ×ÏÌÑÅÔ ÌÅÇËÏ ÐÅÒÅÊÔÉ ÎÁ ÄÒÕÇÕÀ ×ÅÒÓÉÀ. üÔÁ ÇÌÁ×Á ÐÏÍÏÖÅÔ ×ÁÍ ÒÅÛÉÔØ, ÈÏÔÉÔÅ ÌÉ ×Ù ÏÔÓÌÅÖÉ×ÁÔØ ÓÉÓÔÅÍÕ × ÐÒÏÃÅÓÓÅ ÒÁÂÏÔÙ ÎÁÄ ÎÅÊ - ÉÌÉ ÏÓÔÁÎÅÔÅÓØ ×ÅÒÎÙÍ ÏÄÎÏÍÕ ÉÚ ×ÙÐÕÝÅÎÎÙÈ ÒÅÌÉÚÏ×. + ÉÌÉ ÏÓÔÁÎÅÔÅÓØ ×ÅÒÎÙÍ ÏÄÎÏÍÕ ÉÚ ×ÙÐÕÝÅÎÎÙÈ ÒÅÌÉÚÏ×. ôÁËÖÅ ÉÍÅÀÔÓÑ + ÐÒÏÓÔÅÊÛÉÅ ÉÎÓÔÒÕÍÅÎÔÙ ÄÌÑ ÐÏÄÄÅÒÖÁÎÉÑ ×ÁÛÅÊ ÓÉÓÔÅÍÙ × ÁËÔÕÁÌØÎÏÍ + ÓÏÓÔÏÑÎÉÉ. ðÏÓÌÅ ÞÔÅÎÉÑ ÜÔÏÊ ÇÌÁ×Ù ×Ù ÂÕÄÅÔÅ ÚÎÁÔØ: - òÁÚÎÉÃÕ ÍÅÖÄÕ Ä×ÕÍÑ ×ÅÔ×ÑÍÉ ÒÁÚÒÁÂÏÔËÉ: &os.stable; É - &os.current;. + ëÁËÉÅ ÐÒÏÇÒÁÍÍÙ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÏÂÎÏ×ÌÅÎÉÑ ÓÉÓÔÅÍÙ É + ëÏÌÌÅËÃÉÉ ðÏÒÔÏ×. + + + + ëÁË ÐÏÄÄÅÒÖÉ×ÁÔØ ×ÁÛÕ ÓÉÓÔÅÍÕ × ÁËÔÕÁÌØÎÏÍ ÓÏÓÔÏÑÎÉÉ ÐÒÉ + ÐÏÍÏÝÉ freebsd-update, + CVSup, CVS + ÉÌÉ CTM. + + + + ëÁË ÕÚÎÁÔØ ÓÏÓÔÏÑÎÉÅ ÕÓÔÁÎÏ×ÌÅÎÎÏÊ ÓÉÓÔÅÍÙ ÐÏ ÏÔÎÏÛÅÎÉÀ Ë + ÉÚ×ÅÓÔÎÏÊ ÎÅÔÒÏÎÕÔÏÊ ËÏÐÉÉ. - ëÁË ÐÏÄÄÅÒÖÉ×ÁÔØ ×ÁÛÕ ÓÉÓÔÅÍÕ × ÁËÔÕÁÌØÎÏÍ ÓÏÓÔÏÑÎÉÉ ÐÒÉ ÐÏÍÏÝÉ - CVSup, CVS ÉÌÉ - CTM. + òÁÚÎÉÃÕ ÍÅÖÄÕ Ä×ÕÍÑ ×ÅÔ×ÑÍÉ ÒÁÚÒÁÂÏÔËÉ: &os.stable; É + &os.current;. @@ -99,10 +116,483 @@ ÄÒÕÇÉÈ ÒÁÚÒÁÂÏÔÞÉËÏ× (). + + + ÷ ÜÔÏÊ ÇÌÁ×Å ÄÌÑ ÐÏÌÕÞÅÎÉÑ É ÏÂÎÏ×ÌÅÎÉÑ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× &os; + ÉÓÐÏÌØÚÕÅÔÓÑ ËÏÍÁÎÄÁ cvsup. äÌÑ ÜÔÏÇÏ ×ÁÍ + ÎÕÖÎÏ ÕÓÔÁÎÏ×ÉÔØ ÐÏÒÔ ÉÌÉ ÐÁËÅÔ net/cvsup-without-gui. îÁÞÉÎÁÑ Ó ×ÅÒÓÉÉ + &os; 6.2-RELEASE ÄÌÑ ÜÔÉÈ ÃÅÌÅÊ ÍÏÖÎÏ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ËÏÍÁÎÄÏÊ + &man.csup.1;, ËÏÔÏÒÁÑ ×ÈÏÄÉÔ × ÓÏÓÔÁ× ÓÉÓÔÅÍÙ. + + + + + + + + Tom + Rhodes + ïÒÉÇÉÎÁÌØÎÙÊ ÔÅËÓÔ ÎÁÐÉÓÁÌ + + + + + Colin + Percival + îÁ ÏÓÎÏ×Å ÚÁÍÅÔÏË, ËÏÔÏÒÙÅ ÐÒÅÄÏÓÔÁ×ÉÌ + + + + ïÂÎÏ×ÌÅÎÉÅ FreeBSD + + ÏÂÎÏ×ÌÅÎÉÅ É ÓÍÅÎÁ ×ÅÒÓÉÉ + + freebsd-update + ÏÂÎÏ×ÌÅÎÉÅ É ÓÍÅÎÁ ×ÅÒÓÉÉ + + + ðÒÉÍÅÎÅÎÉÅ ÏÂÎÏ×ÌÅÎÉÊ ÂÅÚÏÐÁÓÎÏÓÔÉ — ×ÁÖÎÙÊ ÍÏÍÅÎÔ × + ÓÏÐÒÏ×ÏÖÄÅÎÉÉ ÐÒÏÇÒÁÍÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ, ÏÓÏÂÅÎÎÏ ÔÁËÏÇÏ ËÁË + ÏÐÅÒÁÃÉÏÎÎÁÑ ÓÉÓÔÅÍÁ. äÌÑ &os; ÜÔÏÔ ÐÒÏÃÅÓÓ ÎÅ ÂÙÌ ÐÒÏÓÔÙÍ × + ÔÅÞÅÎÉÅ ÄÏÌÇÏÇÏ ×ÒÅÍÅÎÉ. îÁ ÉÓÈÏÄÎÙÊ ËÏÄ ÎÕÖÎÏ ÂÙÌÏ ÎÁËÌÁÄÙ×ÁÔØ + ÐÁÔÞÉ, ÐÅÒÅÓÔÒÁÉ×ÁÔØ ËÏÄ × Ä×ÏÉÞÎÙÅ ÆÁÊÌÙ, Á ÚÁÔÅÍ ÜÔÉ Ä×ÏÉÞÎÙÅ ÆÁÊÌÙ + ÔÒÅÂÏ×ÁÌÏÓØ ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ. + + ôÅÐÅÒØ ÜÔÏ ÄÁ×ÎÏ ÎÅ ÔÁË, É &os; ×ËÌÀÞÁÅÔ ÐÒÏÇÒÁÍÍÕ Ó ÐÒÏÓÔÙÍ + ÎÁÚ×ÁÎÉÅÍ freebsd-update. üÔÁ ÐÒÏÇÒÁÍÍÁ + ÐÒÅÄÏÓÔÁ×ÌÑÅÔ Ä×Å ÒÁÚÌÉÞÎÙÅ ÆÕÎËÃÉÉ. ÷Ï-ÐÅÒ×ÙÈ, ÏÎÁ ÐÏÚ×ÏÌÑÅÔ + ÐÒÉÍÅÎÉÔØ Ë ÂÁÚÏ×ÏÊ ÓÉÓÔÅÍÅ &os; ÏÂÎÏ×ÌÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ É ËÒÉÔÉÞÅÓËÉÅ + ÉÓÐÒÁ×ÌÅÎÉÑ × Ä×ÏÉÞÎÏÍ ×ÉÄÅ, ÂÅÚ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÓÂÏÒËÉ É ÕÓÔÁÎÏ×ËÉ. + ÷Ï-×ÔÏÒÙÈ, ÐÒÏÇÒÁÍÍÁ ÐÏÄÄÅÒÖÉ×ÁÅÔ ÏÂÎÏ×ÌÅÎÉÅ ÓÉÓÔÅÍÙ ÓÏ ÓÍÅÎÏÊ + ÓÔÁÒÛÅÇÏ ÉÌÉ ÍÌÁÄÛÅÇÏ ÎÏÍÅÒÁ ×ÅÒÓÉÉ. + + + ä×ÏÉÞÎÙÅ ÏÂÎÏ×ÌÅÎÉÑ ÄÏÓÔÕÐÎÙ ÄÌÑ ×ÓÅÈ ÁÒÈÉÔÅËÔÕÒ É ×ÅÒÓÉÊ, + ÐÏÄÄÅÒÖÉ×ÁÅÍÙÈ ÇÒÕÐÐÏÊ ÂÅÚÏÐÁÓÎÏÓÔÉ; ÔÅÍ ÎÅ ÍÅÎÅÅ, ÄÌÑ ÒÁÂÏÔÙ + ÎÅËÏÔÏÒÙÈ ÉÚ ×ÏÚÍÏÖÎÏÓÔÅÊ, ÔÁËÉÈ ËÁË ÓÍÅÎÁ ×ÅÒÓÉÉ ÏÐÅÒÁÃÉÏÎÎÏÊ + ÓÉÓÔÅÍÙ &os;, ÔÒÅÂÕÅÔÓÑ ÐÏÓÌÅÄÎÑÑ ×ÅÒÓÉÑ &man.freebsd-update.8; + É ÐÏ ËÒÁÊÎÅÊ ÍÅÒÅ &os; 6.3. ðÅÒÅÄ ÏÂÎÏ×ÌÅÎÉÅÍ ÄÏ ÎÏ×ÏÊ ×ÅÒÓÉÉ + ÓÌÅÄÕÅÔ ÏÚÎÁËÏÍÉÔØÓÑ Ó ÏÂßÑ×ÌÅÎÉÅÍ Ï ×ÙÐÕÓËÅ ÔÅËÕÝÅÊ ×ÅÒÓÉÉ, ÔÁË + ËÁË ÔÁÍ ÍÏÖÅÔ ÓÏÄÅÒÖÁÔØÓÑ ×ÁÖÎÁÑ ÉÎÆÏÒÍÁÃÉÑ, ÐÒÉÍÅÎÉÍÁÑ Ë ×ÅÒÓÉÉ, + ÎÁ ËÏÔÏÒÕÀ ÎÁÍÅÞÅÎ ÐÅÒÅÈÏÄ. ó ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÍÉ ÏÂßÑ×ÌÅÎÉÑÍÉ ÍÏÖÎÏ + ÏÚÎÁËÏÍÉÔØÓÑ, ÐÅÒÅÊÄÑ ÐÏ ÓÌÅÄÕÀÝÅÊ ÓÓÙÌËÅ: . + + + åÓÌÉ ÉÍÅÅÔÓÑ ÚÁÄÁÎÉÅ crontab, ÚÁÐÕÓËÁÀÝÅÅ + freebsd-update, ÔÏ ÐÅÒÅÄ ÎÁÞÁÌÏÍ ×ÙÐÏÌÎÅÎÉÑ + ÓÌÅÄÕÀÝÉÈ ÄÅÊÓÔ×ÉÊ ÅÇÏ ÏÂÑÚÁÔÅÌØÎÏ ÎÕÖÎÏ ×ÙËÌÀÞÉÔØ. + + + ëÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ + + îÅËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌÉ ÍÏÇÕÔ ÐÏÖÅÌÁÔØ ÉÚÍÅÎÉÔØ + ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÄÌÑ ÌÕÞÛÅÇÏ ËÏÎÔÒÏÌÑ ÎÁÄ ÐÒÏÃÅÓÓÏÍ + ÏÂÎÏ×ÌÅÎÉÑ. ÷ÓÅ ÐÁÒÁÍÅÔÒÙ ÐÏÄÒÏÂÎÏ ÚÁÄÏËÕÍÅÎÔÉÒÏ×ÁÎÙ, ÎÏ + ÄÌÑ ÎÅËÏÔÏÒÙÈ ÉÚ ÎÉÈ ÍÏÖÅÔ ÐÏÎÁÄÏÂÉÔØÓÑ ÄÏÐÏÌÎÉÔÅÌØÎÏÅ + ÒÁÚßÑÓÎÅÎÉÅ: + + # Components of the base system which should be kept updated. +Components src world kernel + + äÁÎÎÙÊ ÐÁÒÁÍÅÔÒ ÏÐÒÅÄÅÌÑÅÔ, ËÁËÉÅ ÞÁÓÔÉ &os; ÂÕÄÕÔ ÏÂÎÏ×ÌÅÎÙ. + ðÏ ÕÍÏÌÞÁÎÉÀ ÏÂÎÏ×ÌÑÅÔÓÑ ÉÓÈÏÄÎÙÊ ËÏÄ (src), ×ÓÑ ÂÁÚÏ×ÁÑ ÓÉÓÔÅÍÁ + (world) É ÑÄÒÏ (kernel). ëÏÍÐÏÎÅÎÔÙ ÔÅ ÖÅ ÓÁÍÙÅ, ÞÔÏ É ×Ï ×ÒÅÍÑ + ÕÓÔÁÎÏ×ËÉ; × ÞÁÓÔÎÏÓÔÉ, ÄÏÂÁ×ÌÅÎÉÅ "world/games" ÐÏÚ×ÏÌÑÅÔ + ÏÂÎÏ×ÉÔØ ÉÇÒÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ "src/bin" ÐÏÚ×ÏÌÑÅÔ ÏÂÎÏ×ÉÔØ + ÉÓÈÏÄÎÙÊ ËÏÄ × src/bin. + + ìÕÞÛÉÍ ×ÁÒÉÁÎÔÏÍ ÂÕÄÅÔ ÏÓÔÁ×ÉÔØ ×Ó£ ËÁË ÅÓÔØ, ÐÏÓËÏÌØËÕ + ÉÚÍÅÎÅÎÉÅ ÜÔÏÇÏ ÐÅÒÅÞÎÑ Ó ÃÅÌØÀ ÄÏÂÁ×ÌÅÎÉÑ ÏÓÏÂÙÈ ÐÕÎËÔÏ× + ÐÏÔÒÅÂÕÅÔ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ ÕËÁÚÁÎÉÑ ÐÏÄÒÑÄ ×ÓÅÈ ÐÕÎËÔÏ×, ËÏÔÏÒÙÅ + ÐÏÌØÚÏ×ÁÔÅÌØ ÚÁÈÏÞÅÔ ÏÂÎÏ×ÉÔØ. üÔÏ ÍÏÖÅÔ ÐÒÉ×ÅÓÔÉ Ë ÎÅÇÁÔÉ×ÎÙÍ + ÐÏÓÌÅÄÓÔ×ÉÑÍ ÉÚ-ÚÁ ×ÏÚÍÏÖÎÏÊ ÒÁÓÓÉÎÈÒÏÎÉÚÁÃÉÉ ÍÅÖÄÕ ÉÓÈÏÄÎÙÍÉ + ÔÅËÓÔÁÍÉ É Ä×ÏÉÞÎÙÍÉ ÆÁÊÌÁÍÉ. + + # Paths which start with anything matching an entry in an IgnorePaths +# statement will be ignored. +IgnorePaths + + äÏÂÁ×ØÔÅ ÓÀÄÁ ÐÕÔÉ Ë ËÁÔÁÌÏÇÁÍ (ÎÁÐÒÉÍÅÒ, /bin ÉÌÉ /sbin), ËÏÔÏÒÙÅ ×Ù ÈÏÔÅÌÉ ÂÙ + ÏÓÔÁ×ÉÔØ ÎÅÔÒÏÎÕÔÙÍÉ × ÐÒÏÃÅÓÓÅ ÏÂÎÏ×ÌÅÎÉÑ. üÔÏÔ ÐÁÒÁÍÅÔÒ ÍÏÖÎÏ + ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÐÒÅÄÏÔ×ÒÁÝÅÎÉÑ ÐÅÒÅÚÁÐÉÓÙ×ÁÎÉÑ ÌÏËÁÌØÎÙÈ + ÉÚÍÅÎÅÎÉÊ ÐÒÏÇÒÁÍÍÏÊ freebsd-update. + + # Paths which start with anything matching an entry in an UpdateIfUnmodified +# statement will only be updated if the contents of the file have not been +# modified by the user (unless changes are merged; see below). +UpdateIfUnmodified /etc/ /var/ /root/ /.cshrc /.profile + + ïÂÎÏ×ÌÑÔØ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ × ÕËÁÚÁÎÎÙÈ ËÁÔÁÌÏÇÁÈ, ÔÏÌØËÏ + ÅÓÌÉ ÏÎÉ ÎÅ ÓÏÄÅÒÖÁÔ ÉÚÍÅÎÅÎÉÊ. ðÒÉ ÎÁÌÉÞÉÉ ËÁËÉÈ-ÌÉÂÏ ÉÚÍÅÎÅÎÉÊ + ÓÏ ÓÔÏÒÏÎÙ ÐÏÌØÚÏ×ÁÔÅÌÑ Á×ÔÏÍÁÔÉÞÅÓËÏÅ ÏÂÎÏ×ÌÅÎÉÅ ÔÁËÉÈ ÆÁÊÌÏ× + ÏÔÍÅÎÑÅÔÓÑ. åÓÔØ ÄÒÕÇÏÊ ÐÁÒÁÍÅÔÒ + KeepModifiedMetadata, ËÏÔÏÒÙÊ ÐÒÅÄÐÉÓÙ×ÁÅÔ + ËÏÍÁÎÄÅ freebsd-update ÓÏÈÒÁÎÑÔØ ÉÚÍÅÎÅÎÉÑ ×Ï + ×ÒÅÍÑ ÐÒÏÃÅÓÓÁ ÓÌÉÑÎÉÑ. + + # When upgrading to a new &os; release, files which match MergeChanges +# will have any local changes merged into the version from the new release. +MergeChanges /etc/ /var/named/etc/ + + óÐÉÓÏË ËÁÔÁÌÏÇÏ× Ó ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÍÉ ÆÁÊÌÁÍÉ, ÄÌÑ ËÏÔÏÒÙÈ + freebsd-update ÐÏÐÙÔÁÅÔÓÑ ×ÙÐÏÌÎÉÔØ ÓÌÉÑÎÉÅ. + ðÒÏÃÅÓÓ ÓÌÉÑÎÉÑ ÆÁÊÌÁ ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÎÁÂÏÒ ÉÚÍÅÎÅÎÉÊ + × ÆÏÒÍÁÔÅ &man.diff.1;, ÐÏÈÏÖ ÎÁ &man.mergemaster.8;, ÎÏ Ó + ÍÅÎØÛÉÍ ËÏÌÉÞÅÓÔ×ÏÍ ÐÁÒÁÍÅÔÒÏ×: ÒÅÚÕÌØÔÁÔ ÓÌÉÑÎÉÑ ÐÒÉÎÉÍÁÅÔÓÑ, + ÏÔËÒÙ×ÁÅÔÓÑ ÒÅÄÁËÔÏÒ ÉÌÉ freebsd-update + ÐÒÅËÒÁÝÁÅÔ Ó×ÏÀ ÒÁÂÏÔÕ. ÷ ÓÌÕÞÁÅ ÓÏÍÎÅÎÉÊ ÓÄÅÌÁÊÔÅ ÒÅÚÅÒ×ÎÕÀ + ËÏÐÉÀ /etc É ÐÒÏÓÔÏ + ÓÏÇÌÁÓÉÔÅÓØ ÓÏ ×ÓÅÍÉ ÉÚÍÅÎÅÎÉÑÍÉ. äÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏÄÒÏÂÎÏÊ + ÉÎÆÏÒÍÁÃÉÉ ÐÏ ËÏÍÁÎÄÅ mergemaster ÓÍÏÔÒÉÔÅ + . + + # Directory in which to store downloaded updates and temporary +# files used by &os; Update. +# WorkDir /var/db/freebsd-update + + üÔÏÔ ËÁÔÁÌÏÇ ÐÒÅÄÎÁÚÎÁÞÅÎ ÄÌÑ ÒÁÚÍÅÝÅÎÉÑ ÐÁÔÞÅÊ É ×ÒÅÍÅÎÎÙÈ + ÆÁÊÌÏ×. ÷ ÓÌÕÞÁÅ, ËÏÇÄÁ ÐÏÌØÚÏ×ÁÔÅÌØ ×ÙÐÏÌÎÑÅÔ ÏÂÎÏ×ÌÅÎÉÅ ÓÏ ÓÍÅÎÏÊ + ×ÅÒÓÉÉ, × ÜÔÏÍ ÍÅÓÔÅ ÄÏÌÖÅÎ ÉÍÅÔØ ÐÏ ËÒÁÊÎÅÊ ÍÅÒÅ ÇÉÇÁÂÁÊÔ ÄÉÓËÏ×ÏÇÏ + ÐÒÏÓÔÒÁÎÓÔ×Á. + + # When upgrading between releases, should the list of Components be +# read strictly (StrictComponents yes) or merely as a list of components +# which *might* be installed of which &os; Update should figure out +# which actually are installed and upgrade those (StrictComponents no)? +# StrictComponents no + + åÓÌÉ ×ÙÓÔÁ×ÌÅÎÏ ÚÎÁÞÅÎÉÅ yes, ÔÏ + freebsd-update ÂÕÄÅÔ ÉÓÈÏÄÉÔØ ÉÚ ÔÏÇÏ, ÞÔÏ + ÓÐÉÓÏË Components Ñ×ÌÑÅÔÓÑ ÐÏÌÎÙÍ, É ÎÅ ÂÕÄÅÔ + ÐÙÔÁÔØÓÑ ×ÙÐÏÌÎÉÔØ ÉÚÍÅÎÅÎÉÑ ÚÁ ÐÒÅÄÅÌÁÍÉ ÜÔÏÇÏ ÓÐÉÓËÁ. + ÷ ÄÅÊÓÔ×ÉÔÅÌØÎÏÓÔÉ freebsd-update ÐÏÐÙÔÁÅÔÓÑ + ÏÂÎÏ×ÉÔØ ×ÓÅ ÆÁÊÌÙ, ËÏÔÏÒÙÅ ÐÒÉÎÁÄÌÅÖÁÔ ÓÐÉÓËÕ + Components. + + + + ïÂÎÏ×ÌÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ + + ïÂÎÏ×ÌÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ ÈÒÁÎÑÔÓÑ ÎÁ ÕÄÁÌ£ÎÎÏÊ ÍÁÛÉÎÅ É ÍÏÇÕÔ + ÂÙÔØ ÚÁÇÒÕÖÅÎÙ É ÕÓÔÁÎÏ×ÌÅÎÙ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÌÅÄÕÀÝÅÊ + ËÏÍÁÎÄÙ: + + &prompt.root; freebsd-update fetch +&prompt.root; freebsd-update install + + åÓÌÉ ÂÙÌÉ ÕÓÔÁÎÏ×ÌÅÎÙ ÏÂÎÏ×ÌÅÎÉÑ ÑÄÒÁ, ÔÏ ÐÏÓÌÅ ÜÔÏÇÏ + ÎÕÖÎÏ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÓÉÓÔÅÍÕ. åÓÌÉ ×ÓÅ ÐÏÛÌÏ ÈÏÒÏÛÏ, ÓÉÓÔÅÍÁ + ÄÏÌÖÎÁ ÂÙÔØ Ó ÕÓÔÁÎÏ×ÌÅÎÎÙÍÉ ÉÓÐÒÁ×ÌÅÎÉÑÍÉ, É + freebsd-update ÍÏÖÎÏ ÚÁÐÕÓËÁÔØ × ËÁÞÅÓÔ×Å ÎÏÞÎÏÇÏ + ÚÁÄÁÎÉÑ &man.cron.8;. äÌÑ ÜÔÏÇÏ ÄÏÓÔÁÔÏÞÎÏ ÄÏÂÁ×ÉÔØ ÓÌÅÄÕÀÝÕÀ + ÚÁÐÉÓØ × /etc/crontab: + + @daily root freebsd-update cron + + üÔÁ ÚÁÐÉÓØ ÏÚÎÁÞÁÅÔ, ÞÔÏ freebsd-update ÂÕÄÅÔ + ÚÁÐÕÓËÁÔØÓÑ ÅÖÅÄÎÅ×ÎÏ. ÷ ÄÁÎÎÏÍ ÓÌÕÞÁÅ, × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÁÒÇÕÍÅÎÔÏÍ + freebsd-update ÏÇÒÁÎÉÞÉÔÓÑ + ÐÒÏ×ÅÒËÏÊ ÄÏÓÔÕÐÎÙÈ ÏÂÎÏ×ÌÅÎÉÊ. ÷ ÓÌÕÞÁÅ ÎÁÌÉÞÉÑ ÏÂÎÏ×ÌÅÎÉÊ ÏÎÉ + ÂÕÄÕÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÚÁÇÒÕÖÅÎÙ É ÓÏÈÒÁÎÅÎÙ ÎÁ ÌÏËÁÌØÎÏÍ ÄÉÓËÅ. + ðÏÌØÚÏ×ÁÔÅÌÀ root ÂÕÄÅÔ ÏÔÐÒÁ×ÌÅÎÏ + ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÅ ÐÉÓØÍÏ, ÔÁË ÞÔÏ ÜÔÉ ÏÂÎÏ×ÌÅÎÉÑ ÍÏÖÎÏ ÂÕÄÅÔ + ÕÓÔÁÎÏ×ÉÔØ ÓÁÍÏÓÔÏÑÔÅÌØÎÏ. + + îÁ ÓÌÕÞÁÊ, ÅÓÌÉ ÞÔÏ-ÔÏ ÐÏÛÌÏ ÎÅ ÔÁË, × + freebsd-update ÐÒÅÄÕÓÍÏÔÒÅÎ ÍÅÈÁÎÉÚÍ ×ÏÚ×ÒÁÔÁ + ÐÏÓÌÅÄÎÅÇÏ ÎÁÂÏÒÁ ÉÚÍÅÎÅÎÉÊ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÌÅÄÕÀÝÅÊ ËÏÍÁÎÄÙ: + + &prompt.root; freebsd-update rollback + + åÓÌÉ ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ×ÓÅÈ ÄÅÊÓÔ×ÉÊ ÂÙÌÏ ÉÚÍÅÎÅÎÏ ÑÄÒÏ ÉÌÉ + ËÁËÏÊ-ÌÉÂÏ ÉÚ ÅÇÏ ÍÏÄÕÌÅÊ, ÓÉÓÔÅÍÁ ÄÏÌÖÎÁ ÂÙÔØ ÐÅÒÅÚÁÇÒÕÖÅÎÁ. + üÔÏ ÐÏÚ×ÏÌÉÔ &os; ÚÁÇÒÕÚÉÔØ ÎÏ×ÙÅ Ä×ÏÉÞÎÙÅ ÆÁÊÌÙ × ÐÁÍÑÔØ. + + + ëÏÍÁÎÄÁ freebsd-update ÒÁÂÏÔÁÅÔ ÔÏÌØËÏ + Ó ÑÄÒÏÍ GENERIC. åÓÌÉ × + GENERIC ÐÒÉÓÕÔÓÔ×ÕÀÔ ÉÚÍÅÎÅÎÉÑ ÉÌÉ + ÉÓÐÏÌØÚÕÅÔÓÑ ÓÏÂÓÔ×ÅÎÎÁÑ ËÏÎÆÉÇÕÒÁÃÉÑ ÑÄÒÁ, + freebsd-update ÚÁ×ÅÒÛÉÔÓÑ ÎÅÕÄÁÞÎÏ. + + + + + ïÂÎÏ×ÌÅÎÉÑ ÓÏ ÓÍÅÎÏÊ ÓÔÁÒÛÅÊ É ÍÌÁÄÛÅÊ ×ÅÒÓÉÊ + + üÔÏÔ ÐÒÏÃÅÓÓ ÕÄÁÌÑÅÔ ÓÔÁÒÙÅ ÏÂßÅËÔÎÙÅ ÆÁÊÌÙ É ÂÉÂÌÉÏÔÅËÉ, ÞÔÏ + ÍÏÖÅÔ ÎÁÒÕÛÉÔØ ÒÁÂÏÔÕ ÂÏÌØÛÉÎÓÔ×Á ÓÔÏÒÏÎÎÉÈ ÐÒÉÌÏÖÅÎÉÊ. ÷ÓÅ + ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏÒÔÙ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÌÉÂÏ ÕÄÁÌÉÔØ É ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ + ÚÁÎÏ×Ï, ÌÉÂÏ ÏÂÎÏ×ÉÔØ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÐÒÏÇÒÁÍÍÙ ports-mgmt/portupgrade. âÏÌØÛÉÎÓÔ×Ï + ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÒÅÄÐÏÞÔÕÔ ×ÙÐÏÌÎÉÔØ ÔÅÓÔÏ×ÏÅ ÐÏÓÔÒÏÅÎÉÅ, ÚÁÐÕÓÔÉ× ÄÌÑ + ÜÔÏÇÏ ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; portupgrade -af + + üÔÏ ÐÏÚ×ÏÌÉÔ ÕÂÅÄÉÔØÓÑ × ÔÏÍ, ÞÔÏ ×Ó£ ÂÕÄÅÔ ÐÅÒÅÕÓÔÁÎÏ×ÌÅÎÏ + ÐÒÁ×ÉÌØÎÏ. ïÂÒÁÔÉÔÅ ×ÎÉÍÁÎÉÅ, ÞÔÏ ÅÓÌÉ ÐÅÒÅÍÅÎÎÏÊ ÏËÒÕÖÅÎÉÑ + BATCH ÐÒÉÓ×ÏÉÔØ ÚÎÁÞÅÎÉÅ yes, + ÔÏ ÎÁ ×ÓÅ ×ÏÐÒÏÓÙ × ÔÅÞÅÎÉÅ ÜÔÏÇÏ ÐÒÏÃÅÓÓÁ ÂÕÄÅÔ ×ÏÚ×ÒÁÝÁÔØÓÑ + ÏÔ×ÅÔ yes, ÞÔÏ ÐÏÚ×ÏÌÉÔ ÉÓËÌÀÞÉÔØ ÎÅÏÂÈÏÄÉÍÏÓÔØ + ÒÕÞÎÏÇÏ ×ÍÅÛÁÔÅÌØÓÔ×Á × ÐÒÏÃÅÓÓ ÐÏÓÔÒÏÅÎÉÑ. + + ïÂÎÏ×ÌÅÎÉÑ ÓÏ ÓÍÅÎÏÊ ÓÔÁÒÛÅÊ É ÍÌÁÄÛÅÊ ×ÅÒÓÉÊ ÍÏÖÎÏ ×ÙÐÏÌÎÉÔØ, + ÕËÁÚÁ× ÚÎÁÞÅÎÉÅ ×ÅÒÓÉÉ, ÎÁ ËÏÔÏÒÕÀ ÂÕÄÅÔ ÐÒÏÉÚ×ÅÄÅÎ ÐÅÒÅÈÏÄ, × + ËÁÞÅÓÔ×Å ÁÒÇÕÍÅÎÔÁ ËÏÍÁÎÄÙ freebsd-update. + ôÁË, ÎÁÐÒÉÍÅÒ, ÍÏÖÎÏ ×ÙÐÏÌÎÉÔØ ÏÂÎÏ×ÌÅÎÉÅ ÄÏ ×ÅÒÓÉÉ + &os; 6.3: + + &prompt.root; freebsd-update -r 6.3-RELEASE upgrade + + ðÏÓÌÅ Ó×ÏÅÇÏ ÚÁÐÕÓËÁ freebsd-update + ÁÎÁÌÉÚÉÒÕÅÔ ÓÏÄÅÒÖÉÍÏÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ ÆÁÊÌÁ É ÓÏÂÉÒÁÅÔ + ÎÅÏÂÈÏÄÉÍÕÀ ÄÌÑ ÐÒÏ×ÅÄÅÎÉÑ ÏÂÎÏ×ÌÅÎÉÑ ÉÎÆÏÒÍÁÃÉÀ Ï ÔÅËÕÝÅÊ + ÕÓÔÁÎÏ×ÌÅÎÎÏÊ ÓÉÓÔÅÍÅ. îÁ ÜËÒÁÎ ÂÕÄÅÔ ×ÙÄÁÎ ÐÅÒÅÞÅÎØ ËÏÍÐÏÎÅÎÔÏ×, + ËÏÔÏÒÙÅ ÕÄÁÌÏÓØ É ÎÅ ÕÄÁÌÏÓØ ÏÂÎÁÒÕÖÉÔØ ÕÓÔÁÎÏ×ÌÅÎÎÙÍÉ. + îÁÐÒÉÍÅÒ: + + Looking up update.FreeBSD.org mirrors... 1 mirrors found. +Fetching metadata signature for 6.3-BETA1 from update1.FreeBSD.org... done. +Fetching metadata index... done. +Inspecting system... done. + +The following components of FreeBSD seem to be installed: +kernel/smp src/base src/bin src/contrib src/crypto src/etc src/games +src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue +src/sbin src/secure src/share src/sys src/tools src/ubin src/usbin +world/base world/info world/lib32 world/manpages + +The following components of FreeBSD do not seem to be installed: +kernel/generic world/catpages world/dict world/doc world/games +world/proflibs + +Does this look reasonable (y/n)? y + + óÌÅÄÕÀÝÉÍ ÛÁÇÏÍ freebsd-update ÐÏÐÙÔÁÅÔÓÑ + ÚÁÇÒÕÚÉÔØ ÐÏ ÓÅÔÉ ÆÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ×ÙÐÏÌÎÅÎÉÑ ÏÂÎÏ×ÌÅÎÉÑ. + ÷ ÎÅËÏÔÏÒÙÈ ÓÌÕÞÁÑÈ ÍÏÖÅÔ ÐÏÔÒÅÂÏ×ÁÔØÓÑ ÏÔ×ÅÔÉÔØ ÎÁ ×ÏÐÒÏÓÙ + ÏÔÎÏÓÉÔÅÌØÎÏ ÔÏÇÏ, ÞÔÏ É ËÁË ÕÓÔÁÎÁ×ÌÉ×ÁÔØ. + + ðÏÓÌÅ ÔÏÇÏ, ËÁË ×ÓÅ ÉÚÍÅÎÅÎÉÑ ÂÙÌÉ ÚÁÇÒÕÖÅÎÙ, ÏÎÉ ÂÕÄÕÔ + ÐÒÉÍÅÎÅÎÙ. üÔÏÔ ÐÒÏÃÅÓÓ ÍÏÖÅÔ ÚÁÎÑÔØ ÏÐÒÅÄÅÌ£ÎÎÏÅ ×ÒÅÍÑ, × + ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ É ÔÅËÕÝÅÊ ÚÁÇÒÕÖÅÎÎÏÓÔÉ + ËÏÍÐØÀÔÅÒÁ. úÁÔÅÍ ÂÕÄÅÔ ×ÙÐÏÌÎÅÎÏ ÓÌÉÑÎÉÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÈ ÆÁÊÌÏ× + — ÜÔÁ ÞÁÓÔØ ÐÒÏÃÅÓÓÁ ÔÒÅÂÕÅÔ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ ÏÐÒÅÄÅÌ£ÎÎÏÇÏ + ×ÍÅÛÁÔÅÌØÓÔ×Á, ÔÁË ËÁË ÄÌÑ ÆÁÊÌÁ ÍÏÖÎÏ ×ÙÐÏÌÎÉÔØ ÓÌÉÑÎÉÅ + Á×ÔÏÍÁÔÉÞÅÓËÉ, Á ÍÏÖÎÏ ÏÔËÒÙÔØ ÔÅËÓÔÏ×ÙÊ ÒÅÄÁËÔÏÒ ÄÌÑ ÓÌÉÑÎÉÑ + ×ÒÕÞÎÕÀ. òÅÚÕÌØÔÁÔ ÕÓÐÅÛÎÏÇÏ ÓÌÉÑÎÉÑ ÂÕÄÅÔ ÐÏËÁÚÁÎ ÎÁ ÜËÒÁÎÅ. + îÅÕÄÁÞÎÏÅ ÉÌÉ ÐÒÏÐÕÝÅÎÎÏÅ ÓÌÉÑÎÉÅ ×ÙÚÏ×ÅÔ ÐÒÅÖÄÅ×ÒÅÍÅÎÎÏÅ ÚÁ×ÅÒÛÅÎÉÅ + ÐÒÏÇÒÁÍÍÙ. íÏÖÎÏ ÐÏÄÇÏÔÏ×ÉÔØ ÒÅÚÅÒ×ÎÕÀ ËÏÐÉÀ ËÁÔÁÌÏÇÁ /etc ÄÌÑ ÔÁËÉÈ ×ÁÖÎÙÈ ÆÁÊÌÏ× ËÁË + master.passwd É group É + ×ÙÐÏÌÎÉÔØ ÉÈ ÓÌÉÑÎÉÅ ×ÒÕÞÎÕÀ ÐÏÚÄÎÅÅ. + + + îÁ ÄÁÎÎÏÍ ÜÔÁÐÅ ÓÉÓÔÅÍÁ ÅÝÅ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÎÁ, É ×ÓÅ ÉÚÍÅÎÅÎÉÑ + É ÓÌÉÑÎÉÑ ÐÒÏÉÓÈÏÄÑÔ × ÏÔÄÅÌØÎÏÍ ËÁÔÁÌÏÇÅ. ôÅÐÅÒØ, ËÏÇÄÁ ×ÓÅ + ÉÚÍÅÎÅÎÉÑ ÕÓÐÅÛÎÏ ÐÒÉÍÅÎÅÎÙ, ×ÓÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ ÓÌÉÔÙ É + ËÁÖÅÔÓÑ, ÞÔÏ ÐÒÏÃÅÓÓ ÄÏÌÖÅÎ ÐÒÏÊÔÉ ÐÌÁ×ÎÏ, ÐÏÌØÚÏ×ÁÔÅÌØ ÄÏÌÖÅÎ + ÕÓÔÁÎÏ×ÉÔØ ÉÚÍÅÎÅÎÉÑ. + + + ðÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÜÔÏÇÏ ÐÒÏÃÅÓÓÁ, ÉÚÍÅÎÅÎÉÑ ÍÏÇÕÔ ÂÙÔØ + ÕÓÔÁÎÏ×ÌÅÎÙ ÎÁ ÄÉÓË Ó ÐÏÍÏÝØÀ ÓÌÅÄÕÀÝÅÊ ËÏÍÁÎÄÙ. + + &prompt.root; freebsd-update install + + ÷ ÐÅÒ×ÕÀ ÏÞÅÒÅÄØ ÉÚÍÅÎÅÎÉÑ ÂÕÄÕÔ ÐÒÉÍÅÎÅÎÙ Ë ÑÄÒÕ É ÅÇÏ ÍÏÄÕÌÑÍ. + ðÏÓÌÅ ÜÔÏÇÏ ËÏÍÐØÀÔÅÒ ÄÏÌÖÅÎ ÂÙÔØ ÐÅÒÅÚÁÇÒÕÖÅÎ. óÌÅÄÕÀÝÁÑ ËÏÍÁÎÄÁ + ×ÙÐÏÌÎÉÔ ÐÅÒÅÚÁÇÒÕÚËÕ ËÏÍÐØÀÔÅÒÁ, ÐÏÓÌÅ ÞÅÇÏ ÂÕÄÅÔ ÚÁÇÒÕÖÅÎÏ ÎÏ×ÏÅ + ÑÄÒÏ: + + &prompt.root; shutdown -r now + + ðÏÓÌÅ ÐÅÒÅÚÁÇÒÕÚËÉ ÎÕÖÎÏ ÐÏ×ÔÏÒÎÏ ÚÁÐÕÓÔÉÔØ ËÏÍÁÎÄÕ + freebsd-update. ëÏÍÁÎÄÁ ÐÒÏÞÉÔÁÅÔ, ÎÁ ËÁËÏÍ + ÜÔÁÐÅ ÏÎÁ ÎÁÈÏÄÉÔÓÑ, É ÐÅÒÅÊÄ£Ô Ë ÕÄÁÌÅÎÉÀ ÓÔÁÒÙÈ ÏÂßÅËÔÎÙÈ ÆÁÊÌÏ× + É ÓÏ×ÍÅÓÔÎÏ ÉÓÐÏÌØÚÕÅÍÙÈ ÂÉÂÌÉÏÔÅË. þÔÏÂÙ ÐÅÒÅÊÔÉ Ë ÜÔÏÍÕ ÜÔÁÐÕ, + ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; freebsd-update install + + + ëÏÌÉÞÅÓÔ×Ï ÜÔÁÐÏ× ÕÓÔÁÎÏ×ËÉ ÏÂÎÏ×ÌÅÎÉÊ ÍÏÖÅÔ ÂÙÔØ Ä×Á ×ÍÅÓÔÏ + ÔÒ£È É ÚÁ×ÉÓÉÔ ÏÔ ÔÏÇÏ, ÂÙÌÉ ÌÉ ÉÚÍÅÎÅÎÙ ÎÏÍÅÒÁ ×ÅÒÓÉÊ ËÁËÉÈ-ÌÉÂÏ + ÓÏ×ÍÅÓÔÎÏ ÉÓÐÏÌØÚÕÅÍÙÈ ÂÉÂÌÉÏÔÅË. + + + ôÅÐÅÒØ ÐÏÎÁÄÏÂÉÔÓÑ ÐÅÒÅÓÏÂÒÁÔØ É ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ ×Ó£ ÓÔÏÒÏÎÎÅÅ + ÐÒÏÇÒÁÍÍÎÏÅ ÏÂÅÓÐÅÞÅÎÉÅ. üÔÏ ÎÅÏÂÈÏÄÉÍÁÑ ÏÐÅÒÁÃÉÑ, ÔÁË ËÁË + ÕÓÔÁÎÏ×ÌÅÎÎÏÅ ÐÒÏÇÒÁÍÍÎÏÅ ÏÂÅÓÐÅÞÅÎÉÅ ÍÏÖÅÔ ÚÁ×ÉÓÅÔØ ÏÔ ÂÉÂÌÉÏÔÅË, + ËÏÔÏÒÙÅ ÂÙÌÉ ÕÄÁÌÅÎÙ × ÐÒÏÃÅÓÓÅ ÓÍÅÎÙ ×ÅÒÓÉÉ ÏÐÅÒÁÃÉÏÎÎÏÊ ÓÉÓÔÅÍÙ. + äÌÑ Á×ÔÏÍÁÔÉÚÁÃÉÉ ÜÔÏÇÏ ÐÒÏÃÅÓÓÁ ÍÏÖÎÏ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ËÏÍÁÎÄÏÊ + ports-mgmt/portupgrade. + îÁÞÁÔØ ÍÏÖÎÏ ÓÏ ÓÌÅÄÕÀÝÉÈ ËÏÍÁÎÄ: + + &prompt.root; portupgrade -f ruby +&prompt.root; rm /var/db/pkg/pkgdb.db +&prompt.root; portupgrade -f ruby18-bdb +&prompt.root; rm /var/db/pkg/pkgdb.db /usr/ports/INDEX-*.db +&prompt.root; portupgrade -af + + ðÏÓÌÅ ÜÔÏÇÏ ÚÁ×ÅÒÛÉÔÅ ÐÒÏÃÅÓÓ ÏÂÎÏ×ÌÅÎÉÑ ÐÏÓÌÅÄÎÉÍ ÚÁÐÕÓËÏÍ + freebsd-update. ÷ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ, + ÞÔÏÂÙ ÕÂÅÄÉÔØÓÑ, ÞÔÏ ÎÉÞÅÇÏ ÎÅ ÚÁÂÙÔÏ × ÐÒÏÃÅÓÓÅ ÏÂÎÏ×ÌÅÎÉÑ: + + &prompt.root; freebsd-update install + + ðÅÒÅÚÁÇÒÕÚÉÔÅ ËÏÍÐØÀÔÅÒ Ó ÎÏ×ÏÊ ×ÅÒÓÉÅÊ &os;. îÁ ÜÔÏÍ ÐÒÏÃÅÓÓ + ÚÁ×ÅÒÛ£Î. + + + + óÒÁ×ÎÅÎÉÅ ÓÏÓÔÏÑÎÉÑ ÓÉÓÔÅÍÙ + + õÔÉÌÉÔÁ freebsd-update ÍÏÖÅÔ ÂÙÔØ + ÉÓÐÏÌØÚÏ×ÁÎÁ ÄÌÑ ÐÒÏ×ÅÒËÉ ÓÏÓÔÏÑÎÉÑ ÕÓÔÁÎÏ×ÌÅÎÎÏÊ ×ÅÒÓÉÉ &os; + ÏÔÎÏÓÉÔÅÌØÎÏ ÉÚ×ÅÓÔÎÏÊ ÈÏÒÏÛÅÊ ËÏÐÉÉ. ïÃÅÎÉ×ÁÅÔÓÑ ÔÅËÕÝÁÑ ×ÅÒÓÉÑ + ÓÉÓÔÅÍÎÙÈ ÕÔÉÌÉÔ, ÂÉÂÌÉÏÔÅË É ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÈ ÆÁÊÌÏ×. äÌÑ ÔÏÇÏ, + ÞÔÏÂÙ ÎÁÞÁÔØ ÓÒÁ×ÎÅÎÉÅ, ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; freebsd-update IDS >> outfile.ids + + + îÅ ÓÍÏÔÒÑ ÎÁ ÔÏ, ÞÔÏ ËÏÍÁÎÄÁ ÎÁÚÙ×ÁÅÔÓÑ + IDS, ÜÔÏ ÎÉ × ËÏÅÊ ÍÅÒÅ ÎÅ ÄÏÌÖÎÏ Ñ×ÌÑÔØÓÑ + ÚÁÍÅÎÏÊ ÓÉÓÔÅÍÅ ÏÂÎÁÒÕÖÅÎÉÑ ×ÔÏÒÖÅÎÉÊ, ÔÁËÏÊ ËÁË security/snort. ðÏÓËÏÌØËÕ + freebsd-update ÓÏÈÒÁÎÁÅÔ Ó×ÏÉ ÄÁÎÎÙÅ ÎÁ + ÄÉÓËÅ, ×ÏÚÍÏÖÎÏÓÔØ ÐÏÄÍÅÎÙ ÓÔÁÎÏ×ÉÔÓÑ ÏÞÅ×ÉÄÎÏÊ. é ÈÏÔÑ ÜÔÁ + ×ÏÚÍÏÖÎÏÓÔØ ÍÏÖÅÔ ÂÙÔØ ÕÍÅÎØÛÅÎÁ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÎÁÓÔÒÏÊËÉ + kern.securelevel, Á ÔÁËÖÅ ÉÓÐÏÌØÚÕÑ ÄÌÑ + ÚÁÐÉÓÉ ÄÁÎÎÙÈ freebsd-update ÆÁÊÌÏ×ÕÀ + ÓÉÓÔÅÍÕ, ËÏÔÏÒÁÑ × ÏÓÔÁÌØÎÏÅ ×ÒÅÍÑ ÓÍÏÎÔÉÒÏ×ÁÎÁ ÔÏÌØËÏ ÎÁ + ÞÔÅÎÉÅ, ÌÕÞÛÉÍ ÒÅÛÅÎÉÅÍ ÂÕÄÅÔ ÓÒÁ×ÎÉÔØ ÓÉÓÔÅÍÕ ÏÔÎÏÓÉÔÅÌØÎÏ + ÜÔÁÌÏÎÁ ÎÁ ÆÉÚÉÞÅÓËÉ ÚÁÝÉÝÅÎÎÏÍ ÎÏÓÉÔÅÌÅ, ÔÁËÏÍ ËÁË + DVD ÉÌÉ ×ÎÅÛÎÉÊ USB ÄÉÓË + Ó ×ËÌÀÞ£ÎÎÏÊ ÚÁÝÉÔÏÊ ÏÔ ÚÁÐÉÓÉ. + + + ôÅÐÅÒØ ÚÁÐÕÓÔÉÔÓÑ ÐÒÏ×ÅÒËÁ ÓÉÓÔÅÍÙ, × ÒÅÚÕÌØÔÁÔÅ ËÏÔÏÒÏÊ ÂÕÄÅÔ + ×Ù×ÅÄÅÎ ÓÐÉÓÏË ÆÁÊÌÏ× Ó ÉÈ ËÏÎÔÒÏÌØÎÙÍÉ ÓÕÍÍÁÍÉ × &man.sha256.1; Ó + ÉÚ×ÅÓÔÎÙÍ ÚÎÁÞÅÎÉÅÍ ÄÌÑ ÆÁÊÌÁ ÉÚ ÒÅÌÉÚÁ É ÚÎÁÞÅÎÉÅÍ ÄÌÑ ÔÅËÕÝÅÇÏ + × ÓÉÓÔÅÍÅ. òÅÚÕÌØÔÁÔ ×Ù×ÏÄÉÔÓÑ ÓÌÉÛËÏÍ ÂÙÓÔÒÏ ÄÌÑ ÎÁÇÌÑÄÎÏÇÏ + ÓÒÁ×ÎÅÎÉÑ É ×ÓËÏÒÅ ÚÁÐÏÌÎÑÅÔ ËÏÎÓÏÌØÎÙÊ ÂÕÆÅÒ. ðÏ ÜÔÏÊ ÐÒÉÞÉÎÅ × + ÄÁÎÎÏÍ ÐÒÉÍÅÒÅ ×Ù×ÏÄ ÐÅÒÅÎÁÐÒÁ×ÌÅÎ × ÆÁÊÌ + outfile.ids. + + üÔÉ ÓÔÒÏËÉ ÔÁËÖÅ ÏÞÅÎØ ÄÌÉÎÎÙÅ, ÎÏ ÚÁÔÏ ÔÁËÏÊ ÆÏÒÍÁÔ ×Ù×ÏÄÁ + ÕÄÏÂÅÎ ÄÌÑ ÒÁÚÂÏÒÁ. ôÁË, ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÓÐÉÓËÁ ×ÓÅÈ ÏÔÌÉÞÁÀÝÉÈÓÑ + ÏÔ ÒÅÌÉÚÁ ÆÁÊÌÏ× ÄÏÓÔÁÔÏÞÎÏ ×ÙÐÏÌÎÉÔØ ÔÁËÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; cat outfile.ids | awk '{ print $1 }' | more +/etc/master.passwd +/etc/motd +/etc/passwd +/etc/pf.conf + + ÷Ù×ÏÄ ÓÐÅÃÉÁÌØÎÏ ÏÂÒÅÚÁÎ, ÎÁ ÓÁÍÏÍ ÄÅÌÅ ÆÁÊÌÏ× ÎÁÍÎÏÇÏ ÂÏÌØÛÅ. + îÅËÏÔÏÒÙÅ ÉÚ ÎÉÈ ÉÚÍÅÎÅÎÙ × ÈÏÄÅ ÎÏÒÍÁÌØÎÏÊ ÒÁÂÏÔÙ: ÔÁË, ÆÁÊÌ + /etc/passwd ÂÙÌ ÉÚÍÅΣΠÐÏÓÌÅ ÚÁ×ÅÄÅÎÉÑ + ÐÏÌØÚÏ×ÁÔÅÌÅÊ × ÓÉÓÔÅÍÅ. ÷ ÎÅËÏÔÏÒÙÈ ÓÌÕÞÁÑÈ ÍÏÇÕÔ ÂÙÔØ É ÄÒÕÇÉÅ + ÆÁÊÌÙ, ÔÁËÉÅ ËÁË ÍÏÄÕÌÉ ÑÄÒÁ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÉÚÍÅÎÉÔØÓÑ ×ÓÌÅÄÓÔ×ÉÅ + ÏÂÎÏ×ÌÅÎÉÑ ÞÅÒÅÚ freebsd-update. äÌÑ + ÉÓËÌÀÞÅÎÉÑ ÉÚ ÐÒÏ×ÅÒËÉ ËÏÎËÒÅÔÎÙÈ ÆÁÊÌÏ× É ËÁÔÁÌÏÇÏ× ÕËÁÖÉÔÅ ÉÈ + × ËÁÞÅÓÔ×Å ÚÎÁÞÅÎÉÑ ÐÁÒÁÍÅÔÒÁ IDSIgnorePaths + × /etc/freebsd-update.conf. + + üÔÁ ÓÉÓÔÅÍÁ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ËÁË ÞÁÓÔØ ÂÏÌÅÅ ÓÌÏÖÎÏÊ + ÐÒÏÃÅÄÕÒÙ ÏÂÎÏ×ÌÅÎÉÑ, × ÏÔÌÉÞÉÅ ÏÔ ÏÐÉÓÁÎÎÏÇÏ ×ÙÛÅ ÓÐÏÓÏÂÁ. + + + + + + Tom + Rhodes + ðÒÅÄÏÓÔÁ×ÉÌ + + + + + Colin + Percival + îÁ ÏÓÎÏ×Å ÚÁÍÅÔÏË, ËÏÔÏÒÙÅ ÐÒÅÄÏÓÔÁ×ÉÌ + + + + Portsnap: ÓÒÅÄÓÔ×Ï ÏÂÎÏ×ÌÅÎÉÑ ëÏÌÌÅËÃÉÉ ðÏÒÔÏ× + + ÏÂÎÏ×ÌÅÎÉÅ É ÓÍÅÎÁ ×ÅÒÓÉÉ + + Portsnap + ÏÂÎÏ×ÌÅÎÉÅ É ÓÍÅÎÁ ×ÅÒÓÉÉ + + + äÌÑ ÏÂÎÏ×ÌÅÎÉÑ ëÏÌÌÅËÃÉÉ ðÏÒÔÏ× × ÂÁÚÏ×ÕÀ ÐÏÓÔÁ×ËÕ &os; + ×ËÌÀÞÅÎÁ ÕÔÉÌÉÔÁ &man.portsnap.8;. ÷Ï ×ÒÅÍÑ Å£ ×ÙÐÏÌÎÅÎÉÑ + ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó ÕÄÁÌ£ÎÎÙÍ ÓÅÒ×ÅÒÏÍ, ÐÒÏ×ÅÒÑÅÔÓÑ + ÐÒÁ×ÉÌØÎÏÓÔØ ËÌÀÞÁ É ÚÁÇÒÕÖÁÅÔÓÑ ÎÏ×ÁÑ ËÏÐÉÑ ëÏÌÌÅËÃÉÉ ðÏÒÔÏ×. + ëÌÀÞ ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ÐÒÏ×ÅÒËÉ ÃÅÌÏÓÔÎÏÓÔÉ ÚÁÇÒÕÖÅÎÎÙÈ ÆÁÊÌÏ× + ÄÌÑ ÉÓËÌÀÞÅÎÉÑ ×ÏÚÍÏÖÎÏÓÔÉ ÐÏÄÍÅÎÙ ÎÁ ÜÔÁÐÅ ÐÅÒÅÄÁÞÉ ÆÁÊÌÏ×. + äÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏÓÌÅÄÎÅÊ ×ÅÒÓÉÉ ÆÁÊÌÏ× ëÏÌÌÅËÃÉÉ ðÏÒÔÏ× ×ÙÐÏÌÎÉÔÅ + ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; portsnap fetch +Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. +Fetching snapshot tag from portsnap1.FreeBSD.org... done. +Fetching snapshot metadata... done. +Updating from Wed Aug 6 18:00:22 EDT 2008 to Sat Aug 30 20:24:11 EDT 2008. +Fetching 3 metadata patches.. done. +Applying metadata patches... done. +Fetching 3 metadata files... done. +Fetching 90 patches.....10....20....30....40....50....60....70....80....90. done. +Applying patches... done. +Fetching 133 new ports or files... done. + + ÷ ÄÁÎÎÏÍ ÐÒÉÍÅÒÅ ÐÏËÁÚÁÎÏ, ÞÔÏ &man.portsnap.8; ÏÂÎÁÒÕÖÉÌÁ + É ×ÅÒÉÆÉÃÉÒÏ×ÁÌÁ ÎÅÓËÏÌØËÏ ÐÁÔÞÅÊ ÏÔÎÏÓÉÔÅÌØÎÏ ÔÅËÕÝÅÇÏ ÓÏÄÅÒÖÉÍÏÇÏ + ÐÏÒÔÏ×. úÄÅÓØ ÔÁËÖÅ ×ÉÄÎÏ, ÞÔÏ ÕÔÉÌÉÔÁ ÕÖÅ ÚÁÐÕÓËÁÌÁÓØ ÒÁÎÅÅ, + ÉÎÁÞÅ ÐÒÉ ÐÅÒ×ÏÍ ÚÁÐÕÓËÅ ÂÙÌÁ ÂÙ ÚÁÇÒÕÖÅÎÁ ×ÓÑ ËÏÌÌÅËÃÉÑ. + + ðÏÓÌÅ ÔÏÇÏ ËÁË &man.portsnap.8; ÕÓÐÅÛÎÏ ÚÁ×ÅÒÛÉÌÁ ÏÐÅÒÁÃÉÀ + fetch, ëÏÌÌÅËÃÉÑ ðÏÒÔÏ× É ÓÏÐÕÔÓÔ×ÕÀÝÉÅ ÐÁÔÞÉ + ÎÁÈÏÄÑÔÓÑ ÎÁ ÌÏËÁÌØÎÏÊ ÓÉÓÔÅÍÅ É ÐÒÏÛÌÉ ÐÒÏ×ÅÒËÕ ÃÅÌÏÓÔÎÏÓÔÉ. + ïÂÎÏ×Ì£ÎÎÙÅ ÆÁÊÌÙ ÍÏÖÎÏ ÕÓÔÁÎÏ×ÉÔØ ËÏÍÁÎÄÏÊ: + + &prompt.root; portsnap extract +/usr/ports/.cvsignore +/usr/ports/CHANGES +/usr/ports/COPYRIGHT +/usr/ports/GIDs +/usr/ports/KNOBS +/usr/ports/LEGAL +/usr/ports/MOVED +/usr/ports/Makefile +/usr/ports/Mk/bsd.apache.mk +/usr/ports/Mk/bsd.autotools.mk +/usr/ports/Mk/bsd.cmake.mk +... + + îÁ ÜÔÏÍ ÐÒÏÃÅÓÓ ÚÁ×ÅÒÛ£Î, É ÔÅÐÅÒØ ÐÒÉÌÏÖÅÎÉÑ ÍÏÖÎÏ + ÕÓÔÁÎÏ×ÉÔØ ÉÌÉ ÏÂÎÏ×ÉÔØ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ëÏÌÌÅËÃÉÉ ðÏÒÔÏ×. + + äÌÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÇÏ ÚÁÐÕÓËÁ ÏÂÏÉÈ ÐÒÏÃÅÓÓÏ× ×ÙÐÏÌÎÉÔÅ + ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ: + + &prompt.root; portsnap fetch update + + - &os.current; ÐÒÏÔÉ× &os.stable; + éÓÐÏÌØÚÏ×ÁÎÉÅ ×ÅÔ×É ÒÁÚÒÁÂÏÔËÉ -CURRENT -STABLE @@ -220,7 +710,7 @@ ðÏÄÐÉÛÉÔÅÓØ ÎÁ ÓÐÉÓËÉ ÒÁÓÓÙÌËÉ &a.current.name; É - &a.cvsall.name;. üÔÏ ÎÅ ÐÒÏÓÔÏ ÈÏÒÏÛÁÑ ÉÄÅÑ, ÜÔÏ + &a.svn-src-head.name;. üÔÏ ÎÅ ÐÒÏÓÔÏ ÈÏÒÏÛÁÑ ÉÄÅÑ, ÜÔÏ ÎÅÏÂÈÏÄÉÍÏÓÔØ. åÓÌÉ ×Ù ÎÅ Ñ×ÌÑÅÔÅÓØ ÕÞÁÓÔÎÉËÏÍ ÓÐÉÓËÁ ÒÁÓÓÙÌËÉ &a.current.name;, ÔÏ ×Ù ÎÅ Õ×ÉÄÉÔÅ ÚÁÍÅÞÁÎÉÊ, @@ -229,15 +719,17 @@ ÒÅÛÅÎÙ ÄÒÕÇÉÍÉ. åÝ£ ÈÕÖÅ, ÅÓÌÉ ×Ù ÐÒÏÐÕÓÔÉÔÅ ×ÁÖÎÙÅ ÓÏÏÂÝÅÎÉÑ, ËÁÓÁÀÝÉÅÓÑ ÖÉÚÎÅÓÐÏÓÏÂÎÏÓÔÉ ×ÁÛÅÊ ÓÉÓÔÅÍÙ. - óÐÉÓÏË ÒÁÓÓÙÌËÉ &a.cvsall.name; ÐÏÚ×ÏÌÉÔ ×ÁÍ ÄÌÑ ËÁÖÄÏÇÏ + óÐÉÓÏË ÒÁÓÓÙÌËÉ &a.svn-src-head.name; ÐÏÚ×ÏÌÉÔ ×ÁÍ ÄÌÑ ËÁÖÄÏÇÏ ÉÚÍÅÎÅÎÉÑ Õ×ÉÄÅÔØ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÕÀ ÚÁÐÉÓØ × ÖÕÒÎÁÌÅ ËÏÍÍÉÔÏ×, Á ÏÎÉ ÐÏÒÏÊ ÓÏÄÅÒÖÁÔ ÏÔÎÏÓÑÝÕÀÓÑ Ë ÄÅÌÕ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÏÚÍÏÖÎÙÈ ÐÏÂÏÞÎÙÈ ÜÆÆÅËÔÁÈ. - þÔÏÂÙ ÐÏÄËÌÀÞÉÔØÓÑ Ë ÜÔÉÍ É ÄÒÕÇÉÍ ÄÏÓÔÕÐÎÙÍ ÓÐÉÓËÁÍ + þÔÏÂÙ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ÜÔÉ É ÄÒÕÇÉÅ ÄÏÓÔÕÐÎÙÅ ÓÐÉÓËÉ ÒÁÓÓÙÌËÉ, ÐÅÒÅÊÄÉÔÅ ÐÏ ÓÓÙÌËÅ &a.mailman.lists.link; É Ý£ÌËÎÉÔÅ ÎÁ ÓÐÉÓËÅ, Ë ËÏÔÏÒÏÍÕ ×Ù ÈÏÔÉÔÅ ÐÏÄËÌÀÞÉÔØÓÑ. éÎÓÔÒÕËÃÉÉ ÐÏ - ÄÁÌØÎÅÊÛÉÍ ÄÅÊÓÔ×ÉÑÍ ÒÁÚÍÅÝÅÎÙ ÔÁÍ ÖÅ. + ÄÁÌØÎÅÊÛÉÍ ÄÅÊÓÔ×ÉÑÍ ÒÁÚÍÅÝÅÎÙ ÔÁÍ ÖÅ. åÓÌÉ ×Ù ÚÁÉÎÔÅÒÅÓÏ×ÁÎÙ + × ÏÔÓÌÅÖÉ×ÁÎÉÉ ÉÚÍÅÎÅÎÉÊ ×ÓÅÇÏ ÄÅÒÅ×Á ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×, ÔÏ ÍÙ + ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ &a.svn-src-all.name;. @@ -275,6 +767,23 @@ ÔÅËÓÔÙ Á×ÔÏÍÁÔÉÞÅÓËÉ. éÚÍÅÎÉÔÅ ÐÒÉÍÅÒÎÙÊ ÆÁÊÌ supfile ×ÙÛÅ É ÏÔËÏÎÆÉÇÕÒÉÒÕÊÔÅ cvsup ÄÌÑ ×ÁÛÅÇÏ ÏËÒÕÖÅÎÉÑ. + + ðÒÉÍÅÒÎÙÊ ÆÁÊÌ standard-supfile + ÐÒÅÄÎÁÚÎÁÞÅÎ ÄÌÑ ÏÔÓÌÅÖÉ×ÁÎÉÑ ÓÐÅÃÉÁÌØÎÏÊ ×ÅÔËÉ + ÂÅÚÏÐÁÓÎÏÓÔÉ &os;, Á ÎÅ &os.current;. ÷ÁÍ ÎÕÖÎÏ + ÏÔËÒÙÔØ ÜÔÏÔ ÆÁÊÌ ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ É ÚÁÍÅÎÉÔØ × Î£Í + ÓÔÒÏËÕ: + + *default release=cvs tag=RELENG_X_Y + + ÎÁ ÓÌÅÄÕÀÝÕÀ: + + *default release=cvs tag=. + + äÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏÄÒÏÂÎÏÊ ÉÎÆÏÒÍÁÃÉÉ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ + ÔÅÇÏ× ÏÂÒÁÔÉÔÅÓØ Ë ÒÁÚÄÅÌÕ òÕËÏ×ÏÄÓÔ×Á ôÅÇÉ CVS. + @@ -416,15 +925,20 @@ ÄÁ×ÁÑ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ×ÏÚÍÏÖÎÏÓÔØ ×ÙÓËÁÚÁÔØ Ó×ÏÅ ÍÎÅÎÉÅ Ï ×ÏÚÍÏÖÎÙÈ ÔÏÎËÉÈ ÍÏÍÅÎÔÁÈ. - óÐÉÓÏË ÒÁÓÓÙÌËÉ &a.cvsall.name; ÐÏÚ×ÏÌÉÔ ×ÁÍ ÄÌÑ ËÁÖÄÏÇÏ - ÉÚÍÅÎÅÎÉÑ Õ×ÉÄÅÔØ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÕÀ ÚÁÐÉÓØ × ÖÕÒÎÁÌÅ ËÏÍÍÉÔÏ×, - Á ÏÎÉ ÐÏÒÏÊ ÓÏÄÅÒÖÁÔ ÏÔÎÏÓÑÝÕÀÓÑ Ë ÄÅÌÕ + ðÒÉÓÏÅÄÉÎÑÊÔÅÓØ Ë ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÍÕ ÓÐÉÓËÕ ÒÁÓÓÙÌËÉ + SVN ÄÌÑ ÔÏÊ ×ÅÔ×É, ËÏÔÏÒÕÀ ×Ù + ÉÓÐÏÌØÚÕÅÔÅ. îÁÐÒÉÍÅÒ, ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ ×ÅÔ×Ø 7-STABLE, ÔÏ + ÐÒÉÓÏÅÄÉÎÑÊÔÅÓØ Ë ÓÐÉÓËÕ &a.svn-src-stable-7.name;. üÔÏ + ÐÏÚ×ÏÌÉÔ ×ÁÍ ÐÒÏÓÍÁÔÒÉ×ÁÔØ ÚÁÐÉÓÉ × ÖÕÒÎÁÌÅ ËÏÍÍÉÔÏ× ÄÌÑ + ËÁÖÄÏÇÏ ÉÚÍÅÎÅÎÉÑ, Á ÏÎÉ ÐÏÒÏÊ ÓÏÄÅÒÖÁÔ ÏÔÎÏÓÑÝÕÀÓÑ Ë ÄÅÌÕ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÏÚÍÏÖÎÙÈ ÐÏÂÏÞÎÙÈ ÜÆÆÅËÔÁÈ. þÔÏÂÙ ÐÏÄËÌÀÞÉÔØÓÑ Ë ÜÔÉÍ É ÄÒÕÇÉÍ ÄÏÓÔÕÐÎÙÍ ÓÐÉÓËÁÍ ÒÁÓÓÙÌËÉ, ÐÅÒÅÊÄÉÔÅ ÐÏ ÓÓÙÌËÅ &a.mailman.lists.link; É Ý£ÌËÎÉÔÅ ÎÁ ÓÐÉÓËÅ, Ë ËÏÔÏÒÏÍÕ ×Ù ÈÏÔÉÔÅ ÐÏÄËÌÀÞÉÔØÓÑ. éÎÓÔÒÕËÃÉÉ ÐÏ - ÄÁÌØÎÅÊÛÉÍ ÄÅÊÓÔ×ÉÑÍ ÒÁÚÍÅÝÅÎÙ ÔÁÍ ÖÅ. + ÄÁÌØÎÅÊÛÉÍ ÄÅÊÓÔ×ÉÑÍ ÒÁÚÍÅÝÅÎÙ ÔÁÍ ÖÅ. åÓÌÉ ×Ù ÚÁÉÎÔÅÒÅÓÏ×ÁÎÙ + × ÏÔÓÌÅÖÉ×ÁÎÉÉ ÉÚÍÅÎÅÎÉÊ ×ÓÅÇÏ ÄÅÒÅ×Á ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×, ÔÏ ÍÙ + ÒÅËÏÍÅÎÄÕÅÍ ×ÁÍ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ &a.svn-src-all.name;. @@ -674,10 +1188,11 @@ ÔÅËÓÔÏ×, Á ÚÁÔÅÍ ×ÙÐÏÌÎÉÔØ ÓÌÅÄÕÀÝÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ: - &prompt.root; make buildworld + &prompt.root; cd /usr/src +&prompt.root; make buildworld &prompt.root; make buildkernel &prompt.root; make installkernel -&prompt.root; reboot +&prompt.root; shutdown -r now åÓÔØ ÎÅÓËÏÌØËÏ ÒÅÄËÉÈ ÓÌÕÞÁÅ×, ËÏÇÄÁ ÐÅÒÅÄ ×ÙÐÏÌÎÅÎÉÅÍ @@ -693,7 +1208,9 @@ ÅÓÔØ ÐÏÓÒÅÄÓÔ×ÏÍ ËÏÍÁÎÄÙ boot -s, ÚÁÄÁÎÎÏÊ × ÐÒÉÇÌÁÛÅÎÉÉ ÚÁÇÒÕÚÞÉËÁ). ðÏÓÌÅ ÜÔÏÇÏ ×ÙÐÏÌÎÉÔÅ: - &prompt.root; mergemaster -p + &prompt.root; mount -a -t ufs +&prompt.root; mergemaster -p +&prompt.root; cd /usr/src &prompt.root; make installworld &prompt.root; mergemaster &prompt.root; reboot @@ -885,7 +1402,7 @@ - + ðÅÒÅËÏÍÐÉÌÉÒÕÊÔÅ ÉÓÈÏÄÎÙÅ ÔÅËÓÔÙ ÂÁÚÏ×ÏÊ ÓÉÓÔÅÍÙ @@ -1265,7 +1782,8 @@ Script done, … ÎÅÔ × /usr/src/etc. åÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ &man.mergemaster.8; (ËÁË ÜÔÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ), - ÔÏ ×Ù ÍÏÖÅÔÅ ÐÅÒÅÊÔÉ ÓÒÁÚÕ Ë ÓÌÅÄÕÀÝÅÍÕ + ÔÏ ×Ù ÍÏÖÅÔÅ ÐÅÒÅÊÔÉ ÓÒÁÚÕ Ë ÓÌÅÄÕÀÝÅÍÕ ÒÁÚÄÅÌÕ. ÷ÒÕÞÎÕÀ ÐÒÏÝÅ ×ÓÅÇÏ ÓÄÅÌÁÔØ ÜÔÏ, ÕÓÔÁÎÏ×É× ÆÁÊÌÙ × ÎÏ×ÙÊ ËÁÔÁÌÏÇ, @@ -1417,7 +1935,7 @@ Script done, … - + ðÅÒÅÚÁÇÒÕÚËÁ ôÅÐÅÒØ ×Ù ÓÄÅÌÁÌÉ ×Ó£. ðÏÓÌÅ ÔÏÇÏ, ËÁË ×Ù ÐÒÏ×ÅÒÉÌÉ, ÞÔÏ ×Ó£ @@ -1786,9 +2304,10 @@ Building everything.. ËÁÔÁÌÏÇ /usr/src ÄÏÌÖÅÎ ÂÙÔØ ÎÁ ÍÁÛÉÎÅ ÐÏÓÔÒÏÅÎÉÑ, Á ÐÏ NFS ÏÎ ÄÏÌÖÅÎ ÂÙÔØ ÓÍÏÎÔÉÒÏ×ÁÎ ÎÁ ÏÓÔÁÌØÎÙÈ. - îÁËÏÎÅÃ, ÕÄÏÓÔÏ×ÅÒØÔÅÓØ × ÔÏÍ, ÞÔÏ ÆÁÊÌ - /etc/make.conf ÎÁ ×ÓÅÈ ÍÁÛÉÎÁÈ ÎÁÂÏÒÁ ÄÌÑ - ÐÏÓÔÒÏÅÎÉÑ ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÍÁÛÉÎÅ ÐÏÓÔÒÏÅÎÉÑ. üÔÏ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÁÛÉÎÁ + îÁËÏÎÅÃ, ÕÄÏÓÔÏ×ÅÒØÔÅÓØ × ÔÏÍ, ÞÔÏ ÆÁÊÌÙ + /etc/make.conf É + /etc/src.conf ÎÁ ×ÓÅÈ ÍÁÛÉÎÁÈ ÎÁÂÏÒÁ ÄÌÑ + ÐÏÓÔÒÏÅÎÉÑ ÓÏÏÔ×ÅÔÓÔ×ÕÀÔ ÍÁÛÉÎÅ ÐÏÓÔÒÏÅÎÉÑ. üÔÏ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÁÛÉÎÁ ÐÏÓÔÒÏÅÎÉÑ ÄÏÌÖÎÁ ÓÔÒÏÉÔØ ×ÓÅ ÞÁÓÔÉ ÏÓÎÏ×ÎÏÇÏ ÓÉÓÔÅÍÎÏÇÏ ÎÁÂÏÒÁ, ËÏÔÏÒÙÅ ÂÕÄÕÔ ÕÓÔÁÎÁ×ÌÉ×ÁÔØÓÑ ÎÁ ËÁÖÄÏÊ ÍÁÛÉÎÅ ÉÚ ÎÁÂÏÒÁ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ. ëÒÏÍÅ ÔÏÇÏ, Õ ËÁÖÄÏÊ ÍÁÛÉÎÙ ÐÏÓÔÒÏÅÎÉÑ ÄÏÌÖÎÏ ÂÙÔØ ÚÁÄÁÎÏ Modified: head/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.xml Tue Dec 11 13:39:57 2012 (r40343) +++ head/ru_RU.KOI8-R/books/handbook/kernelconfig/chapter.xml Tue Dec 11 16:19:40 2012 (r40344) @@ -348,7 +348,7 @@ following line in &man.loader.conf.5;: ÐÏÎÑÔØ, ÞÔÏ ×Ù ÕÄÁÌÉÌÉ ÓÏÂÓÔ×ÅÎÎÙÊ ÆÁÊÌ ÎÁÓÔÒÏÊËÉ ÑÄÒÁ. îÅ ÒÅÄÁËÔÉÒÕÊÔÅ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ GENERIC, ÏÎ ÍÏÖÅÔ ÂÙÔØ ÔÁËÖÅ ÐÅÒÅÚÁÐÉÓÁÎ É ÐÒÉ ÓÌÅÄÕÀÝÅÍ ÏÂÎÏ×ÌÅÎÉÉ ÄÅÒÅ×Á ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×, + linkend="updating-upgrading">ÏÂÎÏ×ÌÅÎÉÉ ÄÅÒÅ×Á ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×, É ÉÚÍÅÎÅÎÉÑ ÑÄÒÁ ÂÕÄÕÔ ÐÏÔÅÒÑÎÙ. ÷Ù ÍÏÖÅÔÅ ÓÏÈÒÁÎÉÔØ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ ÑÄÒÁ × ÄÒÕÇÏÍ ÍÅÓÔÅ, @@ -387,7 +387,7 @@ following line in &man.loader.conf.5;: åÓÌÉ ×Ù ÓÉÎÈÒÏÎÉÚÉÒÕÅÔÅ ÄÅÒÅ×Ï ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× + linkend="updating-upgrading">ÓÉÎÈÒÏÎÉÚÉÒÕÅÔÅ ÄÅÒÅ×Ï ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× Ó ÄÅÒÅ×ÏÍ ÐÒÏÅËÔÁ &os;, ÎÅ ÚÁÂÕÄØÔÅ Ó×ÅÒÉÔØÓÑ Ó ÆÁÊÌÏÍ /usr/src/UPDATING ÐÅÒÅÄ ÏÂÎÏ×ÌÅÎÉÅÍ. ÷ ÜÔÏÍ ÆÁÊÌÅ ÏÐÉÓÁÎÙ ×ÓÅ ×ÁÖÎÙÅ ×ÏÐÒÏÓÙ É ÏÂÌÁÓÔÉ ÉÓÈÏÄÎÏÇÏ ËÏÄÁ, ÔÒÅÂÕÀÝÉÅ Modified: head/ru_RU.KOI8-R/books/handbook/preface/preface.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/preface/preface.xml Tue Dec 11 13:39:57 2012 (r40343) +++ head/ru_RU.KOI8-R/books/handbook/preface/preface.xml Tue Dec 11 16:19:40 2012 (r40344) @@ -450,7 +450,8 @@ - , îÁ ÐÅÒÅÄÎÅÍ ËÒÁÅ ÒÁÚÒÁÂÏÔÏË + , ïÂÎÏ×ÌÅÎÉÅ + ÓÉÓÔÅÍÙ É ÓÍÅÎÁ ×ÅÒÓÉÉ ïÂßÑÓÎÑÅÔ ÒÁÚÌÉÞÉÑ ÍÅÖÄÕ FreeBSD-STABLE, FreeBSD-CURRENT É FreeBSD-RELEASE. òÁÓÓËÁÚÙ×ÁÅÔ, ËÏÍÕ ÉÚ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÂÕÄÅÔ ÐÏÌÅÚÎÏ Modified: head/ru_RU.KOI8-R/books/handbook/serialcomms/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/serialcomms/chapter.xml Tue Dec 11 13:39:57 2012 (r40343) +++ head/ru_RU.KOI8-R/books/handbook/serialcomms/chapter.xml Tue Dec 11 16:19:40 2012 (r40344) @@ -2699,7 +2699,7 @@ boot: ðÏÌÕÞÉÔÅ ÉÓÈÏÄÎÙÅ ÔÅËÓÔÙ ÑÄÒÁ (ÇÌÁ×Á - ) + ) From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:26:50 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 988518CF; Tue, 11 Dec 2012 23:26:50 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7498FC12; Tue, 11 Dec 2012 23:26:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNQoRS015504; Tue, 11 Dec 2012 23:26:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNQoWk015503; Tue, 11 Dec 2012 23:26:50 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112326.qBBNQoWk015503@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:26:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40346 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:26:50 -0000 Author: eadler Date: Tue Dec 11 23:26:49 2012 New Revision: 40346 URL: http://svnweb.freebsd.org/changeset/doc/40346 Log: Update the i18n policy to fix a stale link. Approved by: core (jhb) Modified: head/en_US.ISO8859-1/htdocs/internal/i18n.xml Modified: head/en_US.ISO8859-1/htdocs/internal/i18n.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/i18n.xml Tue Dec 11 16:49:17 2012 (r40345) +++ head/en_US.ISO8859-1/htdocs/internal/i18n.xml Tue Dec 11 23:26:49 2012 (r40346) @@ -38,7 +38,8 @@

      Reference:

        -
      1. IBM +
      2. IBM Localization guidelines
      From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:34 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B898BC92; Tue, 11 Dec 2012 23:40:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9C67B8FC1A; Tue, 11 Dec 2012 23:40:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNeYkS017094; Tue, 11 Dec 2012 23:40:34 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNeYWt017093; Tue, 11 Dec 2012 23:40:34 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNeYWt017093@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40347 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:34 -0000 Author: eadler Date: Tue Dec 11 23:40:34 2012 New Revision: 40347 URL: http://svnweb.freebsd.org/changeset/doc/40347 Log: Add mention of specific hardware. Submitted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:26:49 2012 (r40346) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:34 2012 (r40347) @@ -8297,6 +8297,9 @@ ATDT1234567 url="&url.books.handbook;/serial.html">Serial Communications chapter of the handbook.
      + Most multi-port PCI cards that are based on 16550 or + clones are supported with no extra effort. + Some unnamed clone cards have also been known to work, especially those that claim to be AST compatible. From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:37 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ACC0C93; Tue, 11 Dec 2012 23:40:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 109E78FC1B; Tue, 11 Dec 2012 23:40:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNeawO017129; Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNeaJf017128; Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNeaJf017128@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40348 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:37 -0000 Author: eadler Date: Tue Dec 11 23:40:36 2012 New Revision: 40348 URL: http://svnweb.freebsd.org/changeset/doc/40348 Log: Special instructions for dealing with ancient mice are not needed anymore. Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:34 2012 (r40347) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:36 2012 (r40348) @@ -2111,54 +2111,6 @@ - - I have an unusual bus mouse. How do I set it - up? - - - - &os; supports the bus mouse and the InPort bus mouse - from such manufacturers as Microsoft, Logitech and ATI. The - GENERIC kernel does not include the - device driver. To build a custom kernel with the bus mouse - driver, add the following line to the kernel config - file: - - device mse0 at isa? port 0x23c irq5 - - Bus mice usually come with dedicated interface cards. - These cards may allow you to set the port address and the - IRQ number other than shown above. Refer to the manual of - your mouse and the &man.mse.4; manual page for more - information. - - - - - - How do I use my PS/2 (mouse port or - keyboard) mouse? - - - - The PS/2 mouse is supported out-of-the-box. The - necessary device driver, psm, is - included in the kernel. - - If your custom kernel does not have this, add the - following line to your kernel configuration and compile a - new kernel. - - device psm0 at atkbdc? irq 12 - - Once the kernel detects psm0 - correctly at boot time, a device node - psm0 will be created - automatically. - - - - Is it possible to use a mouse in any way outside the X Window system? @@ -2248,18 +2200,6 @@ - - How do I use the mouse/trackball/touchpad on my - laptop? - - - - Please refer to the answer to - the previous question. - - - - How do I use my delete key in sh and csh? From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:39 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83D95C94; Tue, 11 Dec 2012 23:40:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 693B88FC08; Tue, 11 Dec 2012 23:40:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNed3f017165; Tue, 11 Dec 2012 23:40:39 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNedWP017164; Tue, 11 Dec 2012 23:40:39 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNedWP017164@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40349 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:39 -0000 Author: eadler Date: Tue Dec 11 23:40:38 2012 New Revision: 40349 URL: http://svnweb.freebsd.org/changeset/doc/40349 Log: Don't make it seem like tcsh is in the ports collection Submitted by; bjk Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:36 2012 (r40348) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:38 2012 (r40349) @@ -3734,10 +3734,11 @@ kern.timecounter.hardware: TSC -> i82 meeting as many of these requirements simultaneously as we can. In order to keep /bin/sh small, we have not provided many of the convenience features that - other shells have. That is why the Ports Collection - includes more featureful shells like + other shells have. That is why other more + featureful shells like bash, scsh, - &man.tcsh.1;, and zsh. (You can + &man.tcsh.1;, and zsh are available. + (You can compare for yourself the memory utilization of all these shells by looking at the VSZ and RSS columns in a ps From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:41 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D33D3CCC; Tue, 11 Dec 2012 23:40:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B7C278FC12; Tue, 11 Dec 2012 23:40:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNef1B017204; Tue, 11 Dec 2012 23:40:41 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNef6g017203; Tue, 11 Dec 2012 23:40:41 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNef6g017203@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40350 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:41 -0000 Author: eadler Date: Tue Dec 11 23:40:41 2012 New Revision: 40350 URL: http://svnweb.freebsd.org/changeset/doc/40350 Log: "What other sources of information are there?" is answered by the entire next section: "Documentation and support" Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:38 2012 (r40349) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:41 2012 (r40350) @@ -606,19 +606,6 @@ an article on how to write good problem reports.
      - - - - What other sources of information are there? - - - - Please check the Documentation - list on the main &os; web site. - -
      From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:44 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A8AACCE; Tue, 11 Dec 2012 23:40:44 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7768FC13; Tue, 11 Dec 2012 23:40:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNehK0017241; Tue, 11 Dec 2012 23:40:43 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNehex017240; Tue, 11 Dec 2012 23:40:43 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212112340.qBBNehex017240@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Dec 2012 23:40:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40351 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:40:44 -0000 Author: eadler Date: Tue Dec 11 23:40:43 2012 New Revision: 40351 URL: http://svnweb.freebsd.org/changeset/doc/40351 Log: Prefer service(1) over explicitly running /etc/rc.d/ scripts. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:41 2012 (r40350) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:43 2012 (r40351) @@ -5954,7 +5954,7 @@ options SYSVMSG # enable for with the following command (as root): - &prompt.root; /etc/rc.d/devfs restart + &prompt.root; service devfs restart From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:34 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97C7F2E2; Wed, 12 Dec 2012 00:07:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7B84F8FC08; Wed, 12 Dec 2012 00:07:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07Yht021761; Wed, 12 Dec 2012 00:07:34 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07YsQ021760; Wed, 12 Dec 2012 00:07:34 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212120007.qBC07YsQ021760@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 00:07:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40352 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 00:07:34 -0000 Author: eadler Date: Wed Dec 12 00:07:33 2012 New Revision: 40352 URL: http://svnweb.freebsd.org/changeset/doc/40352 Log: Almost no one is affected by this any more. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:43 2012 (r40351) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:33 2012 (r40352) @@ -1466,22 +1466,6 @@ - - Why can I not get past the boot manager's - F? prompt? - - - - This is another symptom of the problem described in the - preceding question. Your BIOS geometry and &os; geometry - settings do not agree! If your controller or BIOS supports - cylinder translation (often marked as >1GB drive - support), try toggling its setting and reinstalling - &os;. - - - - Do I need to install the source? From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:37 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B7312E3; Wed, 12 Dec 2012 00:07:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EA4628FC0C; Wed, 12 Dec 2012 00:07:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07aBX021801; Wed, 12 Dec 2012 00:07:36 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07aMO021800; Wed, 12 Dec 2012 00:07:36 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212120007.qBC07aMO021800@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 00:07:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40353 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 00:07:37 -0000 Author: eadler Date: Wed Dec 12 00:07:36 2012 New Revision: 40353 URL: http://svnweb.freebsd.org/changeset/doc/40353 Log: Even though floppies are still supported for the last three remaining users of PC-98 it isn't common to get questions about floppies. Instead answer with the most likely cause of the problem. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:33 2012 (r40352) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:36 2012 (r40353) @@ -1373,41 +1373,19 @@ - Strange things happen when I boot the install floppy! + Strange things happen when I boot the install disk! What is happening? If you are seeing things like the machine grinding to a halt or spontaneously rebooting when you try to boot the - install floppy, here are three questions to ask - yourself: - - - - Did you use a new, freshly-formatted, error-free - floppy (preferably a brand-new one straight out of the - box, as opposed to the magazine cover disk that has been - lying under the bed for the last three years)? - - - - Did you download the floppy image in binary (or - image) mode? (do not be embarrassed, even the best of us - have accidentally downloaded a binary file in ASCII mode - at least once!) - - - - If you are using &windows; 95 or - &windows; 98 did you run fdimage - or rawrite in pure DOS mode? These - operating systems can interfere with programs that write - directly to hardware, which the disk creation program - does; even running it inside a DOS shell in the GUI can - cause this problem. - - + &os; installer, make sure that the SHA256 hash of + the image matches the one on the website. If you + accidently downloaded the disk image in binary (or + image) mode the will be corrupted. (Do not be embarrassed, + even the best of us have accidentally downloaded a binary + file in ASCII mode at least once!) From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:39 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 734AF2E4; Wed, 12 Dec 2012 00:07:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA528FC12; Wed, 12 Dec 2012 00:07:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07dxq021839; Wed, 12 Dec 2012 00:07:39 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07dQH021838; Wed, 12 Dec 2012 00:07:39 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212120007.qBC07dQH021838@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 00:07:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40354 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 00:07:39 -0000 Author: eadler Date: Wed Dec 12 00:07:38 2012 New Revision: 40354 URL: http://svnweb.freebsd.org/changeset/doc/40354 Log: HEAD is expected to be buildable and *work*; that said the users are expected to be able to deal with problems. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:36 2012 (r40353) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:38 2012 (r40354) @@ -382,17 +382,12 @@ url="&url.books.handbook;/index.html">Handbook for details on running -CURRENT. - If you are not familiar with the operating system or are - not capable of identifying the difference between a real - problem and a temporary problem, you should not use + If you are not familiar with &os; + you should not use &os.current;. This branch sometimes evolves quite quickly - and can be un-buildable sometimes. + and due to mistake can be un-buildable at times. People that use &os.current; are expected to be able to - analyze any problems and only report them if they are deemed - to be mistakes rather than glitches. - Questions such as make world produces some error - about groups on the &a.current; may be treated with - contempt. + analyze, debug, and report problems. Every month, snapshot From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:41 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C42E133C; Wed, 12 Dec 2012 00:07:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 901508FC15; Wed, 12 Dec 2012 00:07:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07f8P021882; Wed, 12 Dec 2012 00:07:41 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07fFV021881; Wed, 12 Dec 2012 00:07:41 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212120007.qBC07fFV021881@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 00:07:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40355 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 00:07:41 -0000 Author: eadler Date: Wed Dec 12 00:07:40 2012 New Revision: 40355 URL: http://svnweb.freebsd.org/changeset/doc/40355 Log: Expand a bit upon the first FAQ question: "What is FreeBSD?" and don't redirect people to the home page for further information. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:38 2012 (r40354) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:40 2012 (r40355) @@ -121,17 +121,18 @@ - Briefly, &os; is a &unix; like operating system for - AMD64 and &intel; EM64T, &i386; PC-98, IA-64, &arm;, - &powerpc; and &ultrasparc; platforms based on U.C. + &os; is a modern operating system for desktops, + laptops, servers, and embedded systems with + support for a large number of platforms. + + It is based on U.C. Berkeley's 4.4BSD-Lite release, with some 4.4BSD-Lite2 enhancements. It is also based indirectly on William Jolitz's port of U.C. Berkeley's Net/2 to the &i386;, known as 386BSD, though very little of the 386BSD code - remains. A fuller description of what &os; is and how it - can work for you may be found on the &os; home page. + remains. &os; is used by companies, Internet Service Providers, researchers, computer professionals, students and home users From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:44 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08DAC33D; Wed, 12 Dec 2012 00:07:44 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E085F8FC16; Wed, 12 Dec 2012 00:07:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07hTe021917; Wed, 12 Dec 2012 00:07:43 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07h1I021916; Wed, 12 Dec 2012 00:07:43 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212120007.qBC07h1I021916@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 00:07:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40356 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 00:07:44 -0000 Author: eadler Date: Wed Dec 12 00:07:43 2012 New Revision: 40356 URL: http://svnweb.freebsd.org/changeset/doc/40356 Log: "World Wide Web" sounds dated. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:40 2012 (r40355) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:43 2012 (r40356) @@ -86,7 +86,7 @@ unless otherwise noted. If you are interested in helping with this project, send email to the &a.doc;. The latest version of this document is always available from the &os; World Wide Web server. + url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/index.html">&os; website. It may also be downloaded as one large HTML file with HTTP or as a variety of other formats from the Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74D43149; Wed, 12 Dec 2012 13:02:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 590E48FC15; Wed, 12 Dec 2012 13:02:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCD27MJ052691; Wed, 12 Dec 2012 13:02:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCD27I7052690; Wed, 12 Dec 2012 13:02:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212121302.qBCD27I7052690@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 13:02:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40357 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 13:02:07 -0000 Author: eadler Date: Wed Dec 12 13:02:06 2012 New Revision: 40357 URL: http://svnweb.freebsd.org/changeset/doc/40357 Log: This entire section has not been needed since kbdmux was added to GENERIC. Noted by: tj Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:43 2012 (r40356) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:06 2012 (r40357) @@ -2000,62 +2000,6 @@ - - Does &os; support my USB keyboard? - - - - &os; supports USB keyboards out-of-the-box. Once you - have USB keyboard support enabled on your system, the AT - keyboard becomes /dev/kbd0 and - the USB keyboard becomes - /dev/kbd1, if both are connected - to the system. If there is the USB keyboard only, it will - be /dev/ukbd0. - - If you want to use the USB keyboard in the console, - you have to explicitly tell the console driver to use the - existing USB keyboard. This can be done by running the - following command as a part of system - initialization. - - &prompt.root; kbdcontrol -k /dev/kbd1 < /dev/console > /dev/null - - Note that if the USB keyboard is the only keyboard, it - is accessed as /dev/ukbd0, thus, - the command should look like: - - &prompt.root; kbdcontrol -k /dev/ukbd0 < /dev/console > /dev/null - - - To make this change permanent across reboots, add - keyboard="/dev/ukbd0" to - /etc/rc.conf. - - - Once this is done, the USB keyboard should work in the - X environment as well without any special settings. - - If you want to switch back to the default keyboard, - use this command: - - &prompt.root; kbdcontrol -k /dev/kbd0 > /dev/null - - To allow using both the second USB keyboard and the - first AT keyboard at the same time on a console via - &man.kbdmux.4; driver type the following commands: - - &prompt.root; kbdcontrol -K < /dev/console > /dev/null -&prompt.root; kbdcontrol -a atkbd0 < /dev/kbdmux0 > /dev/null -&prompt.root; kbdcontrol -a ukbd1 < /dev/kbdmux0 > /dev/null -&prompt.root; kbdcontrol -k /dev/kbdmux0 < /dev/console > /dev/null - - See the &man.ukbd.4;, &man.kbdcontrol.1; and - &man.kbdmux.4; manual pages for more information. - - - - Is it possible to use a mouse in any way outside the X Window system? From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 13:02:09 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8FB114A; Wed, 12 Dec 2012 13:02:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CDE388FC16; Wed, 12 Dec 2012 13:02:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCD29GL052727; Wed, 12 Dec 2012 13:02:09 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCD2962052726; Wed, 12 Dec 2012 13:02:09 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212121302.qBCD2962052726@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 13:02:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40358 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 13:02:10 -0000 Author: eadler Date: Wed Dec 12 13:02:09 2012 New Revision: 40358 URL: http://svnweb.freebsd.org/changeset/doc/40358 Log: Do not wrap inside link: it causes an extra space where there shouldn't be one. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:06 2012 (r40357) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:09 2012 (r40358) @@ -5725,8 +5725,8 @@ options SYSVMSG # enable for Although it is not recommended to delete this directory, to do so you will need to unset the schg flag first. See the &man.chflags.1; manual page for more information - (and bear in mind the answer to - the question on unsetting the schg flag). + (and bear in mind the answer to + the question on unsetting the schg flag). From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 13:02:12 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30DE514B; Wed, 12 Dec 2012 13:02:12 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 156B48FC13; Wed, 12 Dec 2012 13:02:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCD2BNi052766; Wed, 12 Dec 2012 13:02:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCD2Bmb052765; Wed, 12 Dec 2012 13:02:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212121302.qBCD2Bmb052765@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 13:02:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40359 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 13:02:12 -0000 Author: eadler Date: Wed Dec 12 13:02:11 2012 New Revision: 40359 URL: http://svnweb.freebsd.org/changeset/doc/40359 Log: Point users that care about FreeBSD internals to the architecture handbook instead of a bibliography. Approved by: bcr Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:09 2012 (r40358) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:11 2012 (r40359) @@ -8984,7 +8984,7 @@ hint.sio.7.irq="12" For a list of relevant books, please check the Handbook's Operating System Internals Bibliography. + url="&url.books.arch-handbook;">&os; Architecture Handbook. Additionally, much general &unix; knowledge is directly applicable to &os;. From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 13:07:08 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BECD424; Wed, 12 Dec 2012 13:07:08 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 202958FC0A; Wed, 12 Dec 2012 13:07:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCD78Vh053861; Wed, 12 Dec 2012 13:07:08 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCD77Uj053860; Wed, 12 Dec 2012 13:07:07 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201212121307.qBCD77Uj053860@svn.freebsd.org> From: Ryusuke SUZUKI Date: Wed, 12 Dec 2012 13:07:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40360 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 13:07:08 -0000 Author: ryusuke Date: Wed Dec 12 13:07:07 2012 New Revision: 40360 URL: http://svnweb.freebsd.org/changeset/doc/40360 Log: - Merge the following from the English version: r39989 -> r40313 head/ja_JP.eucJP/share/xml/header.l10n.ent Modified: head/ja_JP.eucJP/share/xml/header.l10n.ent Modified: head/ja_JP.eucJP/share/xml/header.l10n.ent ============================================================================== --- head/ja_JP.eucJP/share/xml/header.l10n.ent Wed Dec 12 13:02:11 2012 (r40359) +++ head/ja_JP.eucJP/share/xml/header.l10n.ent Wed Dec 12 13:07:07 2012 (r40360) @@ -5,7 +5,7 @@ - + ¥µ¥¤¥È¥Þ¥Ã¥× | ÃÎŪºâ»º¸¢¤Ë¤Ä¤¤¤Æ | (C) 1995–2012 The FreeBSD Project. @@ -28,6 +28,7 @@
    • ÆÃħ
    • ¥×¥í¥â¡¼¥·¥ç¥ó³èÆ°
    • ¥Þ¡¼¥±¥Æ¥£¥ó¥°³èÆ°
    • +
    • ¥×¥é¥¤¥Ð¥·¡¼¥Ý¥ê¥·¡¼
    From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 19:12:44 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3731612E; Wed, 12 Dec 2012 19:12:44 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-3.mit.edu (DMZ-MAILSEC-SCANNER-3.MIT.EDU [18.9.25.14]) by mx1.freebsd.org (Postfix) with ESMTP id 98BBF8FC08; Wed, 12 Dec 2012 19:12:43 +0000 (UTC) X-AuditID: 1209190e-b7f516d0000008e4-36-50c8d5f8e190 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id 08.68.02276.8F5D8C05; Wed, 12 Dec 2012 14:07:36 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id qBCJ7a1O009696; Wed, 12 Dec 2012 14:07:36 -0500 Received: from multics.mit.edu (SYSTEM-LOW-SIPB.MIT.EDU [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id qBCJ7Xqf023046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 12 Dec 2012 14:07:35 -0500 (EST) Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id qBCJ7XQg010282; Wed, 12 Dec 2012 14:07:33 -0500 (EST) Date: Wed, 12 Dec 2012 14:07:33 -0500 (EST) From: Benjamin Kaduk To: Eitan Adler Subject: Re: svn commit: r40359 - head/en_US.ISO8859-1/books/faq In-Reply-To: <201212121302.qBCD2Bmb052765@svn.freebsd.org> Message-ID: References: <201212121302.qBCD2Bmb052765@svn.freebsd.org> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrIIsWRmVeSWpSXmKPExsUixG6nrvvj6okAg7UvJS1+fDzEZLHr7xxm ixuL9jNZ7O7vZXZg8ZjxaT5LAGMUl01Kak5mWWqRvl0CV8aJ5o/MBe2cFdt6W5kaGM+xdzFy cEgImEg0zvDoYuQEMsUkLtxbz9bFyMUhJLCPUWLlg8csIAkhgQ2MEtt2p0MkTjBJPHp+Baqq gVFi2fwrrCBVLALaEqfP3GMHsdkEVCRmvtnIBmKLANnf9/9kArGZBaIk9ixtBKsXFnCQ2L5x Llg9p4CVxLmpfcwgNi9Q/FDfG0aIzZYSSw4/BasRFdCRWL1/CgtEjaDEyZlPWCBmWkqc+3Od bQKj4CwkqVlIUgsYmVYxyqbkVunmJmbmFKcm6xYnJ+blpRbpGuvlZpbopaaUbmIEhSynJN8O xq8HlQ4xCnAwKvHwXnh5PECINbGsuDL3EKMkB5OSKO+yCycChPiS8lMqMxKLM+KLSnNSiw8x SnAwK4nwuh0AyvGmJFZWpRblw6SkOViUxHmvpNz0FxJITyxJzU5NLUgtgsnKcHAoSfA+vALU KFiUmp5akZaZU4KQZuLgBBnOAzT8GkgNb3FBYm5xZjpE/hSjopQ472WQhABIIqM0D64XllJe MYoDvSLMOwekigeYjuC6XwENZgIaHHfpOMjgkkSElFQDo3Gl/9XewmfTmeXXKFsceuGXl7v/ hlBw5v36BGfPxDNMj3UC3eW2Wdx4MHli7ZXH7nr/T7A9as7fUR6lbnxzztuO3qdJMuvd/m2L 2rNhYsajb8unWC1kfDy9tfhuS+3B+f2SB45tlODiXqq6zeKX2V0Leff1G0I5ygL+iX6IPSz5 9fr6T9di7JRYijMSDbWYi4oTAZ/Q86AEAwAA Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 19:12:44 -0000 On Wed, 12 Dec 2012, Eitan Adler wrote: > Author: eadler > Date: Wed Dec 12 13:02:11 2012 > New Revision: 40359 > URL: http://svnweb.freebsd.org/changeset/doc/40359 > > Log: > Point users that care about FreeBSD internals to the > architecture handbook instead of a bibliography. > > Approved by: bcr > > Modified: > head/en_US.ISO8859-1/books/faq/book.xml > > Modified: head/en_US.ISO8859-1/books/faq/book.xml > ============================================================================== > --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:09 2012 (r40358) > +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:11 2012 (r40359) > @@ -8984,7 +8984,7 @@ hint.sio.7.irq="12"
    > > For a list of relevant books, please check the > Handbook's - url="&url.books.handbook;/bibliography-osinternals.html">Operating System Internals Bibliography. > + url="&url.books.arch-handbook;">&os; Architecture Handbook. The Handbook's FreeBSD Architecture Handbook? Pretty sure the two books are, well, different books. -Ben From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 19:15:29 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 956B42C8 for ; Wed, 12 Dec 2012 19:15:29 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 06D618FC16 for ; Wed, 12 Dec 2012 19:15:28 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so1007052lah.13 for ; Wed, 12 Dec 2012 11:15:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=72AbE75903bQQutfFeGUg+FDMVqJHLOePAtoEXfz5RI=; b=HQMC8OPexBKwaZISCV0/jbK7m5Z6hrSTy/Wuj2zgs5f8xp4oM3G+SWGJQm7nKNZ9vL yJ+M+gebt3lvoDtkISO7uMZooMw+rwrch09C1dMeSeAWwcmpzwGlg4snLqo938AcW/4Y AIe8vvSr6sHGBTdwyemYKq1vfatulplEzTFTQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=72AbE75903bQQutfFeGUg+FDMVqJHLOePAtoEXfz5RI=; b=NnqxyvBZqqFuTvziHf+VRoTbVdTfIvL8uilAFJ9ODGgbXuqXxWero5xi4tRMlePq+I bByUE0ML5Ag0K2j3ZZf43Vx1GdGvulC8WerFYT9PDw499tI2HZG+E7L3TgA1+P3Jhd7w TSu5eJ11xEyLnSX4HuvPKDzhENg4dqmD3Nx4wzjzdWMFZsDURH4xQ8PDQgkC8WNSMiBB mNrFR/mCgpk0UDbcCYffTamX/0vanu4xIdz6vX/Qh7jk/mQbuKAznKhWMub5eml3tp9w 8anmQTU9usu21itziVu1EigjyynmKbtRbtHNQoRcDyF7hSozs9pckysGwH7R0v09T0GK FwJw== Received: by 10.152.111.166 with SMTP id ij6mr2143077lab.47.1355339727818; Wed, 12 Dec 2012 11:15:27 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.149.225 with HTTP; Wed, 12 Dec 2012 11:14:57 -0800 (PST) In-Reply-To: References: <201212121302.qBCD2Bmb052765@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Dec 2012 14:14:57 -0500 X-Google-Sender-Auth: T5AjcDEyz9Gkjr5FPqntPulwsbA Message-ID: Subject: Re: svn commit: r40359 - head/en_US.ISO8859-1/books/faq To: Benjamin Kaduk Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmMPAexkH5PSdS0SxMs4iK91TqDfXemKPB434ZIzVsfy+eY/8NGy/ZNGnxNB0P0VRlCerSN Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 19:15:29 -0000 On 12 December 2012 14:07, Benjamin Kaduk wrote: > On Wed, 12 Dec 2012, Eitan Adler wrote: > >> Author: eadler >> Date: Wed Dec 12 13:02:11 2012 >> New Revision: 40359 >> URL: http://svnweb.freebsd.org/changeset/doc/40359 >> >> Log: >> Point users that care about FreeBSD internals to the >> architecture handbook instead of a bibliography. >> >> Approved by: bcr >> >> Modified: >> head/en_US.ISO8859-1/books/faq/book.xml >> >> Modified: head/en_US.ISO8859-1/books/faq/book.xml >> >> ============================================================================== >> --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:09 2012 >> (r40358) >> +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 13:02:11 2012 >> (r40359) >> @@ -8984,7 +8984,7 @@ hint.sio.7.irq="12" >> >> For a list of relevant books, please check the >> Handbook's > - >> url="&url.books.handbook;/bibliography-osinternals.html">Operating System >> Internals Bibliography. >> + url="&url.books.arch-handbook;">&os; Architecture >> Handbook. > > > The Handbook's FreeBSD Architecture Handbook? > Pretty sure the two books are, well, different books. Oops, this is one of those "reading what you want to read" cases. I'll fix tonight unless you get to it first. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 21:32:26 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57AFA7F9; Wed, 12 Dec 2012 21:32:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF138FC12; Wed, 12 Dec 2012 21:32:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLWQMV053759; Wed, 12 Dec 2012 21:32:26 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCLWPIM053755; Wed, 12 Dec 2012 21:32:25 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122132.qBCLWPIM053755@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 21:32:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40361 - in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/layout/css share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 21:32:26 -0000 Author: gjb Date: Wed Dec 12 21:32:25 2012 New Revision: 40361 URL: http://svnweb.freebsd.org/changeset/doc/40361 Log: Per request of deb@, put the "Donate to FreeBSD" button in the default page header. The following changes were made: - Remove the Donate to FreeBSD button added a few days ago - Add stylesheet entries for the new button. Note this button is pure CSS, and does not use background images for the rounded boarders. - Move the 'Donate' and 'Contact' links from the header: o 'Donate' is now 'Hardware Donations' in the menu dropdown. o 'Contact' is now in the footer. o The 'Donate' link that existed in the menu dropdown is now 'Monetary Donations'. - The header2.donatebutton entity is now used for this button, so translation teams can modify localized header.l10n.ent for the button text. - Comment the header2.searchnav entity entries in header.ent for now, until I figure out what to do with them. This change should have zero UI regressions, and solves the problem of the previously added button pushing the 'New to FreeBSD' button down into the security text.[1] Requested by: deb Reported by: emaste[1], gavin[1] Modified: head/en_US.ISO8859-1/htdocs/index.xsl head/en_US.ISO8859-1/htdocs/layout/css/layout.css head/share/xml/header.ent head/share/xml/xhtml.xsl Modified: head/en_US.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/index.xsl Wed Dec 12 13:07:07 2012 (r40360) +++ head/en_US.ISO8859-1/htdocs/index.xsl Wed Dec 12 21:32:25 2012 (r40361) @@ -193,14 +193,6 @@
    .
    -
    .
    -
    - -
    -
    .
    -
    .
    @@ -344,5 +336,6 @@ permission of The FreeBSD Foundation. + &header2.word.contact; Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Dec 12 13:07:07 2012 (r40360) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Dec 12 21:32:25 2012 (r40361) @@ -409,6 +409,43 @@ width: 150px; } +/* Donate Button */ + /* height and width details */ +.frontdonatetop div, .frontdonatetop, .frontdonatebot div, .frontdonatebot { + width: 20%; + height: 10px; + font-size: 1px; + text-align: center; +} + +.frontdonatecontent { + margin: 0; + padding: 0; + margin-top: -4px; + margin-bottom: -4px; + text-align: center; + font-size: 1.1em; + font-weight: bold; +} + +.frontdonatecontent a, .frontdonatecontent a:link, .frontdonatecontent a:visited, .frontdonatecontent a:hover, .frontdonatecontent a:active { + color: #990000; + text-decoration: none; +} + +.frontdonateroundbox { + margin-top: 10px; + padding: 0; + /*padding-right: 30px;*/ + width: 150px; + height: 25px; + background-color: white; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + /* Get FreeBSD Box */ /* set background images for corners */ Modified: head/share/xml/header.ent ============================================================================== --- head/share/xml/header.ent Wed Dec 12 13:07:07 2012 (r40360) +++ head/share/xml/header.ent Wed Dec 12 21:32:25 2012 (r40361) @@ -37,6 +37,17 @@ + +
    .
    + +
    .
    +
    +'> + @@ -119,7 +130,8 @@ @@ -131,9 +143,9 @@
    '> @@ -156,6 +168,7 @@
    + &header2.donatebutton; &header2.searchnav.label; &header2.searchnav; Modified: head/share/xml/xhtml.xsl ============================================================================== --- head/share/xml/xhtml.xsl Wed Dec 12 13:07:07 2012 (r40360) +++ head/share/xml/xhtml.xsl Wed Dec 12 21:32:25 2012 (r40361) @@ -63,6 +63,8 @@
    + &header2.donatebutton; + &header2.searchnav.label; &header2.searchnav; From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 21:52:30 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CAB6421; Wed, 12 Dec 2012 21:52:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F40F38FC0C; Wed, 12 Dec 2012 21:52:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLqTbh057953; Wed, 12 Dec 2012 21:52:29 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCLqT3s057952; Wed, 12 Dec 2012 21:52:29 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122152.qBCLqT3s057952@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 21:52:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40362 - head/en_US.ISO8859-1/htdocs/releng X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 21:52:30 -0000 Author: gjb Date: Wed Dec 12 21:52:29 2012 New Revision: 40362 URL: http://svnweb.freebsd.org/changeset/doc/40362 Log: Remove reverence to 'www/' as a standalone repository. Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Dec 12 21:32:25 2012 (r40361) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Dec 12 21:52:29 2012 (r40362) @@ -62,8 +62,8 @@ branches of the src/ subtree of the FreeBSD CVS repository. Commits to any branch listed as "frozen" must first be reviewed and approved by the relevant contact party. The - status of other subtrees such as ports/, doc/, - and www/ is also provided below.

    + status of other subtrees such as ports/ and doc/, + is also provided below.

    From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 21:53:45 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6F294AF; Wed, 12 Dec 2012 21:53:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CA60F8FC0C; Wed, 12 Dec 2012 21:53:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLrjwK058219; Wed, 12 Dec 2012 21:53:45 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCLrjgx058218; Wed, 12 Dec 2012 21:53:45 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122153.qBCLrjgx058218@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 21:53:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40363 - head/en_US.ISO8859-1/htdocs/releng X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 21:53:46 -0000 Author: gjb Date: Wed Dec 12 21:53:45 2012 New Revision: 40363 URL: http://svnweb.freebsd.org/changeset/doc/40363 Log: Typo fix: s/include/includes/ Modified: head/en_US.ISO8859-1/htdocs/releng/charter.xml Modified: head/en_US.ISO8859-1/htdocs/releng/charter.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/charter.xml Wed Dec 12 21:52:29 2012 (r40362) +++ head/en_US.ISO8859-1/htdocs/releng/charter.xml Wed Dec 12 21:53:45 2012 (r40363) @@ -32,7 +32,7 @@ RELENG_* code freeze pending a -STABLE release.

  • Creation and maintenance of RELENG_* branches of the - src/ tree. This include final authority over what + src/ tree. This includes final authority over what commits are made (and remain in) the -STABLE branch prior to the branching of a release branch.

  • From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 21:57:31 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 231FE591; Wed, 12 Dec 2012 21:57:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0521E8FC13; Wed, 12 Dec 2012 21:57:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLvUaO058947; Wed, 12 Dec 2012 21:57:30 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCLvUnN058946; Wed, 12 Dec 2012 21:57:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122157.qBCLvUnN058946@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 21:57:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40364 - head/en_US.ISO8859-1/htdocs/releng X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 21:57:31 -0000 Author: gjb Date: Wed Dec 12 21:57:30 2012 New Revision: 40364 URL: http://svnweb.freebsd.org/changeset/doc/40364 Log: Remove another stray 'www/' repository reference. Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Dec 12 21:53:45 2012 (r40363) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Dec 12 21:57:30 2012 (r40364) @@ -366,13 +366,6 @@
    - - - - - - -
    &contact.doc; SGML/XML based documentation set.
    www/Open&contact.www;FreeBSD Web site sources.

    Release Engineering Documentation

    From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 22:23:18 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 410F43CF; Wed, 12 Dec 2012 22:23:18 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 267728FC08; Wed, 12 Dec 2012 22:23:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCMNIRY064762; Wed, 12 Dec 2012 22:23:18 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCMNHOC064760; Wed, 12 Dec 2012 22:23:17 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212122223.qBCMNHOC064760@svn.freebsd.org> From: Rene Ladan Date: Wed, 12 Dec 2012 22:23:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40365 - in head/nl_NL.ISO8859-1: htdocs share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:23:18 -0000 Author: rene Date: Wed Dec 12 22:23:17 2012 New Revision: 40365 URL: http://svnweb.freebsd.org/changeset/doc/40365 Log: MFen the Dutch website: - index.xsl r40335 -> r40361 (and add missing process.footer text) - header.l10n.ent r40313 -> r40361 Modified: head/nl_NL.ISO8859-1/htdocs/index.xsl head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Modified: head/nl_NL.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/nl_NL.ISO8859-1/htdocs/index.xsl Wed Dec 12 21:57:30 2012 (r40364) +++ head/nl_NL.ISO8859-1/htdocs/index.xsl Wed Dec 12 22:23:17 2012 (r40365) @@ -1,7 +1,7 @@
    .
    -
    .
    - - -
    -
    .
    -
    .
    @@ -332,4 +324,14 @@
    + + + ©right; + + Het merk &os; is een geregistreerd handelsmerk van de &os; Foundation + en wordt gebruikt door The &os; Project met toestemming van The + &os; Foundation. + &header2.word.contact; + Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent ============================================================================== --- head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Wed Dec 12 21:57:30 2012 (r40364) +++ head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Wed Dec 12 22:23:17 2012 (r40365) @@ -2,7 +2,7 @@ @@ -31,6 +31,17 @@ + +
    .
    + +
    .
    + +'> +
      @@ -98,7 +109,8 @@ From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 22:39:28 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 931CA224; Wed, 12 Dec 2012 22:39:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7478E8FC0A; Wed, 12 Dec 2012 22:39:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCMdS6r068074; Wed, 12 Dec 2012 22:39:28 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCMdR23068062; Wed, 12 Dec 2012 22:39:27 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122239.qBCMdR23068062@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 22:39:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r40366 - in translations/share: pgpkeys security/advisories security/patches/SA-12:06 security/patches/SA-12:07 security/patches/SA-12:08 tools xml X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:39:28 -0000 Author: gjb Date: Wed Dec 12 22:39:26 2012 New Revision: 40366 URL: http://svnweb.freebsd.org/changeset/doc/40366 Log: Merged /projects/pkgng/share:r39915-40152 to translations/share Merged /head/share:r39641-39644,39933-40365 to translations/share Added: translations/share/pgpkeys/bar.key - copied unchanged from r40365, head/share/pgpkeys/bar.key translations/share/pgpkeys/bryanv.key - copied unchanged from r40365, head/share/pgpkeys/bryanv.key translations/share/pgpkeys/deischen.key - copied unchanged from r40365, head/share/pgpkeys/deischen.key translations/share/pgpkeys/kan.key - copied unchanged from r40365, head/share/pgpkeys/kan.key translations/share/pgpkeys/mdf.key - copied unchanged from r40365, head/share/pgpkeys/mdf.key translations/share/pgpkeys/olgeni.key - copied unchanged from r40365, head/share/pgpkeys/olgeni.key translations/share/pgpkeys/syuu.key - copied unchanged from r40365, head/share/pgpkeys/syuu.key translations/share/pgpkeys/wen.key - copied unchanged from r40365, head/share/pgpkeys/wen.key translations/share/pgpkeys/zeising.key - copied unchanged from r40365, head/share/pgpkeys/zeising.key translations/share/security/advisories/FreeBSD-SA-12:06.bind.asc - copied unchanged from r40365, head/share/security/advisories/FreeBSD-SA-12:06.bind.asc translations/share/security/advisories/FreeBSD-SA-12:07.hostapd.asc - copied unchanged from r40365, head/share/security/advisories/FreeBSD-SA-12:07.hostapd.asc translations/share/security/advisories/FreeBSD-SA-12:08.linux.asc - copied unchanged from r40365, head/share/security/advisories/FreeBSD-SA-12:08.linux.asc translations/share/security/patches/SA-12:06/ - copied from r40365, head/share/security/patches/SA-12:06/ translations/share/security/patches/SA-12:07/ - copied from r40365, head/share/security/patches/SA-12:07/ translations/share/security/patches/SA-12:08/ - copied from r40365, head/share/security/patches/SA-12:08/ Modified: translations/share/pgpkeys/README translations/share/pgpkeys/adamw.key translations/share/pgpkeys/addkey.sh translations/share/pgpkeys/cs.key translations/share/pgpkeys/ebrandi.key translations/share/pgpkeys/ehaupt.key translations/share/pgpkeys/garga.key translations/share/pgpkeys/itetcu.key translations/share/pgpkeys/jkim.key translations/share/pgpkeys/kib.key translations/share/pgpkeys/nyan.key translations/share/pgpkeys/pgpkeys-core.xml translations/share/pgpkeys/pgpkeys-developers.xml translations/share/pgpkeys/pgpkeys.ent translations/share/pgpkeys/remko.key translations/share/pgpkeys/rene.key translations/share/pgpkeys/theraven.key translations/share/tools/webupdate translations/share/xml/advisories.xml translations/share/xml/authors.ent translations/share/xml/commercial.consult.xml translations/share/xml/commercial.isp.xml translations/share/xml/commercial.software.xml translations/share/xml/common.ent translations/share/xml/developers.ent translations/share/xml/events2013.xml translations/share/xml/freebsd-html.dsl translations/share/xml/freebsd.ent translations/share/xml/header.ent translations/share/xml/man-refs.ent translations/share/xml/mirrors.xml translations/share/xml/news.dtd translations/share/xml/news.xml translations/share/xml/press.xml translations/share/xml/xhtml.xsl Directory Properties: translations/share/ (props changed) Modified: translations/share/pgpkeys/README ============================================================================== --- translations/share/pgpkeys/README Wed Dec 12 22:23:17 2012 (r40365) +++ translations/share/pgpkeys/README Wed Dec 12 22:39:26 2012 (r40366) @@ -26,16 +26,16 @@ address. For instance, in my case: | Adding key to entity list... | | Unless you are already listed there, you should now add the -| following text to pgpkeys-developers.sgml (unless this is a role key -| or you are a core member. In that case add to pgpkeys-officers.sgml -| or pgpkeys-core.sgml). Remember to keep the list sorted by last name! +| following text to pgpkeys-developers.xml (unless this is a role key +| or you are a core member. In that case add to pgpkeys-officers.xml +| or pgpkeys-core.xml). Remember to keep the list sorted by last name! | | | &a.des; | &pgpkey.des; | | -| Don't forget to 'cvs add des.key' if this is a new entry, +| Don't forget to 'svn add des.key' if this is a new entry, | and check your diffs before committing! If your login name is different from your freefall login name, specify @@ -68,7 +68,7 @@ Beware that the keys are supposed to be unsure where to add your entry, use finger(1) to check the surnames of those around you. -Once you've successfully run addkey.sh, 'cvs add' your key file, check +Once you've successfully run addkey.sh, 'svn add' your key file, check the diffs, and commit. @@ -77,7 +77,7 @@ the diffs, and commit. There are two ways to update your key. The first is to follow the above instructions as if you were adding your key for the first time - -except that you don't need to edit chapter.sgml, because you're +except that you don't need to edit chapter.xml, because you're already listed there. The addkey.sh script will snarf the RCS Id from the old key file and generate a new one with whatever keys you specified. Modified: translations/share/pgpkeys/adamw.key ============================================================================== --- translations/share/pgpkeys/adamw.key Wed Dec 12 22:23:17 2012 (r40365) +++ translations/share/pgpkeys/adamw.key Wed Dec 12 22:39:26 2012 (r40366) @@ -1,35 +1,55 @@ - Key fingerprint = A980 3F2E 80A8 9619 9D1C 82E8 A3C2 8CD9 42C7 43FD -sub 1024g/15D67628 2002-10-12 +pub 2048D/C57CF3A8 2012-11-15 + Key fingerprint = CCD9 F28A BD1D 50A1 8D08 18A7 F48B B195 C57C F3A8 +uid Adam Weinberger (FreeBSD) +uid Adam Weinberger (adamw.org) +sub 2048g/9C6D0E30 2012-11-15 ]]> Modified: translations/share/pgpkeys/addkey.sh ============================================================================== --- translations/share/pgpkeys/addkey.sh Wed Dec 12 22:23:17 2012 (r40365) +++ translations/share/pgpkeys/addkey.sh Wed Dec 12 22:39:26 2012 (r40366) @@ -72,9 +72,9 @@ mv pgpkeys.ent pgpkeys.ent.orig || exit echo echo "Unless you are already listed there, you should now add the" -echo "following text to pgpkeys-developers.sgml (unless this is a" +echo "following text to pgpkeys-developers.xml (unless this is a" echo "role key or you are a core member. In that case add to" -echo "pgpkeys-officers.sgml or pgpkeys-core.sgml)." +echo "pgpkeys-officers.xml or pgpkeys-core.xml)." echo "Remember to keep the list sorted by last name!" echo echo " " @@ -85,5 +85,5 @@ echo echo "If this is a new entry, don't forget to 'svn add ${keyfile}'" echo "and 'svn propset svn:keywords \"FreeBSD=%H\" ${keyfile}'" echo "and commit each of ${keyfile}, pgpkeys.ent and" -echo "pgpkeys-developers.sgml, pgpkeys-officers.sgml, or" -echo "pgpkeys-core.sgml as required." +echo "pgpkeys-developers.xml, pgpkeys-officers.xml, or" +echo "pgpkeys-core.xml as required." Copied: translations/share/pgpkeys/bar.key (from r40365, head/share/pgpkeys/bar.key) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ translations/share/pgpkeys/bar.key Wed Dec 12 22:39:26 2012 (r40366, copy of r40365, head/share/pgpkeys/bar.key) @@ -0,0 +1,50 @@ + + + +uid Barbara Guida +sub 2048R/1DF7506C 2012-11-13 +]]> + Copied: translations/share/pgpkeys/bryanv.key (from r40365, head/share/pgpkeys/bryanv.key) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ translations/share/pgpkeys/bryanv.key Wed Dec 12 22:39:26 2012 (r40366, copy of r40365, head/share/pgpkeys/bryanv.key) @@ -0,0 +1,77 @@ + + + +uid Bryan Venteicher (FreeBSD) +sub 4096R/2EBC1A46 2012-11-05 +]]> + Modified: translations/share/pgpkeys/cs.key ============================================================================== --- translations/share/pgpkeys/cs.key Wed Dec 12 22:23:17 2012 (r40365) +++ translations/share/pgpkeys/cs.key Wed Dec 12 22:39:26 2012 (r40366) @@ -1,137 +1,125 @@ uid Carlo Strub -sub 4096R/99AC2A67 2012-06-05 [expires: 2017-06-04] - -pub 4096R/2C23E493 2012-06-08 [expires: 2017-06-07] - Key fingerprint = 26E0 89EA B9BE 5FC5 D740 CBB4 EABC 7343 2C23 E493 -uid Carlo Strub (Mail) -sub 4096R/DF86FD3E 2012-06-08 [expires: 2017-06-07] +sub 3072R/71C75997 2012-11-25 [expires: 2017-11-24] +sub 3072R/318AEB16 2012-11-25 [expires: 2017-11-24] ]]> Copied: translations/share/pgpkeys/deischen.key (from r40365, head/share/pgpkeys/deischen.key) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ translations/share/pgpkeys/deischen.key Wed Dec 12 22:39:26 2012 (r40366, copy of r40365, head/share/pgpkeys/deischen.key) @@ -0,0 +1,63 @@ + + + +sub 4096R/A51F81F7 2012-11-17 +]]> + Modified: translations/share/pgpkeys/ebrandi.key ============================================================================== --- translations/share/pgpkeys/ebrandi.key Wed Dec 12 22:23:17 2012 (r40365) +++ translations/share/pgpkeys/ebrandi.key Wed Dec 12 22:39:26 2012 (r40366) @@ -1,243 +1,242 @@ -uid Edson Brandi (Born 1977-08-14 in S. S. DA GRAMA, SP - Brazil) uid Edson Brandi +uid Edson Brandi uid Edson Brandi -uid Edson Brandi uid Edson Brandi -uid Edson Brandi -uid Edson Brandi +uid Edson Brandi uid Edson Brandi uid Edson Brandi -uid Edson Brandi -sub 2048R/E20441CD 2011-11-04 [expires: 2012-11-03] -sub 2048R/734718A1 2011-11-04 [expires: 2012-11-03] -sub 2048R/3C903007 2011-11-04 [expires: 2012-11-03] -sub 2048R/409113D7 2012-09-14 [expires: 2015-09-14] -sub 2048R/5A95E5EC 2012-09-14 [expires: 2015-09-14] -sub 2048R/8F69BF17 2012-09-14 [expires: 2015-09-14] +uid Edson Brandi (Born 1977-08-14 in S. S. DA GRAMA, SP - Brazil) +sub 3072R/A34B8175 2012-11-26 [expires: 2013-11-26] +sub 3072R/4EB0E0EA 2012-11-26 [expires: 2013-11-26] +sub 3072R/89917E73 2012-11-26 [expires: 2013-11-26] ]]> Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D019C25E; Wed, 12 Dec 2012 22:39:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE48C8FC0C; Wed, 12 Dec 2012 22:39:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCMdfZp068159; Wed, 12 Dec 2012 22:39:41 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCMddwe068143; Wed, 12 Dec 2012 22:39:39 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122239.qBCMddwe068143@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 22:39:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r40367 - in translations/nl_NL.ISO8859-1: articles/contributing articles/contributing-ports books books/handbook/advanced-networking books/handbook/basics books/handbook/config books/ha... X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:39:41 -0000 Author: gjb Date: Wed Dec 12 22:39:39 2012 New Revision: 40367 URL: http://svnweb.freebsd.org/changeset/doc/40367 Log: Merged /head/nl_NL.ISO8859-1:r39942-40365 to translations/nl_NL.ISO8859-1 Modified: translations/nl_NL.ISO8859-1/articles/contributing-ports/article.xml translations/nl_NL.ISO8859-1/articles/contributing/article.xml translations/nl_NL.ISO8859-1/books/Makefile translations/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/basics/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/config/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/disks/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/dtrace/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/eresources/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/geom/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/jails/Makefile translations/nl_NL.ISO8859-1/books/handbook/mac/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/mail/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/network-servers/chapter.xml translations/nl_NL.ISO8859-1/books/handbook/virtualization/chapter.xml translations/nl_NL.ISO8859-1/htdocs/administration.xml translations/nl_NL.ISO8859-1/htdocs/art.xml translations/nl_NL.ISO8859-1/htdocs/index.xsl translations/nl_NL.ISO8859-1/htdocs/where.xml translations/nl_NL.ISO8859-1/share/xml/header.l10n.ent translations/nl_NL.ISO8859-1/share/xml/mailing-lists.ent Directory Properties: translations/nl_NL.ISO8859-1/ (props changed) Modified: translations/nl_NL.ISO8859-1/articles/contributing-ports/article.xml ============================================================================== --- translations/nl_NL.ISO8859-1/articles/contributing-ports/article.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/articles/contributing-ports/article.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -10,7 +10,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/articles/contributing-ports/article.xml - %SRCID% 39632 + %SRCID% 39913 -->
      @@ -493,8 +493,8 @@ portbouwcluster, pointyhat, en de - scanner voor distributiebestanden om te zien + url="http://portscout.FreeBSD.org">scanner voor + distributiebestanden om te zien of er ports zijn die u onderhoudt die er niet in slagen om gebouwd of opgehaald te worden (bekijk bronnen voor meer informatie @@ -841,8 +841,8 @@ worden. De scanner voor distributiebestanden voor - &os; ports kan u ports laten zien waarvoor + url="http://portscout.FreeBSD.org">scanner voor distributiebestanden + voor &os; ports kan u ports laten zien waarvoor de distributiebestanden niet kunnen worden opgehaald. U kunt uw eigen ports controleren of u kunt het gebruiken om ports te vinden waarvan de MASTER_SITES moet worden Modified: translations/nl_NL.ISO8859-1/articles/contributing/article.xml ============================================================================== --- translations/nl_NL.ISO8859-1/articles/contributing/article.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/articles/contributing/article.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -10,7 +10,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/articles/contributing/article.xml - %SRCID% 39632 + %SRCID% 40061 -->
      @@ -102,7 +102,7 @@ Lees regelmatig de FAQ en het Handboek door. Laat het ons weten als er iets slecht is uitgelegd, is verlopen of gewoon helemaal verkeerd is. Of stuur een reparatie in - (SGML is niet moeilijk te leren, maar er is geen bezwaar + (Docbook is niet moeilijk te leren, maar er is geen bezwaar tegen inzendingen in ASCII). @@ -248,7 +248,7 @@ Kies een van de punten van de <quote>Ideeën</quote> pagina - De &os;-lijst van + De &os;-lijst van projecten en ideeën voor vrijwilligers is ook beschikbaar voor mensen die aan het &os;-project willen bijdragen. Deze lijst wordt regelmatig bijgewerkt en bevat @@ -360,38 +360,22 @@ Het geprefereerde &man.diff.1;-formaat voor het opsturen van patches is het verenigde uitvoerformaat gegenereerd door - diff -u. Echter, voor patches die - substantieel een gebied aan code wijzigen, kan een diff in - contextuitvoerformaat gegenereerd door - diff -c leesbaarder en dus verkiesbaar - zijn. + diff -u. diff - Bijvoorbeeld: - - &prompt.user; diff -c oudbestand nieuwbestand - - of - - &prompt.user; diff -c -r oudemap nieuwemap - - zal zo'n verzameling van contextdiffs aanmaken voor het gegeven - broncodebestand of maphiërarchie. - - Evenzo zal - &prompt.user; diff -u oudbestand nieuwbestand of - &prompt.user; diff -u -r oudemap nieuwemap + &prompt.user; diff -u -r -N oudemap nieuwemap - hetzelfde doen, maar dan in het verenigde diff-formaat. + zouden een verzameling van verenigde diffs genereren voor het + gegeven bronbestand of maphiërarchie. - Zie de hulppagina van &man.diff.1; voor meer details. + Zie &man.diff.1; voor meer details. Als u eenmaal een verzameling aan diffs heeft (welke u kunt testen met het commando &man.patch.1;), dient u ze op te sturen @@ -418,11 +402,10 @@ &man.shar.1; zijn aangemaakt zijn ook welkom. Als uw verandering mogelijk gevoelig van aard is, - bijvoorbeeld als u onzeker bent over copyright-dingen die de - verdere distributie ervan dicteren of als u eenvoudigweg niet - klaar bent om het uit te geven zonder een voorafgaand nauwer - review, dan dient u het direct naar &a.core; te sturen in plaats - van het met &man.send-pr.1; op te sturen. De &a.core; bereikt + bijvoorbeeld als u onzeker bent over copyright-zaken die de + verdere distributie ervan dicteren, dan dient u het direct naar + &a.core; te sturen in plaats + van het met &man.send-pr.1; op te sturen. Het &a.core; bereikt een veel kleinere groep mensen die veel dagelijks werk op &os; doen. Merk op dat deze groep het ook erg druk heeft, daarom dient u alleen mail naar hen te @@ -528,7 +511,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $Id$ + $Id$ Voor uw gemak staat een kopie van deze tekst in /usr/share/examples/etc/bsd-style-copyright. @@ -589,16 +572,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE PO url="&url.base;/donations/">Donations Liaison Office. - - - Internettoegang doneren - - We kunnen altijd nieuwe spiegelsites voor FTP, WWW, of - cvsup gebruiken. Als u zo'n spiegel wilt - hosten, bekijk dan het artikel Mirroring &os; - voor meer informatie. -
      Modified: translations/nl_NL.ISO8859-1/books/Makefile ============================================================================== --- translations/nl_NL.ISO8859-1/books/Makefile Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/Makefile Wed Dec 12 22:39:39 2012 (r40367) @@ -1,7 +1,7 @@ # $FreeBSD$ # # %SOURCE% en_US.ISO8859-1/books/Makefile -# %SRCID% 38826 +# %SRCID% 40258 # SUBDIR = handbook Modified: translations/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -5,7 +5,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml - %SRCID% 39824 + %SRCID% 39902 --> @@ -4695,9 +4695,9 @@ Received 264951 bytes in 0.1 seconds # Device Mountpoint FSType Options Dump Pass -mijnhost.voorbeeld.com:/b/tftpboot/FreeBSD/install / nfs ro 0 0 +mijnhost.example.com:/b/tftpboot/FreeBSD/install / nfs ro 0 0 - Vervang mijnhost.voorbeeld.com door + Vervang mijnhost.example.com door de hostnaam of het IP-adres van uw NFS-server. In dit voorbeeld wordt het root-bestandssysteem als alleen-lezen aangekoppeld om te voorkomen dat @@ -4796,7 +4796,7 @@ mijnhost.voorbeeld.com:/b/tftpboot/FreeB option routers 192.168.0.1 ; option broadcast-address 192.168.0.255 ; option domain-name-server 192.168.35.35, 192.168.35.36 ; - option domain-name "voorbeeld.com"; + option domain-name "example.com"; # IP-adres van TFTP server next-server 192.168.0.1 ; Modified: translations/nl_NL.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/basics/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/basics/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -5,7 +5,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/basics/chapter.xml - %SRCID% 39831 + %SRCID% 39947 --> @@ -2296,21 +2296,12 @@ Swap: 256M Total, 38M Used, 217M Free, 1 Eerst moet het proces ID worden opgezocht van het proces waar een signaal naar verzonden moeten worden. Dit kan door - &man.ps.1; en &man.grep.1; te gebruiken. &man.grep.1; wordt - gebruikt om in de uitvoer te zoeken en te kijken naar de - string die de gebruiker opgeeft. Dit commando wordt gedraaid - als een normale gebruiker en &man.inetd.8; wordt gedraaid - onder de gebruiker root, dus aan - &man.ps.1; moet de optie meegegeven - worden. + &man.pgrep.1; te gebruiken. - &prompt.user; ps -ax | grep inetd - 198 ?? IWs 0:00.00 inetd -wW + &prompt.user; pgrep -l inetd +198 inetd -wW - Dus PID van &man.inetd.8; is 198. In sommige gevallen - kan grep inetd ook voorkomen in de - uitvoer. Dit komt door de manier waarop &man.ps.1; de lijst - van draaiende processen moet vinden. + Dus het PID van &man.inetd.8; is 198. Modified: translations/nl_NL.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/config/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/config/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -5,7 +5,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/config/chapter.xml - %SRCID% 39873 + %SRCID% 39914 --> @@ -312,11 +312,11 @@ defaultrouter="10.1.1.254" /etc/rc.conf.local: - hostname="node1.voorbeeld.org" + hostname="node1.example.org" ifconfig_fxp0="inet 10.1.1.1/8" - rc.conf kan naar elk systeem + rc.conf kan vervolgens naar elk systeem gedistribueerd worden met rsync of een gelijksoortig programma, terwijl rc.conf.local uniek blijft. @@ -544,7 +544,7 @@ run_rc_command "$1" root kan ook een gebruikerscrontab aanleggen net als elke andere gebruiker. Dit is niet dezelfde als - /etc/crontab (de systeemcrontab). Omdat de + /etc/crontab, de systeemcrontab. Omdat de systeemcrontab in de praktijk de commando's als root uitvoert, is het doorgaans niet nodig om een gebruikerscrontab voor root te maken. @@ -570,8 +570,8 @@ HOME=/var/log - Zoals in de meeste &os; instellingenbestanden gaat het - karakter # vooraf aan commentaar. + Zoals in de meeste instellingenbestanden van &os; zijn regels die + met het karakter # beginnen commentaar. Commentaar wordt gebruikt als uitleg en geheugensteun. Commentaar dient niet vermengd te worden met commando's, anders wordt het commentaar opgevat als deel van het commando. Modified: translations/nl_NL.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/disks/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/disks/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -5,7 +5,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/disks/chapter.xml - %SRCID% 39631 + %SRCID% 39908 --> @@ -2802,7 +2802,7 @@ sa0(ncr1:4:0): Logical unit is in proce ssh &prompt.root; /sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish \ - doelgebruiker@doelmachine.voorbeeld.com dd of=/mijngrotebestanden/dump-usr-10.gz + doelgebruiker@doelmachine.example.com dd of=/mijngrotebestanden/dump-usr-10.gz Ook kan de ingebouwde manier van dump @@ -2814,7 +2814,7 @@ sa0(ncr1:4:0): Logical unit is in proce ssh met ingestelde RSH - &prompt.root; env RSH=/usr/bin/ssh /sbin/dump -0uan -f doelgebruiker@doelmachine.voorbeeld.com:/dev/sa0 /usr + &prompt.root; env RSH=/usr/bin/ssh /sbin/dump -0uan -f doelgebruiker@doelmachine.example.com:/dev/sa0 /usr Modified: translations/nl_NL.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/dtrace/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/dtrace/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -12,7 +12,7 @@ that might make this chapter too large. $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/dtrace/chapter.xml - %SRCID% 39631 + %SRCID% 39795 --> @@ -213,17 +213,16 @@ options DDB_CTF Nadat opnieuw is opgestart en de nieuwe kernel in het geheugen is geladen, dient ondersteuning voor de Korn-shell te worden toegevoegd. Dit is nodig omdat de verschillende hulpmiddelen van - &dtrace; in ksh zijn geschreven. Installeer + &dtrace;Toolkit in ksh zijn geschreven. Installeer shells/ksh93. Het is ook mogelijk om deze hulpmiddelen in shells/pdksh of shells/mksh te draaien. - Als laatste dient de huidige &dtrace;-gereedschapskist - verkregen te worden. De huidige versie is beschikbaar op . - Het bevat een installatiemechanisme; om gebruik te maken van de - bijgeleverde hulpmiddelen is installatie echter niet nodig. + Als laatste dient de huidige &dtrace;Toolkit verkregen te worden. + Indien u &os; 10 draait, vindt u de &dtrace;Toolkit in + /usr/share/dtrace. In andere gevallen kunt u de + &dtrace;Toolkit installeren via de port sysutils/DTraceToolkit. @@ -288,7 +287,8 @@ options DDB_CTF het normaal gedraaid wordt, zal het uitvoer die op de volgende lijkt produceren: - &prompt.root; ./hotkernel + &prompt.root; cd /usr/share/dtrace/toolkit +&prompt.root; ./hotkernel Sampling... Hit Ctrl-C to end. De systeembeheerder moet de toetsencombinatie @@ -386,6 +386,12 @@ + &a.infiniband.name; + + Infiniband op &os; + + + &a.ipfw.name; Technische discussie over het herontwerp van de @@ -606,6 +612,12 @@ + &a.tcltk.name; + + &os;-specifieke discussies over Tcl/Tk + + + &a.threads.name; Threading in &os; @@ -1453,6 +1465,17 @@ + &a.infiniband.name; + + + Infiniband op &os; + + Technische mailinglijst over Infiniband, OFED en OpenSM op + &os;. + + + + &a.ipfw.name; @@ -2162,12 +2185,6 @@ url="news:it.comp.os.freebsd">it.comp.os.freebsd (Italiaans) - - - tw.bbs.comp.386bsd - (Traditioneel Chinees) - @@ -2226,16 +2243,6 @@ comp.bugs.4bsd - - - - comp.bugs.4bsd.ucb-fixes - - - - comp.unix.bsd Modified: translations/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -4,7 +4,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/filesystems/chapter.xml - %SRCID% 39631 + %SRCID% 40252 --> @@ -680,7 +680,7 @@ errors: No known data errors SID-naam (bijvoorbeeld - jan.bloggs@voorbeeld.com). + jan.bloggs@example.com). Numeriek SID-ID Modified: translations/nl_NL.ISO8859-1/books/handbook/geom/chapter.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/handbook/geom/chapter.xml Wed Dec 12 22:39:26 2012 (r40366) +++ translations/nl_NL.ISO8859-1/books/handbook/geom/chapter.xml Wed Dec 12 22:39:39 2012 (r40367) @@ -5,7 +5,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/handbook/geom/chapter.xml - %SRCID% 39631 + %SRCID% 39988 --> @@ -244,220 +244,586 @@ Done. schijf spiegelen - Spiegelen (mirroring) is een technologie die - door veel bedrijven en thuisgebruikers wordt ingezet om gegevens - te back-uppen zonder onderbrekingen. Als er een spiegel bestaat, - betekent dat eenvoudigweg dat schijfB een kopie is van schijfA, - of misschien zijn schijvenC+D een kopie van schijvenA+B. Los van - de schijfinstellingen is het belangrijkste aspect dat de - gegevens van de ene schijf of partitie worden gerepliceerd naar - de andere. Later kunnen die gegevens eenvoudiger worden hersteld - of geback-upped zonder dat dit leidt tot onderbrekingen in - dienstverlening of toegang tot gegevens en schijven kunnen zelfs - fysiek worden opgeslagen in een kluis. - - Begin met een systeem dat twee schijven heeft van gelijke - grootte. Deze oefeningen stellen dat het directe-toegang - (&man.da.4;) SCSI-schijven zijn. + RAID1 - - Primaire schijven spiegelen - - Aannemende dat &os; op het eerste - da0-schijfapparaat is - geïnstalleerd, dient er aan &man.gmirror.8; verteld te - worden om daar de primaire gegevens op te slaan. - - Voordat de mirror gebouwd wordt, dient aanvullende - debuginformatie en openingstoegang tot het apparaat aangezet te - worden door de &man.sysctl.8;-optie - kern.geom.debugflags op de volgende waarde in - te stellen: - - &prompt.root; sysctl kern.geom.debugflags=17 - - Maak nu de mirror aan. Begin het proces door informatie - over metagegevens op het primaire schijfapparaat op te slaan, - waardoor effectief het apparaat /dev/mirror/gm aangemaakt - wordt met het volgende commando: - - - Het creëeren van een mirror buiten de opstartschijf - kan resulteren in gegevensverlies als er enige gegevens zijn - opgeslagen op de laatste sector van de schijf. Dit gevaar - wordt verminderd als het creëeren van de mirror direct na - een verse installatie van &os; wordt gedaan. De volgende procedure - werkt ook niet samen met de instellingen van de standaardinstallatie - van &os; 9.X dat het nieuwe - partitieschema GPT gebruikt. GEOM zal de - metagegevens van GPT overschrijven, wat' - gegevensverlies en mogelijk een onstartbaar systeem tot gevolg - heeft. - - - &prompt.root; gmirror label -vb round-robin gm0 /dev/da0 - - Het systeem hoort te antwoorden met: + RAID1, of spiegelen, is de + techniek om dezelfde gegevens naar meer dan één schijf te schrijven. + Spiegels worden normaliter gebruikt om tegen gegevensverlies te beschermen + indien een schijf kapot gaat. Elke schijf in een spiegel bevat een + identieke kopie van de gegevens. Wanneer een individuele schijf het + begeeft, blijft de spiegel functioneren, en levert het gegevens van de + schijven die nog wel functioneren. De computer blijft draaien en de + beheerder heeft tijd om de kapotte schijf te vervangen zonder onderbreking + voor de gebruikers. + + Twee veelvoorkomende situaties worden in deze voorbeelden getoond. + Het eerste is het maken van een spiegel van twee nieuwe schijven en het + als vervanging voor een bestaande enkele schijf te gebruiken. Het tweede + voorbeeld maakt een spiegel op een enkele nieuwe schijf aan, kopieert de + gegevens van de oude schijf er naar toe, en plaatst daarna de oude schijf + in de spiegel. Hoewel deze procedure iets moeilijker is, is er maar één + nieuwe schijf nodig. + + Traditioneel zijn de twee schijven in een spiegel van hetzelfde model + en hebben ze dezelfde capaciteit, maar &man.gmirror.8; verplicht dit niet. + Spiegels die met ongelijke schijven zijn gemaakt zullen de capaciteit van + de kleinste schijf in de spiegel aannemen. Extra schijfruimte op grotere + schijven zal ongebruikt blijven. Schijven die later in de spiegel worden + geplaatst moeten tenminste evenveel capaciteit hebben als de kleinste + schijf die reeds in de spiegel zit. + + + De procedures voor het spiegelen die hier getoond worden zijn + niet-destructief, maar maak zoals bij elke grote schijfoperatie eerst + een volledige back-up. + + + + Kwesties met meta-gegevens + + Veel schijfsystemen slaan meta-gegevens op aan het einde van elke + schijf. Oude meta-gegevens dienen gewist te worden voordat de schijf + herbruikt wordt voor een spiegel. De meeste problemen worden + veroorzaakt door twee soorten van achtergebleven meta-gegevens: + GPT-partitietabellen en oude meta-gegevens van &man.gmirror.8; van een + vorige spiegel. + + GPT-meta-gegevens kunnen gewist worden met &man.gpart.8;. Dit + voorbeeld wist zowel de primaire als de back-up GPT-partitietabellen van + schijf ada8: + + &prompt.root; gpart destroy -F ada8 + &man.gmirror.8; kan in één stap een schijf uit een actieve spiegel + halen en de meta-gegevens wissen. Hier wordt de voorbeeldschijf + ada8 uit de actieve spiegel + gm4 gehaald: + + &prompt.root; gmirror remove gm4 ada8 + + Gebruik, als de spiegel niet draait maar er nog oude meta-gegevens + van de spiegel op de schijf staan, gmirror clear om + deze te verwijderen: + + &prompt.root; gmirror clear ada8 + + &man.gmirror.8; slaat één blok aan meta-gegevens aan het einde van + de schijf op. Omdat GPT-partitieschema's ook meta-gegevens aan het + einde van de schijf opslaan, wordt het spiegelen van volledige + GPT-schijven met &man.gmirror.8; niet aangeraden. Hier wordt + MBR-partitionering gebruikt omdat het alleen een partitietabel aan het + begin van de schijf opslaat en niet conflicteert met + &man.gmirror.8;. + - Metadata value stored on /dev/da0. -Done. + + Een spiegel met twee nieuwe schijven maken - Initialiseer GEOM, dit zal de kernelmodule - /boot/kernel/geom_mirror.ko laden: + In dit voorbeeld is &os; reeds op een enkele schijf + ada0 geïnstalleerd. Twee nieuwe schijven, + ada1 en ada2 zijn met + het systeem verbonden. Er zal een nieuwe spiegel op deze twee schijven + aangemaakt worden die de oude enkele schijf zal vervangen. + + &man.gmirror.8; heeft een kernelmodule + geom_mirror.ko nodig, ingebouwd in de kernel of + geladen tijdens het opstarten of draaien. Laadt nu handmatig de + kernelmodule: &prompt.root; gmirror load - - Wanneer dit commando succesvol verloopt, maakt het het - apparaatknooppunt gm0 aan onder de - map /dev/mirror. - + Maak de spiegel aan met de twee nieuwe schijven: - Maak het mogelijk om de kernelmodule - geom_mirror.ko tijdens systeeminitialisatie - te laden: - - &prompt.root; echo 'geom_mirror_load="YES"' >> /boot/loader.conf - - Bewerk het bestand /etc/fstab, waarbij - verwijzingen naar het oude da0 worden - vervangen door de nieuwe apparaatknooppunten van het - mirrorapparaat gm0. + &prompt.root; gmirror label -v gm0 /dev/ada1 /dev/ada2 - - Indien &man.vi.1; de geprefereerde tekstverwerker is, is - het volgende een gemakkelijke manier om deze taak te - volbrengen: - - &prompt.root; vi /etc/fstab - - Maak een reservekopie van de huidige gegevens van - fstab in &man.vi.1; door :w - /etc/fstab.bak in te typen. Vervang daarna alle - oude verwijzingen naar da0 door - gm0 door - :%s/da/mirror\/gm/g in te typen. - + gm0 is een door de gebruiker gekozen + apparaatnaam die aan de nieuwe spiegel wordt toegekend. Nadat de + spiegel is gestart, zal deze apparaatnaam verschijnen in de map + /dev/mirror/. + + Nu kunnen er met &man.gpart.8; MBR- en bsdlabel-partitietabellen op + de spiegel worden aangemaakt. Hier wordt er een traditioneel schema + van een gesplitst bestandssysteem getoond, met partities voor + /, swap, /var, + /tmp en /usr. Dit werkt ook + voor een enkel bestandssysteem met enkel / en + een wisselpartitie. + + Partities op de spiegel hoeven niet dezelfde grootte te hebben als + die op de bestaande schijf, maar moeten groot genoeg zijn om alle + gegevens die reeds op ada0 staan te kunnen + bevatten. + + &prompt.root; gpart create -s MBR mirror/gm0 +&prompt.root; gpart add -t freebsd -a 4k mirror/gm0 +&prompt.root; gpart show mirror/gm0 +=> 63 156301423 mirror/gm0 MBR (74G) + 63 63 - free - (31k) + 126 156301299 1 freebsd (74G) + 156301425 61 - free - (30k) + + &prompt.root; gpart create -s BSD mirror/gm0s1 +&prompt.root; gpart add -t freebsd-ufs -a 4k -s 2g mirror/gm0s1 +&prompt.root; gpart add -t freebsd-swap -a 4k -s 4g mirror/gm0s1 +&prompt.root; gpart add -t freebsd-ufs -a 4k -s 2g mirror/gm0s1 +&prompt.root; gpart add -t freebsd-ufs -a 4k -s 1g mirror/gm0s1 +&prompt.root; gpart add -t freebsd-ufs -a 4k mirror/gm0s1 +&prompt.root; gpart show mirror/gm0s1 +=> 0 156301299 mirror/gm0s1 BSD (74G) + 0 2 - free - (1.0k) + 2 4194304 1 freebsd-ufs (2.0G) + 4194306 8388608 2 freebsd-swap (4.0G) + 12582914 4194304 4 freebsd-ufs (2.0G) + 16777218 2097152 5 freebsd-ufs (1.0G) + 18874370 137426928 6 freebsd-ufs (65G) + 156301298 1 - free - (512B) + + Maak de spiegel opstartbaar door opstartcode in het MBR en bsdlabel + te installeren en de actieve slice in te stellen: + + &prompt.root; gpart bootcode -b /boot/mbr mirror/gm0 +&prompt.root; gpart set -a active -i 1 mirror/gm0 +&prompt.root; gpart bootcode -b /boot/boot mirror/gm0s1 + + Formatteer de bestandssystemen op de nieuwe spiegel en zet daarbij + soft-updates aan. + + &prompt.root; newfs -U /dev/mirror/gm0s1a +&prompt.root; newfs -U /dev/mirror/gm0s1d +&prompt.root; newfs -U /dev/mirror/gm0s1e +&prompt.root; newfs -U /dev/mirror/gm0s1f + + Bestandssystemen van de originele schijf + (ada0) kunnen nu met &man.dump.8; en + &man.restore.8; naar de spiegel gekopieerd worden: + + &prompt.root; mount /dev/mirror/gm0s1a /mnt +&prompt.root; dump -C16 -b64 -0aL -f - / | (cd /mnt && restore -rf -) +&prompt.root; mount /dev/mirror/gm0s1d /mnt/var +&prompt.root; mount /dev/mirror/gm0s1e /mnt/tmp +&prompt.root; mount /dev/mirror/gm0s1f /mnt/usr +&prompt.root; dump -C16 -b64 -0aL -f - /var | (cd /mnt/var && restore -rf -) +&prompt.root; dump -C16 -b64 -0aL -f - /tmp | (cd /mnt/tmp && restore -rf -) +&prompt.root; dump -C16 -b64 -0aL -f - /usr | (cd /mnt/usr && restore -rf -) + + /mnt/etc/fstab moet bewerkt worden om naar de + nieuwe bestandssystemen op de spiegel te wijzen: + + # Device Mountpoint FStype Options Dump Pass# +/dev/mirror/gm0s1a / ufs rw 1 1 +/dev/mirror/gm0s1b none swap sw 0 0 +/dev/mirror/gm0s1d /var ufs rw 2 2 +/dev/mirror/gm0s1e /tmp ufs rw 2 2 +/dev/mirror/gm0s1f /usr ufs rw 2 2 + + Als de kernelmodule &man.gmirror.8; niet in de kernel is ingebouwd, + wordt /mnt/boot/loader.conf bewerkt om de module + tijdens het opstarten te laden: + + geom_mirror_load="YES" + + Herstart het systeem om de nieuwe spiegel te testen en te verifiëren + dat alle gegevens zijn gekopieerd. Het BIOS zal de spiegel als twee + individuele schijven zien in plaats van als een spiegel. Omdat de + schijven identiek zijn, maakt het niet uit vanaf welke schijf wordt + opgestart. + + Bekijk de sectie Problemen + oplossen als er problemen zijn tijdens het opstarten. Door de + originele ada0 uit te schakelen en los te + koppelen kan het als offline back-up bewaard worden. - Het resulterende fstab zou er ongeveer - hetzelfde als het volgende uit moeten zien. Het maakt niet uit - of de schijfstations SCSI of - RAID zijn, het - RAID-apparaat zal ongeacht hiervan - gm zijn. - - # Device Mountpoint FStype Options Dump Pass# -/dev/mirror/gm0s1b none swap sw 0 0 -/dev/mirror/gm0s1a / ufs rw 1 1 -/dev/mirror/gm0s1d /usr ufs rw 0 0 -/dev/mirror/gm0s1f /home ufs rw 2 2 -#/dev/mirror/gm0s2d /store ufs rw 2 2 -/dev/mirror/gm0s1e /var ufs rw 2 2 -/dev/acd0 /cdrom cd9660 ro,noauto 0 0 - - Start het systeem opnieuw op: - - &prompt.root; shutdown -r now - - Tijdens de systeeminitialisatie dient het apparaat - gm0 in plaats van - da0 gebruikt te worden. Als het - systeem volledig is geïnitialiseerd, kan dit gecontroleerd - worden door de uitvoer van het commando mount - te inspecteren: - - &prompt.root; mount -Filesystem 1K-blocks Used Avail Capacity Mounted on -/dev/mirror/gm0s1a 1012974 224604 707334 24% / -devfs 1 1 0 100% /dev -/dev/mirror/gm0s1f 45970182 28596 42263972 0% /home -/dev/mirror/gm0s1d 6090094 1348356 4254532 24% /usr -/dev/mirror/gm0s1e 3045006 2241420 559986 80% /var -devfs 1 1 0 100% /var/named/dev - - De uitvoer ziet er als verwacht uit. Plaats als laatste - stap, om synchronisatie te beginnen, de schijf - da1 in de mirror met het volgende - commando: - - &prompt.root; gmirror insert gm0 /dev/da1 - - De status kan gecontroleerd worden tijdens het bouwen van de - mirror met het volgende commando: - - &prompt.root; gmirror status - - Wanneer de mirror gebouwd is en alle huidige gegevens zijn - gesynchroniseerd, dient de uitvoer van het bovenstaande commando - er als volgt uit te zien: - - Name Status Components -mirror/gm0 COMPLETE da0 - da1 - - Als er problemen zijn, of als de mirror nog bezig is om het - bouwproces te voltooien, zal het voorbeeld - DEGRADED in plaats van - COMPLETE laten zien. + Tijdens het gebruik zal de spiegel zich net zoals de originele + enkele schijf gedragen. - Problemen oplossen + Een spiegel met een bestaande schijf aanmaken - - Systeem weigert op te starten + In dit voorbeeld is &os; reeds geïnstalleerd op een enkele schijf, + ada0. Een nieuwe schijf, + ada1, is met het systeem verbonden. Er zal + een spiegel van één schijf worden aangemaakt op de nieuwe schijf, het + bestaande systeem zal ernaar worden gekopieerd, en daarna zal de oude + schijf in de spiegel worden geplaatst. Deze enigszins complexe + procedure is nodig omdat &man.gmirror.8; een blok van 512 bytes aan + meta-gegevens aan het einde van elke schijf moet plaatsen en de + bestaande ada0 meestal alle ruimte reeds heeft + toegewezen. - Als een systeem opstart in een prompt dat op het volgende - lijkt: + Laadt de kernelmodule &man.gmirror.8;: - ffs_mountroot: can't find rootvp -Root mount failed: 6 -mountroot> + &prompt.root; gmirror load - Herstart te machine met de aan/uit-schakelaar of met de - resetknop. Selecteer in het bootmenu optie zes (6). - Hierdoor komt een systeem in een &man.loader.8; prompt. Laad - de kernelmodules handmatig: + Controleer de mediagrootte van de originele schijf met + &man.diskinfo.8;: - OK? load geom_mirror -OK? boot + &prompt.root; diskinfo -v ada0 | head -n3 +/dev/ada0 + 512 # sectorsize + 1000204821504 # mediasize in bytes (931G) + + Maak een spiegel aan op de nieuwe schijf. Om er zeker van te zijn + dat de capaciteit van de spiegel niet groter is dan die van de originele + schijf, wordt &man.gnop.8; gebruikt om een nepschijf van precies + dezelfde grootte aan te maken. Deze schijf slaat geen gegevens op, maar + wordt alleen gebruikt om de grootte van de spiegel te begrenzen. + Wanneer &man.gmirror.8; de spiegel aanmaakt, zal het de capaciteit + beperken tot de grootte van gzero.nop zelfs + als de nieuwe schijf (ada1) meer ruimte heeft. + Merk op dat de 1000204821504 op de tweede + regel gelijk moet zijn aan de mediagrootte van + ada0 zoals hierboven door &man.diskinfo.8; is + getoond. + + &prompt.root; geom zero load +&prompt.root; gnop create -s 1000204821504 gzero +&prompt.root; gmirror label -v gm0 gzero.nop ada1 +&prompt.root; gmirror forget gm0 + + gzero.nop slaat geen gegevens op, dus ziet + de spiegel het niet als verbonden. De spiegel wordt verteld om + componenten die niet verbonden zijn te vergeten, waarbij + referenties naar gzero.nop worden verwijderd. + Het resultaat is een spiegelapparaat dat slechts één enkele schijf, + ada1, bevat. + + Bekijk de partitietabel van ada0 nadat + gm0 is aangemaakt. + + Deze uitvoer komt van een schijf van 1 TB. Als er wat + niet-toegewezen ruimte aanwezig is aan het einde van de schijf, kan de + inhoud direct van ada0 naar de nieuwe spiegel + worden gekopieerd. + + Als de uitvoer echter toont dat alle ruimte op de schijf is + toegewezen zoals in de volgende lijst, is er geen ruimte over voor de + 512 bytes aan meta-gegevens van &man.gmirror.8; aan het einde van de + schijf. + + &prompt.root; gpart show ada0 +=> 63 1953525105 ada0 MBR (931G) + 63 1953525105 1 freebsd [active] (931G) + + In dit geval moet de partitietabel worden bewerkt om de capaciteit + op mirror/gm0 met één sector te verminderen. + De procedure hiervoor wordt later uitgelegd. + + In beide gevallen dienen de partitietabellen op de primaire schijf + eerst gekopieerd te worden. Dit kan gedaan worden met de subcommando's + backup en restore van + &man.gpart.8;. + + &prompt.root; gpart backup ada0 > table.ada0 +&prompt.root; gpart backup ada0s1 > table.ada0s1 + + Deze subcommando's maken twee bestanden aan, + table.ada0 en table.ada0s1. + Dit voorbeeld komt van een schijf van 1 TB af: + + &prompt.root; cat table.ada0 +MBR 4 +1 freebsd 63 1953525105 [active] + + &prompt.root; cat table.ada0s1 +BSD 8 +1 freebsd-ufs 0 4194304 +2 freebsd-swap 4194304 33554432 +4 freebsd-ufs 37748736 50331648 +5 freebsd-ufs 88080384 41943040 +6 freebsd-ufs 130023424 838860800 +7 freebsd-ufs 968884224 984640881 + + Als de gehele schijf was gebruikt in de uitvoer van &man.gpart.8; + show, dan moet de capaciteit in deze partitietabellen + met één sector verminderd worden. Bewerk de twee bestanden zodat de + grootte van zowel de slice als de laatste partitie met één verminderd + wordt. Dit zijn de laatste getallen in elke lijst. + + &prompt.root; cat table.ada0 +MBR 4 +1 freebsd 63 1953525104 [active] + + &prompt.root; cat table.ada0s1 +BSD 8 +1 freebsd-ufs 0 4194304 +2 freebsd-swap 4194304 33554432 +4 freebsd-ufs 37748736 50331648 +5 freebsd-ufs 88080384 41943040 +6 freebsd-ufs 130023424 838860800 +7 freebsd-ufs 968884224 984640880 + + Als er tenminste één sector aan het einde van de schijf niet was + toegewezen, kunnen deze twee bestanden ongewijzigd gebruikt worden. + Herstel nu de partitietabel naar + mirror/gm0. + + &prompt.root; gpart restore mirror/gm0 < table.ada0 +&prompt.root; gpart restore mirror/gm0s1 < table.ada0s1 + + Controleer de partitietabel met &man.gpart.8; + show. Dit voorbeeld heeft + gm0s1a voor /, + gm0s1d voor /var, + gm0s1e voor /usr, + gm0s1f voor /data1 en + gm0s1g voor /data2. + + &prompt.root; gpart show mirror/gm0 +=> 63 1953525104 mirror/gm0 MBR (931G) + 63 1953525042 1 freebsd [active] (931G) + 1953525105 62 - free - (31k) + +&prompt.root; gpart show mirror/gm0s1 +=> 0 1953525042 mirror/gm0s1 BSD (931G) + 0 2097152 1 freebsd-ufs (1.0G) + 2097152 16777216 2 freebsd-swap (8.0G) + 18874368 41943040 4 freebsd-ufs (20G) + 60817408 20971520 5 freebsd-ufs (10G) + 81788928 629145600 6 freebsd-ufs (300G) + 710934528 1242590514 7 freebsd-ufs (592G) + 1953525042 63 - free - (31k) + + Zowel de slice als de laatste partitie dienen wat vrije ruimte aan + het einde van elke schijf te hebben. + + Maak bestandssystemen aan op deze nieuwe partities. Het aantal + partities zal variëren, overeenkomend met de partities op de originele + schijf, ada0. + + &prompt.root; newfs -U /dev/mirror/gm0s1a +&prompt.root; newfs -U /dev/mirror/gm0s1d +&prompt.root; newfs -U /dev/mirror/gm0s1e +&prompt.root; newfs -U /dev/mirror/gm0s1f +&prompt.root; newfs -U /dev/mirror/gm0s1g + + Maak de spiegel opstartbaar door opstartcode in het MBR en bsdlabel + te installeren en de actieve slice in te stellen: + + &prompt.root; gpart bootcode -b /boot/mbr mirror/gm0 +&prompt.root; gpart set -a active -i 1 mirror/gm0 +&prompt.root; gpart bootcode -b /boot/boot mirror/gm0s1 + + Pas /etc/fstab aan zodat het de nieuwe + partities op de spiegel gebruikt. Maak eerst een kopie van dit bestand + als /etc/fstab.orig. + + &prompt.root; cp /etc/fstab /etc/fstab.orig + + Wijzig /etc/fstab door + /dev/ada0 door + mirror/gm0 te vervangen. + + # Device Mountpoint FStype Options Dump Pass# +/dev/mirror/gm0s1a / ufs rw 1 1 +/dev/mirror/gm0s1b none swap sw 0 0 +/dev/mirror/gm0s1d /var ufs rw 2 2 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 22:39:57 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08DB22B8; Wed, 12 Dec 2012 22:39:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DD6278FC08; Wed, 12 Dec 2012 22:39:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCMducI068249; Wed, 12 Dec 2012 22:39:56 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCMdtQ4068240; Wed, 12 Dec 2012 22:39:55 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212122239.qBCMdtQ4068240@svn.freebsd.org> From: Glen Barber Date: Wed, 12 Dec 2012 22:39:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r40368 - in translations/en_US.ISO8859-1: articles/committers-guide articles/contributing articles/contributors articles/portbuild books books/arch-handbook/driverbasics books/arch-hand... X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:39:57 -0000 Author: gjb Date: Wed Dec 12 22:39:55 2012 New Revision: 40368 URL: http://svnweb.freebsd.org/changeset/doc/40368 Log: Merged /projects/pkgng/en_US.ISO8859-1:r39915-40152 to translations/en_US.ISO8859-1 Merged /head/en_US.ISO8859-1:r39641,39937-40365 to translations/en_US.ISO8859-1 Added: translations/en_US.ISO8859-1/htdocs/google6bb24ed0b804d5e9.html - copied unchanged from r40365, head/en_US.ISO8859-1/htdocs/google6bb24ed0b804d5e9.html translations/en_US.ISO8859-1/htdocs/news/2012-compromise/ - copied from r40365, head/en_US.ISO8859-1/htdocs/news/2012-compromise/ translations/en_US.ISO8859-1/htdocs/news/2012-compromise.xml - copied unchanged from r40365, head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml Deleted: translations/en_US.ISO8859-1/books/corp-net-guide/ Modified: translations/en_US.ISO8859-1/articles/committers-guide/article.xml translations/en_US.ISO8859-1/articles/contributing/article.xml translations/en_US.ISO8859-1/articles/contributors/contrib.additional.xml translations/en_US.ISO8859-1/articles/contributors/contrib.committers.xml translations/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml translations/en_US.ISO8859-1/articles/portbuild/article.xml translations/en_US.ISO8859-1/books/Makefile translations/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml translations/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml translations/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml translations/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml translations/en_US.ISO8859-1/books/faq/book.xml translations/en_US.ISO8859-1/books/handbook/basics/chapter.xml translations/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml translations/en_US.ISO8859-1/books/handbook/eresources/chapter.xml translations/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml translations/en_US.ISO8859-1/books/handbook/geom/chapter.xml translations/en_US.ISO8859-1/books/handbook/mac/chapter.xml translations/en_US.ISO8859-1/books/handbook/mail/chapter.xml translations/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml translations/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml translations/en_US.ISO8859-1/books/handbook/ports/chapter.xml translations/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml translations/en_US.ISO8859-1/books/porters-handbook/book.xml translations/en_US.ISO8859-1/htdocs/Makefile translations/en_US.ISO8859-1/htdocs/administration.xml translations/en_US.ISO8859-1/htdocs/art.xml translations/en_US.ISO8859-1/htdocs/cgi/cvsweb.cgi translations/en_US.ISO8859-1/htdocs/cgi/man.cgi translations/en_US.ISO8859-1/htdocs/cgi/ports.cgi translations/en_US.ISO8859-1/htdocs/developers/cvs.xml translations/en_US.ISO8859-1/htdocs/docs/books.xml translations/en_US.ISO8859-1/htdocs/donations/index.xml translations/en_US.ISO8859-1/htdocs/index.xsl translations/en_US.ISO8859-1/htdocs/internal/bylaws.xml translations/en_US.ISO8859-1/htdocs/internal/homepage.pl translations/en_US.ISO8859-1/htdocs/internal/i18n.xml translations/en_US.ISO8859-1/htdocs/layout/css/layout.css translations/en_US.ISO8859-1/htdocs/layout/js/google.js translations/en_US.ISO8859-1/htdocs/news/Makefile translations/en_US.ISO8859-1/htdocs/news/status/report-2001-08.xml translations/en_US.ISO8859-1/htdocs/news/status/report-2002-05-2002-06.xml translations/en_US.ISO8859-1/htdocs/platforms/arm.xml translations/en_US.ISO8859-1/htdocs/releng/charter.xml translations/en_US.ISO8859-1/htdocs/releng/index.xml translations/en_US.ISO8859-1/htdocs/search/sitemap.xml translations/en_US.ISO8859-1/htdocs/security/security.xml translations/en_US.ISO8859-1/htdocs/where.xml translations/en_US.ISO8859-1/share/xml/mailing-lists.ent Directory Properties: translations/en_US.ISO8859-1/ (props changed) Modified: translations/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/committers-guide/article.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/committers-guide/article.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -370,7 +370,7 @@ Getting Started - There are three ways to obtain a working copy of the tree + There are a few ways to obtain a working copy of the tree from Subversion. This section will explain them. @@ -466,119 +466,6 @@ information on how to set one up. - - Checkout from a Local Mirror Using - <acronym>SVK</acronym> - - The third alternative is to use SVK - to maintain a local mirror. It is a version control system - build on top of Subversion's storage engine. It is - identical to Subversion in most respects, except that it - allows for setting up parts of repositories as mirrors of - other repositories, and keeping local branches for merging - back into the upstream repositories. There are extensions - that allow SVK to mirror - CVS and Perforce repositories in addition - to Subversion ones. - - Like everything, SVK has its - disadvantages, one being that local revision numbers will - not match upstream revision numbers. This makes it - difficult to svk log, svk - diff, or svk update to an - arbitrary upstream revision. - - To set up a mirror of the &os; repository, do: - - &prompt.user; svk mirror svn+ssh://svn.freebsd.org/base //freebsd/base - - The local SVK repository will be - stored in ~/.svk/local/, but can be - moved to an alternate location. If it is moved, - ~/.svk/config should be amended - manually to reflect the move. - - Any path can be used, not just the one in the example - above. A common pattern is to place mirrors under - //mirror, e.g., - //mirror/freebsd/base/, and - local branches under //local. - - To pull down the contents of the repository to the - mirror: - - &prompt.user; svk sync //freebsd/base - - - svk sync will take a very long - time, possibly several days over a slow network - connection. &a.peter; has a tarball that can be used to - jumpstart the mirror, but only if one does not exist - already. - - - To use the tarball referenced above: - - &prompt.user; cd ~ -&prompt.user; scp freefall:/home/peter/dot_svk_r179646.tbz2 . -&prompt.user; tar xf dot_svk_r179646.tbz2 - - Then edit ~/.svk/config and replace - /scratch/tmp/peter/.svk/local/ - with the equivalent of /home/jarjar/.svk/local/. - - You can check out files directly from your mirror, once - it has been created: - - &prompt.user; svk checkout //freebsd/base/head /usr/src - - Unlike SVN, SVK - does not store metadata or reference copies in the working - copy. All metadata is recorded in - ~/.svk/config; reference copies are not - used at all because SVK always operates - on a local repository. - - When committing from a working copy like the one above, - SVN will commit directly to the upstream - repository, then synchronise the mirror. - - However, the killer app for - SVK is the ability to work without a - network connection. To do that, a local branch must be set - up: - - &prompt.user; svk mkdir //local/freebsd -&prompt.user; svk copy //freebsd/base/head //local/freebsd/head - - Once again, any path can be used, it does not have to - specifically be the one in the example. - - Before use, the local branch has to be synchronized, - like so: - - &prompt.user; svk pull //local/freebsd/head - - Then check out from the newly created local - branch: - - &prompt.user; svk checkout //local/freebsd/head /usr/src - - The point of this exercise is showing that it is - possible to commit work-in-progress to a local branch, and - only push it to the upstream repository when work is - complete. The easy way to push is with svk - push, but there is a serious disadvantage to it: - it will push every single commit made to the local branch - incrementally instead of lumping them all into a single - commit. Therefore, using svk smerge is - preferable. - - <literal>RELENG_*</literal> Branches and General Layout @@ -711,16 +598,6 @@ daily use, except for the revision renumbering mentioned earlier. - - SVN and SVK - commands that have direct CVS equivalents - usually have the same name and abbreviations. For example: - checkout and co, - update and up, and - commit and - ci. - - Help @@ -824,11 +701,7 @@ &prompt.user; svn status - CVS has no direct equivalent of this - command. The nearest would be cvs up -N - which shows local changes and files that are out-of-date. - Doing this in SVN is possible too, - however: + To show local changes and files that are out-of-date do: &prompt.user; svn status --show-updates @@ -836,7 +709,7 @@ Editing and Committing - Like CVS but unlike Perforce, + Unlike Perforce, SVN and SVK do not need to be told in advance about file editing. @@ -882,7 +755,7 @@ - As with CVS, files are added to a + Files are added to a SVN repository with svn add. To add a file named foo, edit it, then: @@ -910,10 +783,9 @@ &prompt.user; svn mkdir bar - In CVS, the directory is immediately - created in the repository when you cvs - add it; this is not the case in Subversion. - Furthermore, unlike CVS, Subversion + The directory is not immediately + created in the repository when you use svn + mkdir. Subversion allows directories to be removed using svn rm, however there is no svn rmdir: @@ -938,9 +810,6 @@ &prompt.user; svn copy foo.c bar.c &prompt.user; svn remove foo.c - - Neither of these operations have equivalents in - CVS. @@ -965,11 +834,11 @@ svn diff displays changes to the working copy of the repository. Diffs generated by - SVN are unified by default, unlike - CVS, and include new files by default + SVN are unified + and include new files by default in the diff output. - As with CVS, svn + svn diff can show the changes between two revisions of the same file: @@ -987,8 +856,8 @@ Reverting Local changes (including additions and deletions) can be - reverted using svn revert. Unlike - cvs up -C, it does not update out-of-date + reverted using svn revert. + It does not update out-of-date files—it just replaces them with pristine copies of the original version. @@ -1877,8 +1746,8 @@ U stable/9/share/man/man4/netmap.4 of svn status and svn diff before committing. - Mistakes will happen, but, unlike with - CVS, they can generally be fixed without + Mistakes will happen but, + they can generally be fixed without disruption. Take a case of adding a file in the wrong location. The @@ -2014,37 +1883,20 @@ U stable/9/share/man/man4/netmap.4 Don't remove and re-add the same file in a single commit as this will break the CVS exporter. - Speeding up checkouts and minimising network traffic is - possible with the following recipe: + Speeding up svn is + possible by adding the following to ~/.ssh/config: + + Host * +ControlPath ~/.ssh/sockets/master-%l-%r@%h:%p +ControlMaster auto +ControlPersist yes - &prompt.user; svn co --depth=empty svn+ssh://svn.freebsd.org/base fbsvn -&prompt.user; cd fbsvn -&prompt.user; svn up --depth=empty stable -&prompt.user; svn up head -&prompt.user; cd stable -&prompt.user; cp -r ../head/ 7 -&prompt.user; cd 7 -&prompt.user; svn switch svn+ssh://svn.freebsd.org/base/stable/7 -&prompt.user; cd .. -&prompt.user; cp -r 7/ 6 -&prompt.user; cd 6 -&prompt.user; svn switch svn+ssh://svn.freebsd.org/base/stable/6 - - What this bit of evil does is check out head, stable/7 and - stable/6. We create the empty checkout directories under - SVN's control. In SVN, - subtrees are self identifying, like in CVS. - We check out head and clone it as stable/7. Except we don't - want the head version so we switch it to the - 7.x tree location. SVN downloads diffs to - convert the head files to - stable/7 instead of doing a fresh checkout. - The same goes for stable/6. This does, however, definitely - count as abuse of the working copy client code! + and then typing + mkdir ~/.ssh/sockets Checking out a working copy with a stock Subversion client without &os;-specific patches - (WITH_FREEBSD_TEMPLATE) will mean that + (OPTIONS_SET=FREEBSD_TEMPLATE) will mean that $FreeBSD$ tags will not be expanded. Once the correct version has been installed, trick Subversion into expanding them like so: @@ -2052,8 +1904,7 @@ U stable/9/share/man/man4/netmap.4 &prompt.user; svn propdel -R svn:keywords . &prompt.user; svn revert -R . - This is not a good idea if uncommitted patches exist, - however. + This will wipe out uncommitted patches. @@ -2081,7 +1932,7 @@ U stable/9/share/man/man4/netmap.4 Add your author entity to - head/en_US.ISO8859-1/share/xml/authors.ent; + head/share/xml/authors.ent; this should be done first since an omission of this commit will cause the next commits to break the doc/ build. @@ -2594,14 +2445,13 @@ U stable/9/share/man/man4/netmap.4 &a.committers; - cvs-committers is the entity that the version control system uses to send you all your - commit messages. You should never send email - directly to this list. You should only send replies to this list - when they are short and are directly related to a commit. - - There is a similar list, svn-committers, which has a - similar purpose but is a normal list, i.e., you are free to - send any suitable message to this list. + &a.svn-src-all.name;, &a.svn-ports-all.name; and + &a.svn-doc-all.name; are the mailing lists that the + version control system uses to send commit messages to. + You should never send email directly + to these lists. You should only send replies to this list + when they are short and are directly related to a + commit. @@ -4074,57 +3924,11 @@ U stable/9/share/man/man4/netmap.4 - Update the instructions for &man.cvsup.1;: - - - - - add the category to - distrib/cvsup/sup/README - - - - - - adding the following files into - distrib/cvsup/sup/ports-categoryname: - list.cvs and - releases. - - - - - add the category to - src/share/examples/cvsup/ports-supfile - - - - - - (Note: these are - in the src, not the ports, repository). If you - are not a src committer, you will need to submit - a PR for this. - - - - - Update the list of categories used by &man.sysinstall.8; - in src/usr.sbin/sysinstall. - - - Update the documentation by modifying the following: - the section of the Handbook that lists the - - cvsup collections. - - - the list of categories in the Porter's Handbook @@ -4174,10 +3978,6 @@ U stable/9/share/man/man4/netmap.4 - src/usr.sbin/sysinstall - - - the list of categories in the Porter's Handbook Modified: translations/en_US.ISO8859-1/articles/contributing/article.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/contributing/article.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/contributing/article.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -234,7 +234,8 @@ Pick one of the items from the <quote>Ideas</quote> page - The &os; list of + The &os; + list of projects and ideas for volunteers is also available for people willing to contribute to the &os; project. The list is being regularly updated and contains items for both @@ -342,39 +343,22 @@ The preferred &man.diff.1; format for submitting patches is the unified output format generated by diff - -u. However, for patches that substantially - change a region of code, a context output format diff - generated by diff -c may be more readable - and thus preferable. + -u. diff - For example: - - &prompt.user; diff -c oldfile newfile - - or - - &prompt.user; diff -c -r olddir newdir - - would generate such a set of context diffs for the given - source file or directory hierarchy. - - Likewise, - &prompt.user; diff -u oldfile newfile or - &prompt.user; diff -u -r olddir newdir + &prompt.user; diff -u -r -N olddir newdir - would do the same, except in the unified diff - format. + would generate a set of unified diffs for the given source + file or directory hierarchy. - See the manual page for &man.diff.1; for more - details. + See &man.diff.1; for more information. Once you have a set of diffs (which you may test with the &man.patch.1; command), you should submit them for inclusion @@ -400,9 +384,8 @@ welcome. If your change is of a potentially sensitive nature, - e.g. you are unsure of copyright issues governing its further - distribution or you are simply not ready to release it without - a tighter review first, then you should send it to &a.core; + such as if you are unsure of copyright issues governing its further + distribution then you should send it to &a.core; directly rather than submitting it with &man.send-pr.1;. The &a.core; reaches a much smaller group of people who do much of the day-to-day work on FreeBSD. Note that this @@ -506,7 +489,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $Id$ + $&os;$ For your convenience, a copy of this text can be found in /usr/share/examples/etc/bsd-style-copyright. Modified: translations/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -1144,11 +1144,6 @@ - Barbara - - - - Barry Bierbauch pivrnec@vszbr.cz @@ -1722,6 +1717,11 @@ + Christian Heckendorf + heckend@bu.edu + + + Christian Lackas delta@lackas.net Modified: translations/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -500,6 +500,10 @@ + &a.bar; + + + &a.jmg; @@ -1524,6 +1528,10 @@ + &a.bryanv; + + + &a.avilla; @@ -1638,4 +1646,8 @@ &a.az; + + + &a.syuu; + Modified: translations/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -3,6 +3,10 @@ + &a.attilio; (2012) + + + &a.wilko; (2006 - 2012) Modified: translations/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- translations/en_US.ISO8859-1/articles/portbuild/article.xml Wed Dec 12 22:39:39 2012 (r40367) +++ translations/en_US.ISO8859-1/articles/portbuild/article.xml Wed Dec 12 22:39:55 2012 (r40368) @@ -66,19 +66,23 @@ otherwise specified, all paths will be relative to this location. ${arch} will be used to specify one of the package architectures - (amd64, &i386;, ia64, powerpc, and &sparc64;), and + (e.g., amd64, arm, &i386;, ia64, powerpc, &sparc64;), and ${branch} will be used - to specify the build branch (7, 7-exp, 8, 8-exp, 9, 9-exp, 10, 10-exp). + to specify the build branch (e.g., 7, 7-exp, 8, 8-exp, 9, 9-exp, 10, 10-exp). + The set of branches that portmgr currently + supports is the same as those that the &os; + security team + supports. - Packages are no longer built for Releases 4, 5, or 6, nor + Packages are no longer built for branches 4, 5, or 6, nor for the alpha architecture. The scripts that control all of this live in /var/portbuild/scripts/. - These are the checked-out copies from the Subversion repository + These are the checked-out copies from the Subversion repository at base/projects/portbuild/scripts/ . @@ -95,16 +99,19 @@ -CURRENT
      - for experimental builds + for experimental ("exp-") builds + + Packages from experimental builds are not uploaded. + Notes on the codebase Until mid-2010, the scripts were completely specific to - pointyhat as the head (dispatch) node. During + pointyhat.FreeBSD.org as the head (dispatch) node. During the summer of 2010, a significant rewrite was done in order to allow for other hosts to be head nodes. Among the changes were: @@ -136,9 +143,11 @@ to old codebase:. - As of December 2010, pointyhat is still - running on the old codebase, until the new codebase is considered - rock-solid. + Up until November 2012, pointyhat had still + been running the old codebase. That installation has now been + permanently offlined. Therefore, all the instructions having + to do with the old codebase are obsolete, + and will be removed in the near future. @@ -167,7 +176,7 @@ interesting data (ports and src trees, bindist tarballs, scripts, etc.) to disconnected nodes during the node-setup phase. Then, the disconnected portbuild directory is - nullfs-mounted for chroot builds. + nullfs-mounted for jail builds. The ports-${arch} @@ -179,41 +188,32 @@ The scripts/allgohans script can be used to run a command on all of the ${arch} clients. - - The scripts/checkmachines script - is used to monitor the load on all the nodes of the - build cluster, and schedule which nodes build which ports. - This script is not very robust, and has a tendency to die. - It is best to start up this script on the build master - (e.g. pointyhat) - after boot time using a &man.while.1; loop. - - Chroot Build Environment Setup + Jail Build Environment Setup Package builds are performed in a - chroot populated by the + jail populated by the portbuild script using the ${arch}/${branch}/builds/${buildid}/bindist.tar file. - The following command builds a world from the + The makeworld command builds a world from the ${arch}/${branch}/builds/${buildid}/src/ tree and installs it into - ${worlddir}. The tree will - be updated first unless -nocvs is - specified. + ${arch}/${branch}/builds/${buildid}/bindist.tar. + The tree will + be updated first unless -novcs is + specified. It should be run as root: - /var/portbuild&prompt.root; scripts/makeworld ${arch} ${branch} ${buildid} [-nocvs] + &prompt.root; /var/portbuild/scripts/makeworld ${arch} ${branch} ${buildid} [-novcs] The bindist.tar tarball is created from the previously installed world by the mkbindist - script. It should be run as root with the following - command: + script. It should be also be run as root: - /var/portbuild&prompt.root; scripts/mkbindist ${arch} ${branch} ${buildid} + &prompt.root; /var/portbuild/scripts/mkbindist ${arch} ${branch} ${buildid} The per-machine tarballs are located in ${arch}/clients. @@ -280,7 +280,7 @@ (For this case, the contents are identical for both server and client.) - RUBY_DEFAULT_VER= 1.9 + RUBY_DEFAULT_VER= 1.9 @@ -291,7 +291,7 @@ (For this case, the contents are also identical for both server and client.) - + .if !defined(CC) || ${CC} == "cc" CC=clang .endif @@ -301,44 +301,45 @@ CXX=clang++ .if !defined(CPP) || ${CPP} == "cpp" CPP=clang-cpp .endif -# Don't die on warnings +# Do not die on warnings NO_WERROR= WERROR= - + Sample <filename>make.conf.server</filename> for <application>pkgng</application> - WITH_PKGNG=yes -PKG_BIN=/usr/local/sbin/pkg + WITH_PKGNG=yes +PKG_BIN=/usr/local/sbin/pkg Sample <filename>make.conf.client</filename> for <application>pkgng</application> - WITH_PKGNG=yes + WITH_PKGNG=yes Sample <filename>src.conf.server</filename> to test new <application>sort</application> codebase - WITH_BSD_SORT=yes + WITH_BSD_SORT=yes Starting the Build - Several separate builds for each architecture - branch combination + Separate builds for various combinations of architecture and branch are supported. All data private to a build (ports tree, src tree, - packages, distfiles, log files, bindist, Makefile, etc) are located under - ${arch}/${branch}/builds/${buildid}. - The last created build can be alternatively referenced under buildid - latest, the one before is called + packages, distfiles, log files, bindist, Makefile, etc) are located under the + ${arch}/${branch}/builds/${buildid}/ + directory. + The most recently created build can be alternatively referenced using buildid + latest, and the one before using previous. New builds are cloned from the latest, which is @@ -425,7 +426,7 @@ PKG_BIN=/usr/local/sbin/pkg The symlinks go away, and you just use dopackages.wrapper directly. For example: - dopackages.wrapper ${arch} ${branch} ${buildid} [-options] + &prompt.root; dopackages.wrapper ${arch} ${branch} ${buildid} [-options] @@ -443,7 +444,7 @@ PKG_BIN=/usr/local/sbin/pkg -keep - Do not delete this build in the future, when it would be normally deleted as part of the latest - previous cycle. - Don't forget to clean it up manually when you no longer need it. + Do not forget to clean it up manually when you no longer need it. @@ -451,8 +452,8 @@ PKG_BIN=/usr/local/sbin/pkg -nofinish - Do not perform post-processing once the build is complete. Useful if you expect that the build will need to be restarted - once it finishes. If you use this option, don't forget to cleanup - the clients when you don't need the build anymore. + once it finishes. If you use this option, do not forget to cleanup + the clients when you do not need the build any more. @@ -519,7 +520,7 @@ PKG_BIN=/usr/local/sbin/pkg -noduds - Do not rebuild the duds file (ports that are never - built, e.g. those marked IGNORE, + built, e.g., those marked IGNORE, NO_PACKAGE, etc.) during preprocessing. @@ -558,9 +559,9 @@ PKG_BIN=/usr/local/sbin/pkg - -srccvs - Do not update the + -srcvcs - Do not update the src tree from the ZFS snapshot, update it with - cvs update instead. + a fresh checkout instead. @@ -572,9 +573,9 @@ PKG_BIN=/usr/local/sbin/pkg - -portscvs - Do not update the + -portsvcs - Do not update the ports tree from the ZFS snapshot, update it with - cvs update instead. + a fresh checkout instead. @@ -600,7 +601,7 @@ PKG_BIN=/usr/local/sbin/pkg -fetch-original - Fetch the distfile from the original MASTER_SITES - rather than ftp-master. + rather than any cache such as on ftp-master. @@ -628,9 +629,9 @@ PKG_BIN=/usr/local/sbin/pkg -nocleanup, you need to clean up clients by running - build cleanup ${arch} ${branch} ${buildid} -full + &prompt.user; build cleanup ${arch} ${branch} ${buildid} -full - errors/, + When a new build is created, the directories errors/, logs/, packages/, and so forth, are cleaned by the scripts. If you are short of space, you can also clean out ports/distfiles/. @@ -653,7 +654,7 @@ PKG_BIN=/usr/local/sbin/pkg The actual package build itself occurs in two identical phases. The reason for this is that sometimes - transient problems (e.g. NFS failures, FTP sites being + transient problems (e.g., NFS failures, FTP sites being unreachable, etc.) may halt a build. Doing things in two phases is a workaround for these types of problems. @@ -664,10 +665,10 @@ PKG_BIN=/usr/local/sbin/pkg process encounters an empty subdirectory, both package build phases will stop short, and an error similar to the following will be written to - ${arch}/${branch}/make.[0|1]: + ${arch}/${branch}/journal: - don't know how to make dns-all(continuing) + don't know how to make dns-all(continuing) To correct this problem, simply comment out or remove the SUBDIR entries that point to empty @@ -685,22 +686,22 @@ PKG_BIN=/usr/local/sbin/pkg Update the i386-7 tree and do a complete build - dopackages.7 i386 -nosrc -norestr -nofinish - dopackages.wrapper i386 7 -nosrc -norestr -nofinish + &prompt.user; dopackages.7 i386 -nosrc -norestr -nofinish +&prompt.user; dopackages.wrapper i386 7 -nosrc -norestr -nofinish Restart an interrupted amd64-8 build without updating - dopackages.8 amd64 -nosrc -noports -norestr -continue -noindex -noduds -nofinish - dopackages.wrapper amd64 8 -nosrc -noports -norestr -continue -noindex -noduds -nofinish + &prompt.user; dopackages.8 amd64 -nosrc -noports -norestr -continue -noindex -noduds -nofinish +&prompt.user; dopackages.wrapper amd64 8 -nosrc -noports -norestr -continue -noindex -noduds -nofinish Post-process a completed sparc64-7 tree - dopackages.7 sparc64 -finish - dopackages.wrapper sparc64 7 -finish + &prompt.user; dopackages.7 sparc64 -finish +&prompt.user; dopackages.wrapper sparc64 7 -finish Hint: it is usually best to run the dopackages @@ -741,7 +742,7 @@ PKG_BIN=/usr/local/sbin/pkg build srcupdate arch branch buildid - Replaces the src - tree with a new ZFS snapshot. Don't forget to use + tree with a new ZFS snapshot. Do not forget to use -nosrc flag to dopackages later! @@ -751,7 +752,7 @@ PKG_BIN=/usr/local/sbin/pkg build portsupdate arch branch buildid - Replaces the ports - tree with a new ZFS snapshot. Don't forget to use + tree with a new ZFS snapshot. Do not forget to use -noports flag to dopackages later! @@ -767,7 +768,7 @@ PKG_BIN=/usr/local/sbin/pkg package set. This can be accomplished with the following invocation: - path/qmanager/packagebuild amd64 7-exp 20080904212103 aclock-0.2.3_2.tbz + &prompt.root; path/qmanager/packagebuild amd64 7-exp 20080904212103 aclock-0.2.3_2.tbz @@ -846,9 +847,9 @@ PKG_BIN=/usr/local/sbin/pkg ${arch}/${branch}/journal (new codebase). Individual ports will write their build logs to - ${arch}/${branch}/logs + ${arch}/${branch}/logs/ and their error logs to - ${arch}/${branch}/errors. + ${arch}/${branch}/errors/. Formerly the docs tree was also checked out, however, it has @@ -886,7 +887,7 @@ PKG_BIN=/usr/local/sbin/pkg identify the tty in which it's running (either record the output of &man.tty.1; when you start the build, or use ps x to identify it. You need to make sure that nothing else important - is running in this tty, e.g. ps -t p1 or whatever. + is running in this tty, e.g., ps -t p1 or whatever. If there is not, you can just kill off the whole term easily with pkill -t pts/1; otherwise issue a kill -HUP in there by, for example, @@ -911,11 +912,11 @@ PKG_BIN=/usr/local/sbin/pkg Cleaning up a Build To free up resources, you will need to clean up client machines by - running build cleanup command. For example: - &prompt.user; /var/portbuild/scripts/build cleanup i386 8-exp 20080714120411 -full + running build cleanup command. For example: + &prompt.user; /var/portbuild/scripts/build cleanup i386 8-exp 20080714120411 -full If you forget to do this, then the old build - chroots will not be cleaned up for 24 hours, and no + jails will not be cleaned up for 24 hours, and no new jobs will be dispatched in their place since pointyhat thinks the job slot is still occupied. @@ -924,21 +925,21 @@ PKG_BIN=/usr/local/sbin/pkg it thinks is running, and this should be roughly concordant with the load average. loads is refreshed every 2 minutes. If you do ps x | grep pdispatch - and it's less than the number of jobs that loads - thinks are in use, you're in trouble. + and it is less than the number of jobs that loads + thinks are in use, you are in trouble. You may have problem with the umount commands hanging. If so, you are going to have to use the allgohans script to run an &man.ssh.1; - command across all clients for that buildenv. For example: -ssh -l root gohan24 df + command across all clients for that buildenv. For example: +&prompt.user; ssh gohan24 df - will get you a df, and + will get you a df, and -allgohans "umount -f pointyhat.freebsd.org:/var/portbuild/i386/8-exp/ports" -allgohans "umount -f pointyhat.freebsd.org:/var/portbuild/i386/8-exp/src" +&prompt.user; allgohans "umount -f pointyhat.freebsd.org:/var/portbuild/i386/8-exp/ports" +&prompt.user; allgohans "umount -f pointyhat.freebsd.org:/var/portbuild/i386/8-exp/src" - are supposed to get rid of the hanging mounts. You will have to + are supposed to get rid of the hanging mounts. You will have to keep doing them since there can be multiple mounts. @@ -949,8 +950,8 @@ umount: pointyhat.freebsd.org:/var/portb umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed! /x/tmp/8-exp/chroot/53837/compat/linux/proc: not a file system root directory - The former 2 mean that that client did not have those mounted; - the latter 2 are a bug. + The former two mean that the client did not have those mounted; + the latter two are a bug. You may also see messages about procfs. @@ -1006,8 +1007,8 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 You can use qclient command to monitor the status of build nodes, and to list the currently scheduled jobs: - python path/qmanager/qclient jobs - python path/qmanager/qclient status + &prompt.user; python path/qmanager/qclient jobs +&prompt.user; python path/qmanager/qclient status The scripts/stats ${branch} *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 23:41:55 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF168893; Wed, 12 Dec 2012 23:41:55 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1.freebsd.org (Postfix) with ESMTP id B98EA8FC0A; Wed, 12 Dec 2012 23:41:54 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hm9so3552251wib.13 for ; Wed, 12 Dec 2012 15:41:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=I/3rBJNaJyhYrkWna51BMNsqCoQnocai1cUDwI88VuQ=; b=jpKjl8H9vCwkVKY3Aghjp/dsmW2DX9tIp8/TwcttSpd3Ro/tN+cUd4VxIHBzePAUiX Vf2oe8x7xjrtBiXgv89RgdtVdMYjgN2xACCHjvGo5Vc5d47RnJodu1m1CzP66FzL2mX2 dsI4oHBhol1FrUEqHOPSejLf3PRIcqUIfNLiTKqn8Ns7d3MCgqUBAjN515+0f2MJrSZ6 hcZzNEfaGC+f6uGzQwmch+uK6CnSM7NmWFDOCev3iHyQxoLfyzHoLEUScMpNzzSNXNF1 +kZ0vsyhitWMNSYVaIKibrrUCxVEQF7bamqLsicmTZML/WiTmmFG5c9O5HGWu7lpGEze 9pMg== Received: by 10.180.81.41 with SMTP id w9mr15654664wix.18.1355355713990; Wed, 12 Dec 2012 15:41:53 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:70fb:d2f:cada:643e? ([2001:980:d7ed:1:70fb:d2f:cada:643e]) by mx.google.com with ESMTPS id i6sm5239746wix.5.2012.12.12.15.41.51 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 15:41:52 -0800 (PST) Message-ID: <50C9163D.8080207@gmail.com> Date: Thu, 13 Dec 2012 00:41:49 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r40258 - in head/en_US.ISO8859-1/books: . corp-net-guide References: <201212031627.qB3GRg7h072751@svn.freebsd.org> In-Reply-To: <201212031627.qB3GRg7h072751@svn.freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 23:41:56 -0000 On 03-12-2012 17:27, Eitan Adler wrote: > Author: eadler > Date: Mon Dec 3 16:27:42 2012 > New Revision: 40258 > URL: http://svnweb.freebsd.org/changeset/doc/40258 > > Log: > The corp-net-guide book is drastically out of date. > Topics that would be covered in a modern version are already > explained in the normal handbook. > > Discussed on: -doc > Approved by: bcr > > Deleted: > head/en_US.ISO8859-1/books/corp-net-guide/ > Modified: > head/en_US.ISO8859-1/books/Makefile > Note that head/share/images/books/corp-net-guide still exists (containing .eps files), should that be removed too? René From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 00:17:09 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70B7A45C for ; Thu, 13 Dec 2012 00:17:09 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF0158FC15 for ; Thu, 13 Dec 2012 00:17:08 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so1253422lbb.13 for ; Wed, 12 Dec 2012 16:17:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=vsOu0vpDi1ql5uQyWwQPqJnkB0mUJgm8A0s6NW2AoBE=; b=aDY+z74+VWHbWWRKIKOKNXPaj4dh0+7tpnVsdvOcznCuW3QPHODUoESLD0fO+U3J8W U7HLaOxxcAnnYlmtl9q6Wwb+51xTBSKEnn9qFewMDTyF0UbFtyCGiyI+dYrAb0Q6fP2o M+7C0bkKRqhnGCCR/FAsmXOpr2jeOVu5ep9Yc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=vsOu0vpDi1ql5uQyWwQPqJnkB0mUJgm8A0s6NW2AoBE=; b=TbSyQQT4mdDEPowr7O443J1PhtfN/yQbgyl2VpttCqjV7Wwevh6YAfEahXVNzwHVdr g3v68nDrAEFAb9ljTSWOjXO4VQn27Zo/FBNqnvAveciBVHIcdSLtJyrCqaHTQ8suPjkr VhhFvDLZhhvbLuD6Hi931+z+ezTVdpCHGBEYKw1EwPPe223A+q3ArW6t/vMWJKdrkHbY Sjxc6MZMjKOkbJDDuCq2lMAaUUEbN2Ipl8yzUoXyNzvB2EETfSsl3d4xSu08N1X9Z+Qi kXc5XkVgWCnz4DJoqURQItjEf3yoFVApDRwoAg1l07ToXstXHEyqEaPNu3dfj6DYi4Bu dEDQ== Received: by 10.152.148.40 with SMTP id tp8mr6519lab.30.1355357827709; Wed, 12 Dec 2012 16:17:07 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.149.225 with HTTP; Wed, 12 Dec 2012 16:16:36 -0800 (PST) In-Reply-To: <50C9163D.8080207@gmail.com> References: <201212031627.qB3GRg7h072751@svn.freebsd.org> <50C9163D.8080207@gmail.com> From: Eitan Adler Date: Wed, 12 Dec 2012 19:16:36 -0500 X-Google-Sender-Auth: 1_bslaZWJGE2bfJ-Su5vHMQd1WY Message-ID: Subject: Re: svn commit: r40258 - in head/en_US.ISO8859-1/books: . corp-net-guide To: =?UTF-8?Q?Ren=C3=A9_Ladan?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn6vEZxBDFMBaCxbw3S6MsNzuqy1rLBzjrZ1Zfo+KnafhergcQN2iKM6WLBxPnXs/cFTwoi Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 00:17:09 -0000 On 12 December 2012 18:41, Ren=C3=A9 Ladan wrote: > On 03-12-2012 17:27, Eitan Adler wrote: >> Author: eadler >> Date: Mon Dec 3 16:27:42 2012 >> New Revision: 40258 >> URL: http://svnweb.freebsd.org/changeset/doc/40258 >> >> Log: >> The corp-net-guide book is drastically out of date. >> Topics that would be covered in a modern version are already >> explained in the normal handbook. >> >> Discussed on: -doc >> Approved by: bcr >> >> Deleted: >> head/en_US.ISO8859-1/books/corp-net-guide/ >> Modified: >> head/en_US.ISO8859-1/books/Makefile >> > Note that head/share/images/books/corp-net-guide still exists > (containing .eps files), should that be removed too? When all the translations are deleted, probably? --=20 Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 02:14:17 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3532F1B; Thu, 13 Dec 2012 02:14:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 971D58FC13; Thu, 13 Dec 2012 02:14:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBD2EHXE013232; Thu, 13 Dec 2012 02:14:17 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBD2EH4U013231; Thu, 13 Dec 2012 02:14:17 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212130214.qBD2EH4U013231@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Dec 2012 02:14:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40373 - head/en_US.ISO8859-1/htdocs/layout/css X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 02:14:17 -0000 Author: gjb Date: Thu Dec 13 02:14:17 2012 New Revision: 40373 URL: http://svnweb.freebsd.org/changeset/doc/40373 Log: Increase padding, in case page is viewed with smaller DPI. Submitted by: bdrewery Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Wed Dec 12 23:38:31 2012 (r40372) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Dec 13 02:14:17 2012 (r40373) @@ -437,7 +437,7 @@ margin-top: 10px; padding: 0; /*padding-right: 30px;*/ - width: 150px; + width: 180px; height: 25px; background-color: white; -moz-border-radius: 10px; From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 02:16:02 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04E4FFAF; Thu, 13 Dec 2012 02:16:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DCCDC8FC08; Thu, 13 Dec 2012 02:16:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBD2G1ba013633; Thu, 13 Dec 2012 02:16:01 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBD2G1WY013632; Thu, 13 Dec 2012 02:16:01 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212130216.qBD2G1WY013632@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Dec 2012 02:16:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40374 - head/en_US.ISO8859-1/htdocs/layout/css X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 02:16:02 -0000 Author: gjb Date: Thu Dec 13 02:16:01 2012 New Revision: 40374 URL: http://svnweb.freebsd.org/changeset/doc/40374 Log: Remove a comment left in by accident. Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Dec 13 02:14:17 2012 (r40373) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Thu Dec 13 02:16:01 2012 (r40374) @@ -436,7 +436,6 @@ .frontdonateroundbox { margin-top: 10px; padding: 0; - /*padding-right: 30px;*/ width: 180px; height: 25px; background-color: white; From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 09:38:24 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F98F604; Thu, 13 Dec 2012 09:38:24 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E0CCC8FC18; Thu, 13 Dec 2012 09:38:22 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so1538284lah.13 for ; Thu, 13 Dec 2012 01:38:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=56/9Y6pYXlRO7utSrsvwtm77Ecwd9bDU37YV+qavllU=; b=h2nm1Yk+iQquyuY4QICGeS/W8GRZF7CbPYhHLq7sZm9FxfVq9tz5f4HUKCOpGv+GjT Vn0K2yhP/La2YGND5wrK0L7iOEAzT7OsJnrk6caV+/i0i4TZn0NNUTFw5KX3+S/jDK7f /CyFha5Zvz+8jxW5waHubw5+nIgEfMKDmCYvXaiLv563ZQhGeKGH+8WcidFo0LapU6cY bZuGZQzn1NL8nUy3Y6rH/TfHCSRhibN2Lnd0vMvGNchscYfjM6fghqinqIsB4cwUVO5j 5mA04WLdmAwb2LxvZ2nTojIhsMRX0wP+xyOX6xBNYfXVCwS+pFOYVpmQyIDA5VFjFaEt pRcA== Received: by 10.152.124.226 with SMTP id ml2mr299017lab.46.1355391501578; Thu, 13 Dec 2012 01:38:21 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:70fb:d2f:cada:643e? ([2001:980:d7ed:1:70fb:d2f:cada:643e]) by mx.google.com with ESMTPS id ml1sm362470lab.15.2012.12.13.01.38.18 (version=SSLv3 cipher=OTHER); Thu, 13 Dec 2012 01:38:20 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <50C9A208.2080408@freebsd.org> Date: Thu, 13 Dec 2012 10:38:16 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r40258 - in head/en_US.ISO8859-1/books: . corp-net-guide References: <201212031627.qB3GRg7h072751@svn.freebsd.org> <50C9163D.8080207@gmail.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 09:38:24 -0000 On 13-12-2012 01:16, Eitan Adler wrote: > On 12 December 2012 18:41, René Ladan wrote: >> On 03-12-2012 17:27, Eitan Adler wrote: >>> Author: eadler >>> Date: Mon Dec 3 16:27:42 2012 >>> New Revision: 40258 >>> URL: http://svnweb.freebsd.org/changeset/doc/40258 >>> >>> Log: >>> The corp-net-guide book is drastically out of date. >>> Topics that would be covered in a modern version are already >>> explained in the normal handbook. >>> >>> Discussed on: -doc >>> Approved by: bcr >>> >>> Deleted: >>> head/en_US.ISO8859-1/books/corp-net-guide/ >>> Modified: >>> head/en_US.ISO8859-1/books/Makefile >>> >> Note that head/share/images/books/corp-net-guide still exists >> (containing .eps files), should that be removed too? > > When all the translations are deleted, probably? > I just checked in my full head/ checkout and there are none. René From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 10:47:10 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92D1560C; Thu, 13 Dec 2012 10:47:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 761C98FC19; Thu, 13 Dec 2012 10:47:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDAlAnm013024; Thu, 13 Dec 2012 10:47:10 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDAlAnB013023; Thu, 13 Dec 2012 10:47:10 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212131047.qBDAlAnB013023@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Dec 2012 10:47:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40375 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 10:47:10 -0000 Author: gjb Date: Thu Dec 13 10:47:09 2012 New Revision: 40375 URL: http://svnweb.freebsd.org/changeset/doc/40375 Log: s/CVS/Subversion Modified: head/share/xml/header.ent Modified: head/share/xml/header.ent ============================================================================== --- head/share/xml/header.ent Thu Dec 13 02:16:01 2012 (r40374) +++ head/share/xml/header.ent Thu Dec 13 10:47:09 2012 (r40375) @@ -194,4 +194,4 @@ This document describes how to build and update -the FreeBSD Web pages from the CVS repository by hand.

      '> +the FreeBSD Web pages from the Subversion repository by hand.

      '> From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 11:29:37 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57DD2935; Thu, 13 Dec 2012 11:29:37 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB948FC0A; Thu, 13 Dec 2012 11:29:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDBTbns020195; Thu, 13 Dec 2012 11:29:37 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDBTaHS020192; Thu, 13 Dec 2012 11:29:36 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201212131129.qBDBTaHS020192@svn.freebsd.org> From: Ryusuke SUZUKI Date: Thu, 13 Dec 2012 11:29:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40376 - in head/ja_JP.eucJP: htdocs share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 11:29:37 -0000 Author: ryusuke Date: Thu Dec 13 11:29:36 2012 New Revision: 40376 URL: http://svnweb.freebsd.org/changeset/doc/40376 Log: - Merge the following from the English version: r40335 -> r40361 head/ja_JP.eucJP/htdocs/index.xsl r40313 -> r40361 head/ja_JP.eucJP/share/xml/header.l10n.ent Modified: head/ja_JP.eucJP/htdocs/index.xsl head/ja_JP.eucJP/share/xml/header.l10n.ent Modified: head/ja_JP.eucJP/htdocs/index.xsl ============================================================================== --- head/ja_JP.eucJP/htdocs/index.xsl Thu Dec 13 10:47:09 2012 (r40375) +++ head/ja_JP.eucJP/htdocs/index.xsl Thu Dec 13 11:29:36 2012 (r40376) @@ -5,7 +5,7 @@ ]> - +
      + style="width:640px; margin: 16px 16px 16px 32px; auto">

      Security Notice

      @@ -187,14 +187,6 @@
       
       
      -
      .
      -
      - -
      + + + ©right; + + The mark FreeBSD is a registered trademark of The FreeBSD + Foundation and is used by The FreeBSD Project with the + permission of The + FreeBSD Foundation. + &header2.word.contact; +
      Modified: head/ja_JP.eucJP/share/xml/header.l10n.ent ============================================================================== --- head/ja_JP.eucJP/share/xml/header.l10n.ent Thu Dec 13 10:47:09 2012 (r40375) +++ head/ja_JP.eucJP/share/xml/header.l10n.ent Thu Dec 13 11:29:36 2012 (r40376) @@ -5,7 +5,7 @@ - + ¥µ¥¤¥È¥Þ¥Ã¥× | ÃÎŪºâ»º¸¢¤Ë¤Ä¤¤¤Æ | (C) 1995–2012 The FreeBSD Project. @@ -16,6 +16,17 @@ + +
      .
      + +
      .
      + +'> +
        @@ -93,9 +104,9 @@ '> @@ -103,5 +114,5 @@ ¤³¤Îʸ½ñ¤Ï¡¢FreeBSD Web ¥Ú¡¼¥¸¤ò¼êÆ°¤Ç CVS +

        ¤³¤Îʸ½ñ¤Ï¡¢FreeBSD Web ¥Ú¡¼¥¸¤ò¼êÆ°¤Ç Subversion ¥ê¥Ý¥¸¥È¥ê¤«¤é¹½ÃÛ¤·¤Æ¹¹¿·¤¹¤ëÊýË¡¤ò²òÀ⤷¤Æ¤¤¤Þ¤¹¡£

        '> From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 12:04:49 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB68B6A4; Thu, 13 Dec 2012 12:04:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D085C8FC16; Thu, 13 Dec 2012 12:04:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDC4n4B026856; Thu, 13 Dec 2012 12:04:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDC4nFm026855; Thu, 13 Dec 2012 12:04:49 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212131204.qBDC4nFm026855@svn.freebsd.org> From: Rene Ladan Date: Thu, 13 Dec 2012 12:04:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40377 - head/nl_NL.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 12:04:50 -0000 Author: rene Date: Thu Dec 13 12:04:49 2012 New Revision: 40377 URL: http://svnweb.freebsd.org/changeset/doc/40377 Log: MFen r40361 -> r40375 Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent ============================================================================== --- head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Thu Dec 13 11:29:36 2012 (r40376) +++ head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Thu Dec 13 12:04:49 2012 (r40377) @@ -2,7 +2,7 @@ @@ -120,4 +120,4 @@ Dit document beschrijft hoe de &os; webpagina&qout;s met de hand vanuit - het CVS reservoir te bouwen en actueel te houden.

        '> + het Subversion reservoir te bouwen en actueel te houden.

        '> From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 13:07:13 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F4EEBD2; Thu, 13 Dec 2012 13:07:13 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5B98FC14; Thu, 13 Dec 2012 13:07:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDD7DDa038900; Thu, 13 Dec 2012 13:07:13 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDD7D13038899; Thu, 13 Dec 2012 13:07:13 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212131307.qBDD7D13038899@svn.freebsd.org> From: Eitan Adler Date: Thu, 13 Dec 2012 13:07:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40378 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 13:07:13 -0000 Author: eadler Date: Thu Dec 13 13:07:12 2012 New Revision: 40378 URL: http://svnweb.freebsd.org/changeset/doc/40378 Log: Minor wording fixes for the recently committed ZFS section. Reviewed by: bjk Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Thu Dec 13 12:04:49 2012 (r40377) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Dec 13 13:07:12 2012 (r40378) @@ -4833,7 +4833,8 @@ C:\="DOS" are bundled up into transaction groups and written to disk when filled (Transaction Group Commit). However syscalls like &man.fsync.2; - require a commitment to stable storage before returning. + require a commitment that the data is written to stable + storage before returning. The ZIL is needed for writes that have been acknowledged as written but which are not yet on disk as part of a transaction. The transaction groups are timestamped. @@ -4893,10 +4894,10 @@ C:\="DOS" very heavily duplicated (such as virtual machine images, or user backups) it is possible that deduplication will do more harm than good. Another consideration is the - inability to revert deduplication status. If - deduplication is enabled, data written, and then dedup - is disabled, those blocks which were deduplicated will - not be duplicated until they are next modified. + inability to revert deduplication status. If data is + written when deduplication is enabled, disabling dedup + will not cause those blocks which were deduplicated to + be replicated until they are next modified. Deduplication can also lead to some unexpected situations. In particular deleting files may become much From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 14:10:41 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D63CA950; Thu, 13 Dec 2012 14:10:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BB9168FC0C; Thu, 13 Dec 2012 14:10:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDEAftH049315; Thu, 13 Dec 2012 14:10:41 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDEAfgx049314; Thu, 13 Dec 2012 14:10:41 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212131410.qBDEAfgx049314@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Dec 2012 14:10:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40379 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 14:10:41 -0000 Author: gjb Date: Thu Dec 13 14:10:41 2012 New Revision: 40379 URL: http://svnweb.freebsd.org/changeset/doc/40379 Log: Add the latest Foundation blog post regarding donations to the Project. Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Thu Dec 13 13:07:12 2012 (r40378) +++ head/share/xml/news.xml Thu Dec 13 14:10:41 2012 (r40379) @@ -34,6 +34,22 @@ 12 + 12 + + + Stunning News Website Fundraising + Contribution: Over + 650 new donations raise $43,200 in three days! + +

        Astute readers of our blog know that The + &os; Foundation's annual year-end fundraising drive + began last week. Every year over 50% of our donations + arrive during this campaign. Read more...

        +
        +
        + + 10 From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 15:39:50 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C86C854 for ; Thu, 13 Dec 2012 15:39:50 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C3B178FC16 for ; Thu, 13 Dec 2012 15:39:49 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so1883965lah.13 for ; Thu, 13 Dec 2012 07:39:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=UoQoggACO9o5GVCENsZEHCysiKTZkfOqUqhZ2Z0Snqk=; b=cKQnOVwd+yTdrROFnyBdM4OC8fwzbsRX0sgYPk6fKpTNv2TKXaINcFiZomME4tH6gn 1QGBD+42T59RTzhg9NOr8URreJqcA9FoaTwtTPNqYt77ndcEEEcw4Q4xC5stafSkwZ56 pDGju3N73FLBXwDfBfzBiBSKibJT9hdEmAf+8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=UoQoggACO9o5GVCENsZEHCysiKTZkfOqUqhZ2Z0Snqk=; b=m39y9H4dvsmBJDYBr9n6vbU6D9Ll0uFCZHQ80pSvcKzvrgiq5AYdLIcb8i37PIrUw2 JpbwUwcFdAKBJ2DLfjzONdmVpnkGrQPPFnv14hKFygqLebVCfZcHyN4GOvG9Pl+P5/Nk 03GkzxUdknFkRkuWr8QldW32zVqbkUyCbojaj2hZJ/wnqFrzfQr+iy5jpjWhqFYHN3Mb uEUIWDHKbwo6MUAphecRWXrOQpGJfn/VaOF+VpCbgANKVY9ty2/eEqJqwaPNZtj+P24X wTHbNb+ACSdlcivxDLkVitrSIPHKBQd378RMDQNeKiE2YptorD3Qkom7aZbL0gDcjTpK uLPw== Received: by 10.152.108.42 with SMTP id hh10mr204670lab.4.1355413188589; Thu, 13 Dec 2012 07:39:48 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.149.225 with HTTP; Thu, 13 Dec 2012 07:39:18 -0800 (PST) In-Reply-To: <50C9A208.2080408@freebsd.org> References: <201212031627.qB3GRg7h072751@svn.freebsd.org> <50C9163D.8080207@gmail.com> <50C9A208.2080408@freebsd.org> From: Eitan Adler Date: Thu, 13 Dec 2012 10:39:18 -0500 X-Google-Sender-Auth: CmA-ULRNPPsD6w2S7qmVVMNP2HI Message-ID: Subject: Re: svn commit: r40258 - in head/en_US.ISO8859-1/books: . corp-net-guide To: =?UTF-8?Q?Ren=C3=A9_Ladan?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkvH1wlpBJYyVpzrtjm3TNsRbZxivd3qLNaqJYQ49KaOoStHxeMMaxvZmXbhlAOkkr8xXT4 Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 15:39:50 -0000 On 13 December 2012 04:38, Ren=C3=A9 Ladan wrote: > On 13-12-2012 01:16, Eitan Adler wrote: >> On 12 December 2012 18:41, Ren=C3=A9 Ladan wrote: >>> On 03-12-2012 17:27, Eitan Adler wrote: >>>> Author: eadler >>>> Date: Mon Dec 3 16:27:42 2012 >>>> New Revision: 40258 >>>> URL: http://svnweb.freebsd.org/changeset/doc/40258 >>>> >>>> Log: >>>> The corp-net-guide book is drastically out of date. >>>> Topics that would be covered in a modern version are already >>>> explained in the normal handbook. >>>> >>>> Discussed on: -doc >>>> Approved by: bcr >>>> >>>> Deleted: >>>> head/en_US.ISO8859-1/books/corp-net-guide/ >>>> Modified: >>>> head/en_US.ISO8859-1/books/Makefile >>>> >>> Note that head/share/images/books/corp-net-guide still exists >>> (containing .eps files), should that be removed too? >> >> When all the translations are deleted, probably? >> > I just checked in my full head/ checkout and there are none. Okay. I'll remove it. --=20 Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 16:15:09 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D43C54C; Thu, 13 Dec 2012 16:15:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 03EFA8FC17; Thu, 13 Dec 2012 16:15:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDGF86e069780; Thu, 13 Dec 2012 16:15:08 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDGF88H069779; Thu, 13 Dec 2012 16:15:08 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212131615.qBDGF88H069779@svn.freebsd.org> From: Eitan Adler Date: Thu, 13 Dec 2012 16:15:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40380 - head/share/images/books/corp-net-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 16:15:09 -0000 Author: eadler Date: Thu Dec 13 16:15:08 2012 New Revision: 40380 URL: http://svnweb.freebsd.org/changeset/doc/40380 Log: Now that the corp-net-guide has been removed, remove its images as well. Requested by: rene Approved by: bcr (mentor) Deleted: head/share/images/books/corp-net-guide/ From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 17:06:42 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32B6653B; Thu, 13 Dec 2012 17:06:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 170EE8FC08; Thu, 13 Dec 2012 17:06:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDH6fkp078631; Thu, 13 Dec 2012 17:06:41 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDH6fGv078630; Thu, 13 Dec 2012 17:06:41 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212131706.qBDH6fGv078630@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Dec 2012 17:06:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40381 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 17:06:42 -0000 Author: gjb Date: Thu Dec 13 17:06:41 2012 New Revision: 40381 URL: http://svnweb.freebsd.org/changeset/doc/40381 Log: Attempt to resolve a CSS caching issue introduced with recent changes. Reported by: eadler, brooks, rwatson, gibbs, many others I am forgetting Modified: head/share/xml/header.ent Modified: head/share/xml/header.ent ============================================================================== --- head/share/xml/header.ent Thu Dec 13 16:15:08 2012 (r40380) +++ head/share/xml/header.ent Thu Dec 13 17:06:41 2012 (r40381) @@ -17,7 +17,7 @@ home   |   contact   |   legal   |   ©right;'> FreeBSD Home Page'> - + From owner-svn-doc-all@FreeBSD.ORG Thu Dec 13 22:12:47 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD9F8FC3; Thu, 13 Dec 2012 22:12:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C183F8FC16; Thu, 13 Dec 2012 22:12:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDMClfD024583; Thu, 13 Dec 2012 22:12:47 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDMClTk024582; Thu, 13 Dec 2012 22:12:47 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212132212.qBDMClTk024582@svn.freebsd.org> From: Rene Ladan Date: Thu, 13 Dec 2012 22:12:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40382 - head/nl_NL.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 22:12:47 -0000 Author: rene Date: Thu Dec 13 22:12:47 2012 New Revision: 40382 URL: http://svnweb.freebsd.org/changeset/doc/40382 Log: MFen r40375 -> r40381 Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Modified: head/nl_NL.ISO8859-1/share/xml/header.l10n.ent ============================================================================== --- head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Thu Dec 13 17:06:41 2012 (r40381) +++ head/nl_NL.ISO8859-1/share/xml/header.l10n.ent Thu Dec 13 22:12:47 2012 (r40382) @@ -2,7 +2,7 @@ @@ -23,7 +23,7 @@ &os; homepage'> - + From owner-svn-doc-all@FreeBSD.ORG Fri Dec 14 11:34:08 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E607EB43; Fri, 14 Dec 2012 11:34:08 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C985D8FC08; Fri, 14 Dec 2012 11:34:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEBY8LZ050985; Fri, 14 Dec 2012 11:34:08 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBEBY8Sr050984; Fri, 14 Dec 2012 11:34:08 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201212141134.qBEBY8Sr050984@svn.freebsd.org> From: Ryusuke SUZUKI Date: Fri, 14 Dec 2012 11:34:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40383 - head/ja_JP.eucJP/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 11:34:09 -0000 Author: ryusuke Date: Fri Dec 14 11:34:08 2012 New Revision: 40383 URL: http://svnweb.freebsd.org/changeset/doc/40383 Log: - Merge the following from the English version: r39727 -> r40082 head/ja_JP.eucJP/books/handbook/ports/chapter.sgml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/ports/chapter.xml Thu Dec 13 22:12:47 2012 (r40382) +++ head/ja_JP.eucJP/books/handbook/ports/chapter.xml Fri Dec 14 11:34:08 2012 (r40383) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r40082 + Original revision: r40153 $FreeBSD$ --> @@ -357,8 +357,9 @@ Port: lsof-4.87.a,7 Path: /usr/ports/sysutils/lsof Info: Lists information about open files (similar to fstat(1)) + ¤â¤Ã¤È¾Ü¤·¤¯¸¡º÷¤¹¤ë¤Ë¤Ï¡¢ - make search + make search key=string ¤Þ¤¿¤Ï make quicksearch key=string @@ -633,6 +634,415 @@ docbook = + + <application>pkgng</application> ¤Ë¤è¤ë¥Ð¥¤¥Ê¥ê + package ¤Î´ÉÍý + + pkgng ¤Ï¡¢ÅÁÅýŪ¤Ê &os; ¤Î + pkg_install package + ´ÉÍý¥Ä¡¼¥ë¤ÎÃÖ¤­´¹¤¨¤È¤Ê¤ë¤â¤Î¤Ç¤¢¤ê¡¢ + ¥Ð¥¤¥Ê¥ê packages ¤ò¤è¤êÁ᤯¡¢ + ¤è¤ê´Êñ¤Ë´ÉÍý¤Ç¤­¤ë¤è¤¦¤Ë¤¹¤ë¿ô¿¤¯¤Îµ¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ + pkgng ¤ÎºÇ½é¤Î¥ê¥ê¡¼¥¹¤Ï + 2012 ǯ 8 ·î¤Ë¹Ô¤ï¤ì¤Þ¤·¤¿¡£ + + pkgng ¤Ï ports-mgmt/portmaster ¤ä ports-mgmt/portupgrade ¤Ê¤É¤Î + port ´ÉÍý¥Ä¡¼¥ë¤ÎÃÖ¤­´¹¤¨¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ + ports-mgmt/portmaster ¤ª¤è¤Ó + ports-mgmt/portupgrade ¤Ï¡¢ + ¥µ¡¼¥É¥Ñ¡¼¥Æ¥£À½¥½¥Õ¥È¥¦¥§¥¢¤ò¥Ð¥¤¥Ê¥ê packages ¤ª¤è¤Ó + Ports Collection ¤ÎξÊý¤Î·Á¼°¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤¹¤¬¡¢ + pkgng ¤Ï¥Ð¥¤¥Ê¥ê packages ¤Î¤ß¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ + + + <application>pkgng</application> ÆþÌç + + &os; 9.1 °Ê¹ß¤Ç¤Ï¡¢ + pkgng ¤Î¤¿¤á¤Î "¥Ö¡¼¥È¥¹¥È¥é¥Ã¥×" + ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤¬ÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¥Ö¡¼¥È¥¹¥È¥é¥Ã¥×¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï pkgng + ¤ò¥À¥¦¥ó¥í¡¼¥É¤·¡¢¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹¡£ + + ¥·¥¹¥Æ¥à¤ò¥Ö¡¼¥È¥¹¥È¥é¥Ã¥×¤¹¤ë¤¿¤á¤Ë¤Ï¡¢ + °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; /usr/sbin/pkg + + ¤³¤ì¤è¤êÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î &os; ¤Ç¤Ï¡¢Ports Collection + ¤Þ¤¿¤Ï packages ¤òÍѤ¤¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + + pkgng port + ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï°Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; cd /usr/ports/ports-mgmt/pkg +&prompt.root; make +&prompt.root; make install clean + + package ¤«¤é¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï°Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg_add -r pkg + + + pkgng package ´ÉÍý¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï¡¢ + &os; 7.X ¤ª¤è¤Ó + &os; 8.0 ¤Ë¤ÏÂбþ¤·¤Æ¤¤¤Þ¤»¤ó¡£ + + + &os; ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤¬¤¹¤Ç¤Ë¹Ô¤ï¤ì¤Æ¤¤¤ë¤è¤¦¤Ê¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ + pkg_install package + ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¿·¤·¤¤¥Õ¥©¡¼¥Þ¥Ã¥È¤ØÊÑ´¹¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + ÊÑ´¹¤ò¹Ô¤¦¤Ë¤Ï°Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg2ng + + ¤³¤Î¥¹¥Æ¥Ã¥×¤Ï¡¢ + ¥µ¡¼¥É¥Ñ¡¼¥Æ¥£À½¥½¥Õ¥È¥¦¥§¥¢¤¬¤Þ¤À¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Ê¤¤¤è¤¦¤Ê¡¢ + ¿·¤·¤¯¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿Ä¾¸å¤Î¥·¥¹¥Æ¥à¤Ç¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£ + + + ¤³¤Î¥¹¥Æ¥Ã¥×¤ÏÈó²ÄµÕ¤Ç¤¹¡£ + °ìÅÙ package ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò pkgng + ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ø¤ÈÊÑ´¹¤·¤¿¤é¡¢pkg_install + ¥Ä¡¼¥ë¤ò»È¤¦¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ + + + + package ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÊÑ´¹¤Ç¤Ï¡¢ + ¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Ø¤Î¥Ç¡¼¥¿ÊÑ´¹¤Ëȼ¤¤¥¨¥é¡¼¤¬½ÐÎϤµ¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ + Ä̾¤³¤ì¤é¤Î¥¨¥é¡¼¤Ï̵»ë¤·¤Æ¹½¤¤¤Þ¤»¤ó¤¬¡¢ + pkg2ng ½ªÎ»¸å¤Ëɽ¼¨¤µ¤ì¤ë¡¢ + ÊÑ´¹¤Ë¼ºÇÔ¤·¤¿¥µ¡¼¥É¥Ñ¡¼¥Æ¥£À½¥½¥Õ¥È¥¦¥§¥¢¤Î°ìÍ÷¤Ë¤Ä¤¤¤Æ¤Ï¡¢ + ¤³¤ì¤é¤Î¥½¥Õ¥È¥¦¥§¥¢¤ò¼êÆ°¤Ç½¤Àµ¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + + + &os; ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬ + 10.X ¤è¤êÁ°¤Ç¤¢¤ì¤Ð¡¢ + °Ê²¼¤Î¹Ô¤ò /etc/make.conf ¤ËÄɲ䷤ơ¢ + &os; Ports Collection ¤¬¥½¥Õ¥È¥¦¥§¥¢¤ÎÅÐÏ¿¤Ë¡¢ + pkg_install + ¤Ç¤Ï¤Ê¤¯ pkgng + ¤òÍѤ¤¤ë¤è¤¦¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + + WITH_PKGNG= yes + + + + <application>pkgng</application> ´Ä¶­¤ÎÀßÄê + + pkgng package ´ÉÍý¥·¥¹¥Æ¥à¤Ç¤Ï¡¢ + ¤Û¤È¤ó¤É¤Î¥³¥Þ¥ó¥É¤ËÂФ·¤Æ¡¢package ¥ê¥Ý¥¸¥È¥ê¤ò»È¤¤¤Þ¤¹¡£ + ¥Ç¥Õ¥©¥ë¥È¤Î package ¥ê¥Ý¥¸¥È¥ê¤Ï + /usr/local/etc/pkg.conf¡¢¤Þ¤¿¤Ï + PACKAGESITE ´Ä¶­ÊÑ¿ô¤ÇÄêµÁ¤µ¤ì¤Þ¤¹¡£ + ¤³¤Î´Ä¶­ÊÑ¿ô¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤·¤Þ¤¹¡£ + + ¤½¤Î¾¤Î pkgng + ¤ÎÀßÄꥪ¥×¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ¤Ï¡¢ + pkg.conf(5) ¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + + + + ´ðËÜŪ¤Ê <application>pkgng</application> ¤ÎÁàºî + + pkgng ¤ÎÍøÍѾðÊó¤Ï¡¢ + man.pkg(8) ¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤ä¡¢ + pkg ¤ò°ú¿ô¤Ê¤·¤Ë¼Â¹Ô¤¹¤ë¤Èɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + ³Æ pkgng ¥³¥Þ¥ó¥É¤Î°ú¿ô¤Ï¡¢ + ¥³¥Þ¥ó¥É¤Ë¸ÇÍ­¤Ê¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¤¿¤È¤¨¤Ð¡¢pkg install ¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤òÆɤà¤Ë¤Ï¡¢ + °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg help install + + &prompt.root; man pkg-install + + + <application>pkgng</application> ¤ò»È¤Ã¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿ + package ¤Î¾ðÊó¤òÆÀ¤ë¤Ë¤Ï + + pkg info ¤ò¼Â¹Ô¤¹¤ë¤È¡¢ + ¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë package ¾ðÊó¤¬ÆÀ¤é¤ì¤Þ¤¹¡£ + &man.pkg.info.1; ƱÍÍ¡¢¤¹¤Ù¤Æ¤Î package ¤Î¥Ð¡¼¥¸¥ç¥ó¡¢ + ¤ª¤è¤ÓÀâÌÀ¤Î°ìÍ÷¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ + + ¤¢¤ëÆÃÄê¤Î package ¤Î¾ðÊó¤¬É¬ÍפǤ¢¤ì¤Ð¡¢ + °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg info packagename + + ¤¿¤È¤¨¤Ð¡¢¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë + pkgng ¤Î¾ðÊó¤òÄ´¤Ù¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg info pkg +pkg-1.0.2 New generation package manager + + + + <application>pkgng</application> + ¤òÍѤ¤¤¿ packages ¤Î¥¤¥ó¥¹¥È¡¼¥ë¤Èºï½ü + + Ä̾¤Û¤È¤ó¤É¤Î &os; ¥æ¡¼¥¶¤Ï¡¢¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤ò + pkg install + packagename + ¤Ç¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤Ç¤·¤ç¤¦¡£ + + &prompt.root; pkg install packagename + + ¤ÇÀâÌÀ¤·¤¿Ä̤ꡢ + pkg install ¤Ï¥ê¥Ý¥¸¥È¥ê¥Ç¡¼¥¿¤ò»ÈÍѤ·¤Þ¤¹¡£ + ¤³¤ì¤È¤ÏÈ¿ÂФˡ¢pkg-add(8) ¤Ç¤Ï¥ê¥Ý¥¸¥È¥ê¥Ç¡¼¥¿¤ÏÍѤ¤¤é¤ì¤Ê¤±¤ì¤Ð¡¢ + ÄêµÁ¤µ¤ì¤Æ¤¤¤ë PACKAGESITE ¤â»È¤ï¤ì¤Þ¤»¤ó¡£ + ¤½¤Î¤¿¤á¡¢°Í¸´Ø·¸¤ÏŬÀڤˤÏÄÉÀפµ¤ì¤º¡¢Â­¤ê¤Ê¤¤°Í¸¤Ë¤Ä¤¤¤Æ¤â¥ê¥â¡¼¥È¥Û¥¹¥È¤«¤é¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤»¤ó¡£ + ¤³¤ÎÀá¤Ç¤Ï¡¢pkg install ¤Î»ÈÍÑÊýË¡¤Ë¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£ + pkg add ¤Î»ÈÍÑÊýË¡¤Ë¤Ä¤¤¤Æ¤Ï pkg-add(8) + ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£ + + ÄɲäΥХ¤¥Ê¥ê package ¤Ï¡¢ + pkg install ¤Ë¤è¤ê¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡£ + ¤¿¤È¤¨¤Ð¡¢ + curl ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï°Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg install curl +Updating repository catalogue +Repository catalogue is up-to-date, no need to fetch fresh copy +The following packages will be installed: + + Installing ca_root_nss: 3.13.5 + Installing curl: 7.24.0 + +The installation will require 4 MB more space + +1 MB to be downloaded + +Proceed with installing packages [y/N]: y +ca_root_nss-3.13.5.txz 100% 255KB 255.1KB/s 255.1KB/s 00:00 +curl-7.24.0.txz 100% 1108KB 1.1MB/s 1.1MB/s 00:00 +Checking integrity... done +Installing ca_root_nss-3.13.5... done +Installing curl-7.24.0... done + + ¿·¤·¤¤ package ¤È°Í¸´Ø·¸¤«¤éÄɲ䵤줿 package ¤Ï¡¢ + ¥¤¥ó¥¹¥È¡¼¥ëºÑ¤ß package °ìÍ÷¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£ + + &prompt.root; pkg info +ca_root_nss-3.13.5 The root certificate bundle from the Mozilla Project +curl-7.24.0 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers +pkg-1.0.2 New generation package manager + + ɬÍפΤʤ¯¤Ê¤Ã¤¿ packages ¤Ï¡¢ + pkg delete ¤ò»È¤Ã¤Æºï½ü¤Ç¤­¤Þ¤¹¡£ + ¤¿¤È¤¨¤Ð¡¢curl ¤¬É¬Íפʤ¯¤Ê¤Ã¤¿¤é¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¤·¤Æºï½ü¤Ç¤­¤Þ¤¹¡£ + + &prompt.root; pkg delete curl +The following packages will be deleted: + + curl-7.24.0_1 + +The deletion will free 3 MB + +Proceed with deleting packages [y/N]: y +Deleting curl-7.24.0_1... done + + + + <application>pkgng</application> ¤Ë¤è¤ë package + ¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É + + pkg version + ¤òÍѤ¤¤Æ¸Å¤¯¤Ê¤Ã¤¿ packages ¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ + ¥í¡¼¥«¥ë¤Ë ports ¥Ä¥ê¡¼¤¬¤Ê¤¤¾ì¹ç¤Ë¤Ï¡¢ + pkg-version(8) ¤Ï¡¢¥ê¥â¡¼¥È¥ê¥Ý¥¸¥È¥ê¤Î¥«¥¿¥í¥°¤òÍøÍѤ·¤Þ¤¹¡£ + ¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢¥í¡¼¥«¥ë¤Î ports ¥Ä¥ê¡¼¤ò»È¤Ã¤Æ + package ¤Î¥Ð¡¼¥¸¥ç¥ó¤òƱÄꤷ¤Þ¤¹¡£ + + pkgng ¤òÍѤ¤¤Æ¡¢ + package ¤ò¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤Ç¤­¤Þ¤¹¡£ + curl + ¤Î¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¾ì¹ç¤Ë¡¢¥í¡¼¥«¥ë package + ¤ò°Ê²¼¤Î¤è¤¦¤Ë¤·¤Æ¿·¤·¤¤¥Ð¡¼¥¸¥ç¥ó¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤Ç¤­¤Þ¤¹¡£ + + &prompt.root; pkg upgrade +Updating repository catalogue +repo.txz 100% 297KB 296.5KB/s 296.5KB/s 00:00 +The following packages will be upgraded: + + Upgrading curl: 7.24.0 -> 7.24.0_1 + +1 MB to be downloaded + +Proceed with upgrading packages [y/N]: y +curl-7.24.0_1.txz 100% 1108KB 1.1MB/s 1.1MB/s 00:00 +Checking integrity... done +Upgrading curl from 7.24.0 to 7.24.0_1... done + + + + <application>pkgng</application> ¤Ë¤è¤ë package + ¤Î¸¡¾Ú + + »þÀÞ¡¢Ports Collection + ¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¥½¥Õ¥È¥¦¥§¥¢¤ËÀȼåÀ­¤¬¸«¤Ä¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ + pkgng ¤Ï¡¢ports-mgmt/portaudit package + ƱÍͤθ¡¾Úµ¡Ç½¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£ + ¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥½¥Õ¥È¥¦¥§¥¢¤ò¸¡¾Ú¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg audit -F + + + + + ¹âÅÙ¤Ê <application>pkgng</application> ¤ÎÍøÍÑ + + + <application>pkgng</application> ¤Ë¤è¤ë¥ê¡¼¥Õ°Í¸ ports + ¤Î¼«Æ°ºï½ü + + package ¤òºï½ü¤¹¤ë¤È¡¢ÉÔɬÍפʰ͸ ports¡¢¤¿¤È¤¨¤Ð¾å¤ÎÎã¤Ç¤Ï + security/ca_root_nss + ¤¬»Ä¤µ¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£ + ¤³¤ì¤é¤Î packages ¤Ï¡¢¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤Þ¤Þ¤Ç¡¢ + ¤É¤³¤«¤é¤â°Í¸¤µ¤ì¤Þ¤»¤ó¡£ + °Í¸¤Î¤¿¤á¤ËƳÆþ¤µ¤ì¡¢¸½ºß¤ÏÉÔɬÍפˤʤä¿ package ¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¤¹¤ë¤È¼«Æ°Åª¤Ë¸¡½Ð¤µ¤ì¡¢ºï½ü¤µ¤ì¤Þ¤¹¡£ + + &prompt.root; pkg autoremove +Packages to be autoremoved: + ca_root_nss-3.13.5 + +The autoremoval will free 723 kB + +Proceed with autoremoval of packages [y/N]: y +Deinstalling ca_root_nss-3.13.5... done + + + + <application>pkgng</application> package + ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Ð¥Ã¥¯¥¢¥Ã¥× + + pkg_install + package ´ÉÍý¥·¥¹¥Æ¥à¤È¤Ï°Û¤Ê¤ê¡¢ + pkgng ¤Ë¤Ï package + ¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ð¥Ã¥¯¥¢¥Ã¥×¤Î¥á¥«¥Ë¥º¥à¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ + package ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÆâÍƤò¼êÆ°¤Ç¥Ð¥Ã¥¯¥¢¥Ã¥×¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg backup -d pkgng.db + + + ¥Õ¥¡¥¤¥ë̾¤Î pkgng.db + ¤òŬÀڤʥե¡¥¤¥ë̾¤ËÃÖ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£ + + + ¤µ¤é¤Ë¡¢pkgng ¤Ï + package ¥Ç¡¼¥¿¥Ù¡¼¥¹¤òËèÆü¼«Æ°Åª¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤¹¤ë + &man.periodic.8; ¥¹¥¯¥ê¥×¥È¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ + &man.periodic.conf.5; ¤ÎÃæ¤Ç¡¢ + daily_backup_pkgng_enable ¤ò + YES ¤ËÀßÄꤹ¤ë¤È¥Ð¥Ã¥¯¥¢¥Ã¥×¤µ¤ì¤Þ¤¹¡£ + + + pkg_install + ¤ÎÄê´üŪ¤Ê¥¹¥¯¥ê¥×¥È¤¬¡¢ + package ¥Ç¡¼¥¿¥Ù¡¼¥¹¤òƱÍͤ˥Х寥¢¥Ã¥×¤¹¤ë¤³¤È¤òÈò¤±¤ë¤¿¤á¤Ë¤Ï¡¢ + &man.periodic.conf.5; ¤ÎÃæ¤Ç¡¢ + daily_backup_pkgdb_enable ¤ò + NO ¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + + + ²áµî¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤·¤¿ package + ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÃæ¿È¤ò¥ê¥¹¥È¥¢¤¹¤ë¤Ë¤Ï¡¢°Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg backup -r /path/to/pkgng.db + + + + ¸Å¤¯¤Ê¤Ã¤¿ <application>pkgng</application> package + ¤Îºï½ü + + ¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢pkgng + ¤Ï¥­¥ã¥Ã¥·¥å¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥Ð¥¤¥Ê¥ê packages ¤òÊݸ¤·¤Þ¤¹¡£ + ¤³¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ï¡¢pkg.conf(5) ¤Î + PKG_CACHEDIR ÊÑ¿ô¤ÇÄêµÁ¤µ¤ì¤Þ¤¹¡£ + pkg upgrade ¤ò»È¤Ã¤Æ packages + ¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤¹¤ëºÝ¤Ë¤Ï¡¢ + ¥¢¥Ã¥×¥°¥ì¡¼¥É¤µ¤ì¤¿ package + ¤Î¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Ï¼«Æ°Åª¤Ë¤Ïºï½ü¤µ¤ì¤Þ¤»¤ó¡£ + + ¥·¥¹¥Æ¥à¤«¤é¸Å¤¤¥Ð¥¤¥Ê¥ê package ¤òºï½ü¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg clean + + + + <application>pkgng</application> package + ¥á¥¿¥Ç¡¼¥¿¤ÎÊѹ¹ + + Îò»ËŪ¤Ë &os; Ports Collection + ¤Ï¡¢¥á¥¸¥ã¡¼¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤ÎÊѹ¹¤ËÂбþ¤Ç¤­¤Þ¤¹¡£ + pkg_install ¤È¤Ï°Û¤Ê¤ê¡¢ + pkgng ¤Ë¤Ï¡¢ + package ¤Î¾ðÊó¤ò¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¥³¥Þ¥ó¥É¤¬ÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¤¿¤È¤¨¤Ð¡¢lang/php5 ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬¡¢¤â¤È¤â¤È¤Ï + 5.3 ¤Ç¤·¤¿¤¬¡¢5.4 + ¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤³¤È¤Ëȼ¤¤ + lang/php53 + ¤Ø¤È̾Á°¤¬Êѹ¹¤µ¤ì¤ë¾ì¹ç¡¢ + pkg_install ¤Ç¤Ï¡¢ + package ¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¡¢ + ¤É¤Î port ¤¬¥¤¥ó¥¹¥È¡¼¥ë¸µ¤Ç¤¢¤Ã¤¿¤«¤È¤¤¤¦¾ðÊó¤òÊѹ¹¤¹¤ë¤¿¤á¤Ë + ports-mgmt/portmaster + ¤Î¤è¤¦¤ÊÊ̤Υ½¥Õ¥È¥¦¥§¥¢¤òɬÍפȤ·¤Þ¤¹¡£ + + ports-mgmt/portmaster ¤ª¤è¤Ó + ports-mgmt/portupgrade + ports ¤È¤Ï°Û¤Ê¤ê¡¢°ú¿ô¤ËÍ¿¤¨¤ë¥Ð¡¼¥¸¥ç¥ó¤Î¿·¡¢µì¤Î½çÈ֤ϰۤʤê¤Þ¤¹¡£ + pkgng ¤Ç¤Î¹½Ê¸¤Ï¡¢pkg set -o + category/oldport:category/newport ¤È¤Ê¤ê¤Þ¤¹¡£ + + ¤¿¤È¤¨¤Ð¡¢¾åµ­¤ÎÎã¤Î package ¤Î¾ðÊó¤òÊѹ¹¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg set -o lang/php5:lang/php53 + + Ê̤ÎÎã¤È¤·¤Æ¡¢lang/ruby18 ¤ò lang/ruby19 ¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg set -o lang/ruby18:lang/ruby19 + + ºÇ¸å¤ÎÎã¤È¤·¤Æ¡¢ + libglut ¶¦Í­¥é¥¤¥Ö¥é¥ê¤Î¾ðÊó¤ò graphics/libglut ¤«¤é graphics/freeglut ¤Ø¤ÈÊѹ¹¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg set -o graphics/libglut:graphics/freeglut + + + package ¤Î¾ðÊó¤òÊѹ¹¤·¤¿¤é¡¢Â¿¤¯¤Î¾ì¹ç¡¢ + ¾ðÊó¤¬Êѹ¹¤µ¤ì¤¿ package ¤Ë°Í¸¤·¤Æ¤¤¤ë + packages ¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤³¤È¤¬½ÅÍפȤʤê¤Þ¤¹¡£ + °Í¸ packages ¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Ë¤Ï¡¢ + °Ê²¼¤Î¤è¤¦¤Ë¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£ + + &prompt.root; pkg install -Rf graphics/freeglut + + + + + + Ports Collection ¤ÎÍøÍÑ From owner-svn-doc-all@FreeBSD.ORG Sat Dec 15 07:24:40 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 099E5ED1; Sat, 15 Dec 2012 07:24:40 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E2CAC8FC0C; Sat, 15 Dec 2012 07:24:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBF7OdYh090054; Sat, 15 Dec 2012 07:24:39 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBF7Odgo090053; Sat, 15 Dec 2012 07:24:39 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201212150724.qBF7Odgo090053@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sat, 15 Dec 2012 07:24:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40384 - head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 07:24:40 -0000 Author: ryusuke Date: Sat Dec 15 07:24:39 2012 New Revision: 40384 URL: http://svnweb.freebsd.org/changeset/doc/40384 Log: - Merge the following from the English version: r39752 -> r40050 head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Fri Dec 14 11:34:08 2012 (r40383) +++ head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Sat Dec 15 07:24:39 2012 (r40384) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r39752 + Original revision: r40050 $FreeBSD$ --> @@ -68,6 +68,7 @@ freebsd-update, + Subversion, CVSup, CVS ¤â¤·¤¯¤Ï CTM @@ -79,7 +80,7 @@ - CVSup + Subversion ¤Þ¤¿¤Ï¥É¥­¥å¥á¥ó¥ÈÍѤΠports ¤ò»È¤Ã¤Æ¡¢ ¥É¥­¥å¥á¥ó¥È¤òºÇ¿·¤Î¤â¤Î¤Ë¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ëÊýË¡¡£ @@ -109,16 +110,10 @@ ¤³¤Î¾Ï¤òÄ̤¸¤Æ¡¢ &os; ¤Î¥½¡¼¥¹¥³¡¼¥É¤ò¥À¥¦¥ó¥í¡¼¥É¤·¤¿¤ê¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ë¤Î¤Ë - cvsup ¥³¥Þ¥ó¥É¤¬ÍѤ¤¤é¤ì¤Þ¤¹¡£ + svn ¥³¥Þ¥ó¥É¤¬ÍѤ¤¤é¤ì¤Þ¤¹¡£ ¤³¤Î¥³¥Þ¥ó¥É¤ò»È¤¦¤Ë¤Ï¡¢net/cvsup port ¤Þ¤¿¤Ï package - ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹ - (¥°¥é¥Õ¥£¥«¥ë¤Ê cvsup - ¥¯¥é¥¤¥¢¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤¯¤Ê¤±¤ì¤Ð¡¢ - net/cvsup-without-gui port - ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤)¡£ - ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ÎÃæ¤ËÁȤ߹þ¤Þ¤ì¤Æ¤¤¤ë &man.csup.1; - ¤ò¤«¤ï¤ê¤Ë»È¤Ã¤Æ¤âÎɤ¤¤Ç¤·¤ç¤¦¡£ + role="package">devel/subversion port ¤Þ¤¿¤Ï package + ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤ª¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£ @@ -1404,11 +1399,14 @@ Fetching 133 new ports or files... done. - &os; ¥ß¥é¡¼¥µ¥¤¥È ¤« - ¤é¤Î¥½¡¼¥¹¤ÎÆþ¼ê¡£°Ê²¼¤Î 2 ¤Ä¤ÎÊýË¡¤Î¤¤¤º¤ì¤«¤Ç¤Ç¤­¤Þ¤¹¡£ + &os; ¥ß¥é¡¼¥µ¥¤¥È + ¤«¤é¤Î¥½¡¼¥¹¤ÎÆþ¼ê¡£°Ê²¼¤Î 3 ¤Ä¤ÎÊýË¡¤Î¤¤¤º¤ì¤«¤Ç¤Ç¤­¤Þ¤¹¡£ + svn + + cvsup @@ -1420,20 +1418,35 @@ Fetching 133 new ports or files... done. + svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ + ´õ˾¤¹¤ë³«È¯¥Ö¥é¥ó¥Á¡¢ + ¤â¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Ö¥é¥ó¥Á¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¤³¤ÎÊýË¡¤Ï¡¢³«È¯Ãæ¤Î &os; ¥ê¥Ý¥¸¥È¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÄ󶡤·¤Æ¤ª¤ê¡¢ + ¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + Subversion ¤ò»È¤Ã¤Æ + -CURRENT ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤¹¤ëºÝ¤Î + URL ¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹¤Ï¡¢ + http://svn.freebsd.org/base/head/ + ¤Ç¤¹¡£ + ¥ê¥Ý¥¸¥È¥ê¥µ¥¤¥º¤Î´ÑÅÀ¤«¤é¡¢ + ´õ˾¤¹¤ë¥µ¥Ö¥Ä¥ê¡¼¤Î¤ß¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤¹¤ë¤³¤È¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£ + + + cvsup ¤ò /usr/share/examples/cvsup ¤Ë¤¢¤ë standard-supfile ¤È¤¤¤¦Ì¾¾Î¤Î supfile ¤È¹ç¤ï¤»¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ - ¤³¤ì¤¬¤â¤Ã¤È¤â¿ä¾©¤µ¤ì¤ëÊýË¡¤Ç¤¹¡£ - ¤Ê¤¼¤Ê¤é¡¢cvsup ¤Ë¤è¤Ã¤Æ°ìÅÙÁ´ÂΤòÆþ¼ê¤·¡¢ - ¸å¤ÏÊѹ¹¤µ¤ì¤¿¤È¤³¤í¤À¤±¤òÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ - ¿¤¯¤Î¿Í¤¬ cvsup ¤ò - cron ¤«¤éµ¯Æ°¤·¤Æ¡¢¼«Æ°Åª¤Ë¥½¡¼¥¹¥³¡¼ - ¥É¤òºÇ¿·¤Î¤â¤Î¤ËÊݤäƤ¤¤Þ¤¹¡£ - ¾å¤Ëµó¤²¤¿¸«ËܤΠsupfile ¤ò¥«¥¹ - ¥¿¥Þ¥¤¥º¤¹¤ë¤È¤È¤â¤Ë¡¢¤¢¤Ê¤¿¤Î´Ä¶­¤Ë¹ç¤ï¤»¤Æ supfile + ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤È¤È¤â¤Ë¡¢¤¢¤Ê¤¿¤Î´Ä¶­¤Ë¹ç¤ï¤»¤Æ cvsup ¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + + cvsup ¤Ï¡¢ + ¥×¥í¥¸¥§¥¯¥È¤Ë¤ª¤¤¤ÆÇѻߤµ¤ì¤¿¤Î¤Ç¡¢ + ¸½ºß¤Ç¤Ï¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + + ¥µ¥ó¥×¥ë¥Õ¥¡¥¤¥ë¤Î standard-supfile ¤Ï¡¢&os; ¤ÎÆÃÄê¤Î¥»¥­¥å¥ê¥Æ¥£¥Ö¥é¥ó¥Á¤òÄɤ¤¤«¤±¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¢¤ê¡¢ @@ -1467,8 +1480,8 @@ Fetching 133 new ports or files... done. ¤½¤Î¤¿¤á¡¢ºÇ¶á¤Ç¤Ï¤¢¤Þ¤ê»È¤ï¤ì¤Ê¤¯¤Ê¤Ã¤Æ¤ª¤ê¡¢ Ť¤´Ö»ÈÍѤǤ­¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¦»öÂÖ¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹ (ÌõÃí: Êݼ餹¤ë¿Í¤¬¾¯¤Ê¤¤¤¿¤á¤Ç¤¹)¡£ - 9600 bps °Ê¾å¤Î®ÅÙ¤ÇÀܳ¤·¤Æ¤¤¤ë¤Ê¤é¡¢ - CVSup + ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤·¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ç¤¢¤ì¤Ð¡¢ + Subversion ¤òÍøÍѤµ¤ì¤ë¤³¤È¤ò¿ä¾©¤·¤Þ¤¹¡£ @@ -1596,8 +1609,8 @@ Fetching 133 new ports or files... done. Äɤ¤¤«¤±¤Æ¤¤¤ë¥Ö¥é¥ó¥Á¤Ë´ØÏ¢¤¹¤ë SVN ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ - ¤¿¤È¤¨¤Ð¡¢7-STABLE ¥Ö¥é¥ó¥Á¤òÄɤ¤¤«¤±¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ - &a.svn-src-stable-7.name; ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¤¿¤È¤¨¤Ð¡¢9-STABLE ¥Ö¥é¥ó¥Á¤òÄɤ¤¤«¤±¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢ + &a.svn-src-stable-9.name; ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ë»²²Ã¤·¤Æ¤¯¤À¤µ¤¤¡£ Êѹ¹¤¬¤Ê¤µ¤ì¤ë¤´¤È¤ËºîÀ®¤µ¤ì¤ë commit log ¤ä¤½¤ì¤Ëȼ¤¦ µ¯¤³¤ê¤¦¤ëÉûºîÍѤˤĤ¤¤Æ¤Î¾ðÊó¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤¹¡£ @@ -1620,12 +1633,14 @@ Fetching 133 new ports or files... done. ¤â¤·¡¢´û¤Ë &os; ¤Î°ÊÁ°¤Î¥ê¥ê¡¼¥¹¤¬Æ°¤¤¤Æ¤¤¤ë¾ì¹ç¤Ç¡¢ ¤³¤ì¤ò¥½¡¼¥¹¤«¤é¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤è¤¦¤È¤¹¤ë¤Ê¤é¤Ð¡¢ - &os; ¥ß¥é¡¼¥µ¥¤¥È ¤«¤é´Ê - ñ¤Ë¹Ô¤¨¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¼¡¤Î 2 ¤Ä¤ÎÊýË¡¤¬¤¢¤ê¤Þ¤¹¡£ + &os; ¥ß¥é¡¼¥µ¥¤¥È + ¤«¤é´Êñ¤Ë¹Ô¤¨¤Þ¤¹¡£¤³¤ì¤Ë¤Ï¼¡¤Î 3 ¤Ä¤ÎÊýË¡¤¬¤¢¤ê¤Þ¤¹¡£ - + + svn + cvsup @@ -1634,22 +1649,44 @@ Fetching 133 new ports or files... done. -STABLE - CVSup ¤ò»È¤Ã¤¿Æ±´ü + Subversion + ¤ò»È¤Ã¤¿Æ±´ü + + + svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ + ´õ˾¤¹¤ë³«È¯¥Ö¥é¥ó¥Á¡¢ + ¤â¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Ö¥é¥ó¥Á¤ò¥Á¥§¥Ã¥¯¥¢¥¦¤·¤Æ¤¯¤À¤µ¤¤¡£ + ¤³¤ÎÊýË¡¤Ï¡¢³«È¯Ãæ¤Î &os; ¥ê¥Ý¥¸¥È¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÄ󶡤·¤Æ¤ª¤ê¡¢ + ¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ + ¥Ö¥é¥ó¥Á̾¤Ë¤Ä¤¤¤Æ¤Ï¡¢¸½ºß¤Î³«È¯¤Î¥Ø¥Ã¥É¥Ö¥é¥ó¥Á¤Ï + head¡¢¤ª¤è¤Ó ¤ÎÆÃÄê¤Î¥Ö¥é¥ó¥Á¤Ç¤Ï + stable/9¡¢¤Þ¤¿¤Ï + stable/9.0 ¤È¤Ê¤ê¤Þ¤¹¡£ + Subversion + ¤ò»È¤Ã¤Æ¥Ù¡¼¥¹¥·¥¹¥Æ¥à¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤¹¤ëºÝ¤Î + URL ¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹¤Ï¡¢ + http://svn.freebsd.org/base/ + ¤È¤Ê¤ê¤Þ¤¹¡£ + ¥ê¥Ý¥¸¥È¥ê¥µ¥¤¥º¤Î´ÑÅÀ¤«¤é¡¢ + ´õ˾¤¹¤ë¥µ¥Ö¥Ä¥ê¡¼¤Î¤ß¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤¹¤ë¤³¤È¤¬¿ä¾©¤µ¤ì¤Þ¤¹¡£ + + + cvsup ¤ò /usr/share/examples/cvsup ¤Ë¤¢¤ë stable-supfile ¤È¤¤¤¦Ì¾¾Î¤Î supfile ¤È¹ç¤ï¤»¤Æ»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£ - ¤³¤ì¤¬¤â¤Ã¤È¤â¿ä¾©¤µ¤ì¤ëÊýË¡¤Ç¤¹¡£ - ¤Ê¤¼¤Ê¤é¡¢cvsup ¤Ë¤è¤Ã¤Æ°ìÅÙÁ´ÂΤòÆþ¼ê¤·¡¢ - ¸å¤ÏÊѹ¹¤µ¤ì¤¿¤È¤³¤í¤À¤±¤òÆþ¼ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤é¤Ç¤¹¡£ - ¿¤¯¤Î¿Í¤¬ cvsup ¤ò - cron ¤«¤éµ¯Æ°¤·¤Æ¡¢¼«Æ°Åª¤Ë¥½¡¼¥¹¥³¡¼ - ¥É¤òºÇ¿·¤Î¤â¤Î¤ËÊݤäƤ¤¤Þ¤¹¡£ - ¾å¤Ëµó¤²¤¿¸«ËܤΠsupfile ¤ò¥«¥¹ - ¥¿¥Þ¥¤¥º¤¹¤ë¤È¤È¤â¤Ë¡¢¤¢¤Ê¤¿¤Î´Ä¶­¤Ë¹ç¤ï¤»¤Æ cvsup ¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ - ¤¹¡£ + ¾å¤Ëµó¤²¤¿¸«ËܤΠsupfile + ¤ò¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤È¤È¤â¤Ë¡¢¤¢¤Ê¤¿¤Î´Ä¶­¤Ë¹ç¤ï¤»¤Æ cvsup ¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£ + + + cvsup ¤Ï¡¢ + ¥×¥í¥¸¥§¥¯¥È¤Ë¤ª¤¤¤ÆÇѻߤµ¤ì¤¿¤Î¤Ç¡¢ + ¸½ºß¤Ç¤Ï¿ä¾©¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ + @@ -1706,7 +1743,8 @@ Fetching 133 new ports or files... done. ¤¢¤Ê¤¿¤Î¶½Ì£¤ÎÂоݤˤè¤Ã¤Æ &os; ¥×¥í¥¸¥§¥¯¥È¤Î¥½¡¼¥¹¤Î¤¢¤ë°ìÉôʬ¤Þ¤¿¤ÏÁ´ÂΤκǿ·¤ò Äɤ¤¤«¤±¤ëÊýË¡¤Ï¿§¡¹¤¢¤ê¤Þ¤¹¡£ - »ä¤¿¤Á¤¬Ä󶡤·¤Æ¤¤¤ë´ðËÜŪ¤Ê¥µ¡¼¥Ó¥¹¤Ï Subversion¡¢Anonymous CVS¡¢CVSup ¤È CTM ¤Ç¤¹:
        @@ -1729,28 +1767,25 @@ Fetching 133 new ports or files... done. anonymous - Anonymous CVS ¤È + Subversion, + Anonymous CVS ¤È CVSup ¤Ï pull Ʊ´ü¥â¥Ç¥ë¤òºÎÍѤ·¤Æ¤¤¤Þ¤¹¡£ - CVSup ¤Î¾ì¹ç¡¢¥æ¡¼¥¶ - (¤Þ¤¿¤Ï cron ¥¹¥¯¥ê¥×¥È) ¤¬ cvsup - ¤òµ¯Æ°¤·¡¢¤É¤³¤«¤Ë¤¢¤ë cvsupd - ¥µ¡¼¥Ð¤È¤ä¤ê¤È¤ê¤·¤Æ¥Õ¥¡¥¤¥ë¤ò - ºÇ¿·¾õÂ֤ˤ·¤Þ¤¹¡£ + Subversion ¤Î¾ì¹ç¡¢¥æ¡¼¥¶ + (¤Þ¤¿¤Ï cron ¥¹¥¯¥ê¥×¥È) ¤¬ svn + ¤òµ¯Æ°¤·¡¢¥Õ¥¡¥¤¥ë¤òºÇ¿·¾õÂ֤ˤ·¤Þ¤¹¡£ + Subversion ¤Ï¡¢ + ¥í¡¼¥«¥ë¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤ò¥¢¥Ã¥×¥Ç¡¼¥È¤¹¤ëºÇ¤â¹¥¤Þ¤·¤¤ÊýË¡¤Ç¤¹¡£ + cvsup ¤ª¤è¤Ó cvs ¤âƱÍͤθ¶Íý¤ÇÆ°ºî¤·¤Þ¤¹¤¬¡¢ + Subversion ¤Ø¤Î°Ü¹Ô¤Ëȼ¤¤Çѻߤµ¤ì¤Þ¤·¤¿¡£ ÆϤ±¤é¤ì¤ë¹¹¿·¾ðÊó¤Ï¤½¤Î»þÅÀ¤ÎºÇ¿·¤Î¤â¤Î¤Ç¤¢¤ê¡¢ ¤Þ¤¿É¬Íפʻþ¤Ë¤À¤±¼è¤ê´ó¤»¤é¤ì¤Þ¤¹¡£ - ¶½Ì£¤Î¤¢¤ëÆÃÄê¤Î¥Õ¥¡¥¤¥ë¤ä¥Ç¥£¥ì¥¯¥È¥ê¤Ë - ¸ÂÄꤷ¤Æ¹¹¿·¤¹¤ë¤³¤È¤â´Êñ¤Ë¤Ç¤­¤Þ¤¹¡£ + ¶½Ì£¤Î¤¢¤ëÆÃÄê¤Î¥Õ¥¡¥¤¥ë¤ä¥Ç¥£¥ì¥¯¥È¥ê¤Ë¸ÂÄꤷ¤Æ¹¹¿·¤¹¤ë¤³¤È¤â´Êñ¤Ë¤Ç¤­¤Þ¤¹¡£ ¥¯¥é¥¤¥¢¥ó¥È¦¤Î¥½¡¼¥¹¥Ä¥ê¡¼¤Î¾õÂÖ¡¦ - ÀßÄê¥Õ¥¡¥¤¥ë¤Î»ØÄê¤Ë½¾¤¤¡¢¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ¹¹¿·¾ðÊó¤¬ - ÁÇÁ᤯À¸À®¤µ¤ì¤Þ¤¹¡£ - Anonymous CVS ¤Ï¡¢ - ¤³¤Î¥×¥í¥°¥é¥à¤¬¥ê¥â¡¼¥È¤Î CVS ¥ê¥Ý¥¸¥È¥ê¤«¤éľÀÜÊѹ¹ÅÀ¤ò - pull ¤Ç¤­¤ë¤è¤¦¤Ë¤·¤¿ &man.cvs.1; ¤Ø¤Î³ÈÄ¥¤Ç¤¢¤ë¤È¤¤¤¦ÅÀ¤Ç¡¢ - CVSup ¤è¤ê¤â¤º¤Ã¤Èñ½ã¤Ç¤¹¡£ - CVSup - ¤Ï¸úΨ¤ÎÅÀ¤Ç¤Ï¤ë¤«¤Ë¤Þ¤µ¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢ - Anonymous CVS ¤ÎÊý¤¬´Êñ¤ËÍøÍѤǤ­¤Þ¤¹¡£ + ÀßÄê¥Õ¥¡¥¤¥ë¤Î»ØÄê¤Ë½¾¤¤¡¢¥µ¡¼¥Ð¤Ë¤è¤Ã¤Æ¹¹¿·¾ðÊó¤¬ÁÇÁ᤯À¸À®¤µ¤ì¤Þ¤¹¡£ + ËÜÅö¤Ë¤ä¤à¤òÆÀ¤Ê¤¤Íýͳ¤¬¤Ê¤¤¸Â¤ê¡¢Æ±´ü¥·¥¹¥Æ¥à¤È¤·¤Æ¡¢ + Subversion ¤òÍѤ¤¤ë¤Ù¤­¤Ç¤¹¡£ + ¾¤ÎƱ´ü¥á¥«¥Ë¥º¥à¤ÏÇѻߤµ¤ì¤Æ¤ª¤ê¡¢¾­ÍèÄä»ß¤¹¤ëͽÄê¤Ç¤¹¡£ From owner-svn-doc-all@FreeBSD.ORG Sat Dec 15 13:59:59 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 122BAF92; Sat, 15 Dec 2012 13:59:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D1FCC8FC0A; Sat, 15 Dec 2012 13:59:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFDxwTS072576; Sat, 15 Dec 2012 13:59:58 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFDxwZZ072575; Sat, 15 Dec 2012 13:59:58 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212151359.qBFDxwZZ072575@svn.freebsd.org> From: Glen Barber Date: Sat, 15 Dec 2012 13:59:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40385 - head/ja_JP.eucJP/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 13:59:59 -0000 Author: gjb Date: Sat Dec 15 13:59:58 2012 New Revision: 40385 URL: http://svnweb.freebsd.org/changeset/doc/40385 Log: Fix build (I hope). Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Sat Dec 15 07:24:39 2012 (r40384) +++ head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml Sat Dec 15 13:59:58 2012 (r40385) @@ -1418,7 +1418,7 @@ Fetching 133 new ports or files... done. - svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ + svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ ´õ˾¤¹¤ë³«È¯¥Ö¥é¥ó¥Á¡¢ ¤â¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Ö¥é¥ó¥Á¤ò¥Á¥§¥Ã¥¯¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤³¤ÎÊýË¡¤Ï¡¢³«È¯Ãæ¤Î &os; ¥ê¥Ý¥¸¥È¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÄ󶡤·¤Æ¤ª¤ê¡¢ @@ -1481,7 +1481,7 @@ Fetching 133 new ports or files... done. Ť¤´Ö»ÈÍѤǤ­¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¦»öÂÖ¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹ (ÌõÃí: Êݼ餹¤ë¿Í¤¬¾¯¤Ê¤¤¤¿¤á¤Ç¤¹)¡£ ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤·¤Æ¤¤¤ë¥·¥¹¥Æ¥à¤Ç¤¢¤ì¤Ð¡¢ - Subversion + Subversion ¤òÍøÍѤµ¤ì¤ë¤³¤È¤ò¿ä¾©¤·¤Þ¤¹¡£ @@ -1654,7 +1654,7 @@ Fetching 133 new ports or files... done. - svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ + svn ¥×¥í¥°¥é¥à¤ò»È¤Ã¤Æ¡¢ ´õ˾¤¹¤ë³«È¯¥Ö¥é¥ó¥Á¡¢ ¤â¤·¤¯¤Ï¥ê¥ê¡¼¥¹¥Ö¥é¥ó¥Á¤ò¥Á¥§¥Ã¥¯¥¢¥¦¤·¤Æ¤¯¤À¤µ¤¤¡£ ¤³¤ÎÊýË¡¤Ï¡¢³«È¯Ãæ¤Î &os; ¥ê¥Ý¥¸¥È¥ê¤Ø¤Î¥¢¥¯¥»¥¹¤òÄ󶡤·¤Æ¤ª¤ê¡¢ @@ -1743,8 +1743,8 @@ Fetching 133 new ports or files... done. ¤¢¤Ê¤¿¤Î¶½Ì£¤ÎÂоݤˤè¤Ã¤Æ &os; ¥×¥í¥¸¥§¥¯¥È¤Î¥½¡¼¥¹¤Î¤¢¤ë°ìÉôʬ¤Þ¤¿¤ÏÁ´ÂΤκǿ·¤ò Äɤ¤¤«¤±¤ëÊýË¡¤Ï¿§¡¹¤¢¤ê¤Þ¤¹¡£ - »ä¤¿¤Á¤¬Ä󶡤·¤Æ¤¤¤ë´ðËÜŪ¤Ê¥µ¡¼¥Ó¥¹¤Ï Subversion¡¢Subversion¡¢Anonymous CVS¡¢CVSup ¤È CTM ¤Ç¤¹: From owner-svn-doc-all@FreeBSD.ORG Sat Dec 15 15:31:58 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61B4751D; Sat, 15 Dec 2012 15:31:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAD08FC0A; Sat, 15 Dec 2012 15:31:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFFVwfM087737; Sat, 15 Dec 2012 15:31:58 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFFVwF3087736; Sat, 15 Dec 2012 15:31:58 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212151531.qBFFVwF3087736@svn.freebsd.org> From: Glen Barber Date: Sat, 15 Dec 2012 15:31:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40386 - head/en_US.ISO8859-1/htdocs/snapshots X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 15:31:58 -0000 Author: gjb Date: Sat Dec 15 15:31:57 2012 New Revision: 40386 URL: http://svnweb.freebsd.org/changeset/doc/40386 Log: Resurrect the snapshots page. - Uncomment and reword necessary parts of the paragraph providing information about where snapshots can be found. - While here, remove a stray comment. Modified: head/en_US.ISO8859-1/htdocs/snapshots/index.xml Modified: head/en_US.ISO8859-1/htdocs/snapshots/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/snapshots/index.xml Sat Dec 15 13:59:58 2012 (r40385) +++ head/en_US.ISO8859-1/htdocs/snapshots/index.xml Sat Dec 15 15:31:57 2012 (r40386) @@ -25,7 +25,6 @@ These snapshots will be very similar to full releases, except that they might not include all the bits included in a full release (such as packages and updated documentation).

        --->

        Getting Snapshots

        @@ -39,24 +38,18 @@

        Please note that sometimes the snapshots available to download may be somewhat outdated.

        - + release, and memstick images.

        Things You Might Want to Know

        From owner-svn-doc-all@FreeBSD.ORG Sat Dec 15 15:50:37 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23EBD83A; Sat, 15 Dec 2012 15:50:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E35708FC0A; Sat, 15 Dec 2012 15:50:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFFoajH090030; Sat, 15 Dec 2012 15:50:36 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFFoaJU090028; Sat, 15 Dec 2012 15:50:36 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212151550.qBFFoaJU090028@svn.freebsd.org> From: Glen Barber Date: Sat, 15 Dec 2012 15:50:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40387 - in head/en_US.ISO8859-1: books/handbook/eresources share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 15:50:37 -0000 Author: gjb Date: Sat Dec 15 15:50:36 2012 New Revision: 40387 URL: http://svnweb.freebsd.org/changeset/doc/40387 Log: Add -snapshots@ list. PR: 174454 Submitted by: David Wolfskill Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml head/en_US.ISO8859-1/share/xml/mailing-lists.ent Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Sat Dec 15 15:31:57 2012 (r40386) +++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Sat Dec 15 15:50:36 2012 (r40387) @@ -490,6 +490,11 @@ + &a.snapshots.name; + &os; Development Snapshot Announcements + + + &a.sparc.name; Porting FreeBSD to &sparc; based systems @@ -1660,6 +1665,19 @@ + &a.snapshots.name; + + + &os; Development Snapshot + Announcements + + This list will notify you about the availablity + of new &os; development snapshots for the head/ and + stable/ branches. + + + + &a.stable.name; Modified: head/en_US.ISO8859-1/share/xml/mailing-lists.ent ============================================================================== --- head/en_US.ISO8859-1/share/xml/mailing-lists.ent Sat Dec 15 15:31:57 2012 (r40386) +++ head/en_US.ISO8859-1/share/xml/mailing-lists.ent Sat Dec 15 15:50:36 2012 (r40387) @@ -393,6 +393,10 @@ FreeBSD-small mailing list"> freebsd-small"> + +FreeBSD Development Snapshot Announcements"> +freebsd-snapshots"> + FreeBSD SPARC porting mailing list"> freebsd-sparc64"> From owner-svn-doc-all@FreeBSD.ORG Sat Dec 15 20:49:43 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 033D4178; Sat, 15 Dec 2012 20:49:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DBBF98FC13; Sat, 15 Dec 2012 20:49:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFKngRd033940; Sat, 15 Dec 2012 20:49:42 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFKngtT033939; Sat, 15 Dec 2012 20:49:42 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201212152049.qBFKngtT033939@svn.freebsd.org> From: Glen Barber Date: Sat, 15 Dec 2012 20:49:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40388 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 20:49:43 -0000 Author: gjb Date: Sat Dec 15 20:49:42 2012 New Revision: 40388 URL: http://svnweb.freebsd.org/changeset/doc/40388 Log: Update FAQ entry for snapshot releases. Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sat Dec 15 15:50:36 2012 (r40387) +++ head/en_US.ISO8859-1/books/faq/book.xml Sat Dec 15 20:49:42 2012 (r40388) @@ -390,7 +390,7 @@ People that use &os.current; are expected to be able to analyze, debug, and report problems.
        - Every month, &os;snapshot releases are made based on the current state of the -CURRENT and @@ -435,11 +435,8 @@ Snapshot releases are directly available from snapshot. - Official snapshots are generated each month on a regular - basis for all actively developed branches. There are also - daily snapshot builds of the popular &arch.i386; and - &arch.amd64; branches, hosted on . + Official snapshots are generated on a regular + basis for all actively developed branches.