From owner-svn-doc-all@FreeBSD.ORG Sun Oct 21 04:32:00 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 2F3B854A; Sun, 21 Oct 2012 04:32:00 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2938FC0A; Sun, 21 Oct 2012 04:32:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9L4Vxec085382; Sun, 21 Oct 2012 04:32:00 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9L4VxN2085380; Sun, 21 Oct 2012 04:31:59 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201210210431.q9L4VxN2085380@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sun, 21 Oct 2012 04:31:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39784 - head/ja_JP.eucJP/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: Sun, 21 Oct 2012 04:32:00 -0000 Author: ryusuke Date: Sun Oct 21 04:31:59 2012 New Revision: 39784 URL: http://svn.freebsd.org/changeset/doc/39784 Log: - Merge the following from the English version: r20257 -> r20962 head/ja_JP.eucJP/books/porters-handbook/book.xml Submitted by: Ono Hiroo References: [doc-jp-work 1852, 1867, 1868] Modified: head/ja_JP.eucJP/books/porters-handbook/book.xml Modified: head/ja_JP.eucJP/books/porters-handbook/book.xml ============================================================================== --- head/ja_JP.eucJP/books/porters-handbook/book.xml Sat Oct 20 19:14:42 2012 (r39783) +++ head/ja_JP.eucJP/books/porters-handbook/book.xml Sun Oct 21 04:31:59 2012 (r39784) @@ -9,7 +9,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r20257 + Original revision: r20962 $FreeBSD$ --> @@ -401,15 +401,6 @@ lib/X11/oneko/mouse.xpm make package で作成した package が 含まれていないことを確認してください。 - - 以前には、新しい port を提出する際に FreeBSD の FTP サイト - (ftp.FreeBSD.org) に - アップロードするように お願いしていたことがあります。 - 現在このサイトの incoming ディレクトリは - 読み出し不可になっており、アップロードは推奨されていません。 - たくさんの海賊版ソフトウェアがそこに置かれたためです。 - - port を提出したら、辛抱強くお待ちください。時には、ある port が FreeBSD に取り込まれるまで、数日しかかかりそうもないの に、数ヶ月かかることもあります。 + net-mgmt + ネットワーク管理ソフトウェア + + + + news USENET ニュースソフトウェア @@ -4220,7 +4217,237 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PRE Java の利用 - この節はまだ書かれていません。 + あなたが作成している port の構築、実行、 + または配布ファイルの展開に Java™ 開発キット (JDK) + が必要なら、USE_JAVA + を定義してください。 + + Ports Collection には、さまざまなベンダの JDK + のいろいろなバージョンがあります。 + あなたが作成している port + がその中のいずれかのバージョンを使わなければならないなら、 + どれを使うか指定できます。最新のバージョンは、 + java/jdk14 です。 + + + Java を利用する ports で定義すべき変数 + + + + + 変数 + 意味 + + + + + USE_JAVA + この後の変数を有効にするには、 + この変数を定義しなければなりません。 + + + JAVA_VERSION + スペースで区切られた、適合する Java + のバージョン一覧。"+" + を使ってバージョンの範囲を指定することもできます + (使える値は、 + 1.1[+] 1.2[+] 1.3[+] 1.4[+]) + です)。 + + + JAVA_OS + スペースで区切られた、その port に適合する JDK + port の OS 一覧。(使える値は、 + native linux) です。 + + + JAVA_VENDOR + スペースで区切られた、その port に適合する JDK + port のベンダの一覧。(使える値は、 + freebsd bsdjava sun ibm blackdown) + です。 + + + JAVA_BUILD + この変数が設定されていると、選択した JDK を、その + port の構築依存性に追加します。 + + + JAVA_RUN + この変数が設定されていると、選択した JDK を、その + port の実行依存性に追加します。 + + + JAVA_EXTRACT + この変数が設定されていると、選択した JDK を、その + port の展開依存性に追加します。 + + + USE_JIKES + その port の構築に jikes + バイトコードコンパイラを使うべきかどうかを示します。 + この変数に何の値も設定されていない時は、port は + jikes が使えたら構築に利用します。 + jikes の利用を明示的に禁止したり、 + 強制したりすることも可能です ('no' + か 'yes' を設定してください)。 + 後者の場合は、devel/jikes + が port の構築依存性に追加されます。 + + + +
+ + 以下は、USE_JAVA + を設定した port で行われる設定の一覧です。 + + + Java を利用する ports で設定される変数 + + + + + 変数 + + + + + + JAVA_PORT + JDK port の名称 (例: + 'java/jdk14')。 + + + JAVA_PORT_VERSION + JDK の完全なバージョン (例: + '1.4.2')。最初の数字 + 2 つだけしか必要でなければ、 + ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} + を使ってください。 + + + JAVA_PORT_OS + JDK port が利用する OS (例: + 'linux')。 + + + JAVA_PORT_VENDOR + JDK port のベンダ (例: + 'sun')。 + + + JAVA_PORT_OS_DESCRIPTION + JDK port が利用する OS の説明 (例: + 'Linux')。 + + + JAVA_PORT_VENDOR_DESCRIPTION + JDK port のベンダの説明 (例: + 'FreeBSD Foundation')。 + + + JAVA_HOME + JDK がインストールされているディレクトリのパス + (例: '/usr/local/jdk1.3.1')。 + + + JAVAC + 使用する Java コンパイラのパス (例: + '/usr/local/jdk1.1.8/bin/javac' + または + '/usr/local/bin/jikes')。 + + + JAR + 使用する jar ツールのパス (例: + '/usr/local/jdk1.2.2/bin/jar' + または + '/usr/local/bin/fastjar')。 + + + APPLETVIEWER + appletviewer + ユーティリティへのパス (例: + '/usr/local/linux-jdk1.2.2/bin/appletviewer')。 + + + JAVA + java 実行ファイルへのパス。 + Java プログラムの実行にはこれを使ってください (例: + '/usr/local/jdk1.3.1/bin/java')。 + + + JAVADOC + javadoc + ユーティリティプログラムへのパス。 + + + JAVAH + javah + プログラムへのパス。 + + + JAVAP + javap + プログラムへのパス。 + + + JAVA_KEYTOOL + keytool + ユーティリティプログラムへのパス。 + この変数は、JDK が Java 1.2 + 以上の場合のみ利用可能です。 + + + JAVA_N2A + native2ascii + ツールへのパス。 + + + JAVA_POLICYTOOL + policytool + プログラムへのパス。この変数は、JDK が Java 1.2 + 以上の場合のみ利用可能です。 + + + JAVA_SERIALVER + serialver + ユーティリティプログラムへのパス。 + + + RMIC + RMI スタブ/スケルトンジェネレータ + rmic へのパス。 + + + RMIREGISTRY + RMI レジストリプログラム + rmiregistry へのパス。 + + + RMID + RMI デーモンプログラム rmid + へのパス。この変数は、JDK が Java 1.2 + 以上の場合のみ利用可能です。 + + + JAVA_CLASSES + JDK クラスファイルが入っているアーカイブへのパス。 + JDK 1.2 以降では、これは + ${JAVA_HOME}/jre/lib/rt.jar です。 + それより前の JDK は、 + ${JAVA_HOME}/lib/classes.zip + を使います。 + + + +
+ + Port のデバッグ情報を得るのに、 + java-debug make ターゲットが使えます。 + これは、前述の変数の多くについて値を表示します。 +
@@ -5254,7 +5481,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_ 良くある落し穴などについて説明します。 このリストを使ってあなた自身が作成した port のチェックはもとより、 さらに障害報告データベース + url="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">障害報告データベース
にある他の人が提出した port のチェックもできます。 PR データベースにある、 他の人が作成した port のチェックもできます。 @@ -5495,6 +5722,10 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_ __FreeBSD_version の値 + 以下は、sys/param.h + で定義されている __FreeBSD_version + の便利な一覧です。 + __FreeBSD_version values @@ -6082,6 +6313,11 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_ + 4.10-RELEASE + 491000 + + + 5.0-CURRENT 500000 @@ -6530,6 +6766,46 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_ 5.2-CURRENT 502104 + + C に対して NULL が ((void *)0) + になり、warning をより多く出すようになった + 5.2-CURRENT + 502105 + + + pf がビルドおよびインストールされるようになった後の + 5.2-CURRENT + 502106 + + + sparc64 で time_t を 64 ビットの値に変更した後の + 5.2-CURRENT + 502107 + + + 一部のヘッダで Intel C/C++ に対応し、 + execve(2) をより厳密に POSIX に適合させた後の + 5.2-CURRENT + 502108 + + + bus_alloc_resource_any API 導入後の + 5.2-CURRENT + 502109 + + + UTF-8 ロケール追加後の 5.2-CURRENT + 502110 + + + getvfsent(3) API を削除した後の 5.2-CURRENT + 502111 + + + make に .warning 命令を追加した後の + 5.2-CURRENT + 502112 +
@@ -6847,12 +7123,13 @@ lib/X11/oneko/sounds/cat.au package としてインストールされる場合とコンパイルされる場合の両方で、 同じユーザー/グループ ID を使わなければならないのなら、50 から 999 の間で空いている UID を選んで登録してください。 - japanese/Wnn の port + japanese/Wnn6 の port が参考になるでしょう。
既にシステムや他の port で利用されている - UIDを使わないように十分注意してください。 - 現在の 50 から 999 までの間の UID は以下のとおりです。 + UID を使わないように十分注意してください。 + + 現在の 50 から 999 までの間の UID は以下のとおりです。 bind:*:53:53:Bind Sandbox:/:/sbin/nologin @@ -6889,11 +7166,44 @@ squeuer:*:96:96:SQueuer Owner:/nonexiste mud:*:97:97:MUD Owner:/usr/local/share/dgd:/bin/sh msql:*:98:98:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh rscsi:*:99:99:Remote SCSI:/usr/local/rscsi:/usr/local/sbin/rscsi +squid:*:100:100:squid caching-proxy pseudo user:/usr/local/squid:/sbin/nologin +quagga:*:101:101:Quagga route daemon pseudo user:/usr/local/etc/quagga:/sbin/nologin +ganglia:*:102:102:Ganglia User:/nonexistent:/sbin/nologin +sgeadmin:*:103:103:Sun Grid Engine Admin:/nonexistent:/sbin/nologin +slimserv:*:104:104:Slim Devices SlimServer pseudo-user:/nonexistent:/sbin/nologin fido:*:111:111:Fido System:/usr/local/fido:/bin/sh +postfix:*:125:125:Postfix Mail System:/var/spool/postfix:/sbin/nologin +rbldns:*:153:153:rbldnsd pseudo-user:/nonexistent:/sbin/nologin +sfs:*:171:171:Self-Certifying File System:/nonexistent:/sbin/nologin +agk:*:172:172:AquaGateKeeper:/nonexistent:/nonexistent ldap:*:389:389:OpenLDAP Server:/nonexistent:/sbin/nologin drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin +qtss:*:554:554:Darwin Streaming Server:/nonexistent:/sbin/nologin +ircdru:*:555:555:Russian hybrid IRC server:/nonexistent:/bin/sh bacula:*:910:910:Bacula Daemon:/var/db/bacula:/sbin/nologin + 以下は、現在予約されている GID の一覧です。 + + + + bind:*:53: +cyrus:*:60: +proxy:*:62: +authpf:*:63: +uucp:*:66: +dialer:*:68: +network:*:69: +pgsql:*:70: +www:*:80: +qnofiles:*:81: +qmail:*:82: +mailman:*:91: +postfix:*:125: +maildrop:*:126: +rbldns:*:153: +qtss:*:554: +ircdru:*:555: + このリストを最新の状態に保つためにも、 この範囲の UID や GID を予約するような port を作ったり、 既存の port にそのような改変を行なってわたしたちに送るときには @@ -7102,6 +7412,28 @@ bacula:*:910:910:Bacula Daemon:/var/db/b が更新できない場合の最後の手段にしてください。 ずっと壊れたままの port は、ports ツリーから完全に削除すべきです。 + + + + 必要な回避策 + + 古いバージョンの &os; + のソフトウェアにあるバグを回避する必要があることがあります。 + + + + &man.make.1; は、少なくとも 4.8 と 5.0 + を含むいくつかのバージョンで、OSVERSION + に基づく比較に関してバグがあります。 + これは、make describe + の最中にエラーを起こすことになりやすく + (したがって make index 全体も失敗することに) + なります。回避策は、条件比較を括弧にいれることで、たとえば + if ( ${OSVERSION} > 500023 ) + となります。4.9 と 5.2 で port のインストールテストを行っても、 + この問題は見つかりません + + From owner-svn-doc-all@FreeBSD.ORG Sun Oct 21 10:53: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 BC26B9E6; Sun, 21 Oct 2012 10:53:44 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 88E058FC12; Sun, 21 Oct 2012 10:53:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9LAriKt054810; Sun, 21 Oct 2012 10:53:44 GMT (envelope-from wosch@svn.freebsd.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9LAriM0054808; Sun, 21 Oct 2012 10:53:44 GMT (envelope-from wosch@svn.freebsd.org) Message-Id: <201210211053.q9LAriM0054808@svn.freebsd.org> From: Wolfram Schneider Date: Sun, 21 Oct 2012 10:53:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39785 - head/en_US.ISO8859-1/htdocs/cgi 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, 21 Oct 2012 10:53:44 -0000 Author: wosch Date: Sun Oct 21 10:53:44 2012 New Revision: 39785 URL: http://svn.freebsd.org/changeset/doc/39785 Log: added NetBSD 6.0 manual pages Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Oct 21 04:31:59 2012 (r39784) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Oct 21 10:53:44 2012 (r39785) @@ -405,6 +405,7 @@ $manPathDefault = 'FreeBSD 9.0-RELEASE'; 'NetBSD 4.0.1', "$manLocalDir/NetBSD-4.0.1", 'NetBSD 5.0', "$manLocalDir/NetBSD-5.0", 'NetBSD 5.1', "$manLocalDir/NetBSD-5.1", + 'NetBSD 6.0', "$manLocalDir/NetBSD-6.0", '2.8 BSD', "$manLocalDir/2.8BSD", '2.9.1 BSD', "$manLocalDir/2.9.1BSD", @@ -579,6 +580,7 @@ my %arch = ( 'FreeBSD 8.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } , 'FreeBSD 8.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } , 'NetBSD 5.1' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } , +'NetBSD 6.0' => { 'arch' => [qw/acorn26 acorn32 alpha amiga arc atari cobalt dreamcast evbarm evbmips evbppc hp300 hp700 hpcarm hpcmips hpcsh i386 mac68k macppc mvme68k pmax prep sgimips sparc sparc64 sun2 sun3 vax x68k/] } , 'OpenBSD 4.7' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, 'OpenBSD 4.8' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, 'OpenBSD 4.9' => { 'arch' => [qw/alpha amd64 armish aviion hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc mvme68k mvme88k mvmeppc palm sgi socppc sparc sparc64 vax zaurus/] }, @@ -623,7 +625,7 @@ while ( ( $key, $val ) = each %manPath ) 'opendarwin', 'OpenDarwin 7.2.1', 'macosx', 'Darwin 8.0.1/ppc', - 'netbsd', 'NetBSD 5.1', + 'netbsd', 'NetBSD 6.0', 'openbsd', 'OpenBSD 5.0', 'v7', 'Unix Seventh Edition', 'v7man', 'Unix Seventh Edition', From owner-svn-doc-all@FreeBSD.ORG Sun Oct 21 11:57: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 9738AE0A; Sun, 21 Oct 2012 11:57:03 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 653DA8FC08; Sun, 21 Oct 2012 11:57:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9LBv3Gv067630; Sun, 21 Oct 2012 11:57:03 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9LBv3FH067629; Sun, 21 Oct 2012 11:57:03 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201210211157.q9LBv3FH067629@svn.freebsd.org> From: Benedict Reuschling Date: Sun, 21 Oct 2012 11:57:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r39786 - svnadmin/conf X-SVN-Group: doc-svnadmin 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, 21 Oct 2012 11:57:03 -0000 Author: bcr Date: Sun Oct 21 11:57:01 2012 New Revision: 39786 URL: http://svn.freebsd.org/changeset/doc/39786 Log: Eitan Adler is under jkois and my mentorship for the doc tree. Approved by: doceng Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Sun Oct 21 10:53:44 2012 (r39785) +++ svnadmin/conf/access Sun Oct 21 11:57:01 2012 (r39786) @@ -28,6 +28,7 @@ chinsan danger delphij des +eadler ebrandi gabor ganbold From owner-svn-doc-all@FreeBSD.ORG Sun Oct 21 12:02: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 24CB343F; Sun, 21 Oct 2012 12:02:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0DF4A8FC08; Sun, 21 Oct 2012 12:02:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9LC21fH068799; Sun, 21 Oct 2012 12:02:01 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9LC21W9068797; Sun, 21 Oct 2012 12:02:01 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201210211202.q9LC21W9068797@svn.freebsd.org> From: Gabor Kovesdan Date: Sun, 21 Oct 2012 12:02:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39787 - 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, 21 Oct 2012 12:02:02 -0000 Author: gabor Date: Sun Oct 21 12:02:01 2012 New Revision: 39787 URL: http://svn.freebsd.org/changeset/doc/39787 Log: - Fix decke's name Spotted by: bcr Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Sun Oct 21 11:57:01 2012 (r39786) +++ head/share/xml/news.xml Sun Oct 21 12:02:01 2012 (r39787) @@ -37,7 +37,7 @@ 19

New member for the Ports Management team: - Bernhard Frölich.

+ Bernhard Fröhlich.

From owner-svn-doc-all@FreeBSD.ORG Sun Oct 21 12:05: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 798A555B; Sun, 21 Oct 2012 12:05:57 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 606228FC08; Sun, 21 Oct 2012 12:05:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9LC5vav069566; Sun, 21 Oct 2012 12:05:57 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9LC5vuF069565; Sun, 21 Oct 2012 12:05:57 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201210211205.q9LC5vuF069565@svn.freebsd.org> From: Benedict Reuschling Date: Sun, 21 Oct 2012 12:05:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r39788 - svnadmin/conf X-SVN-Group: doc-svnadmin 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, 21 Oct 2012 12:05:57 -0000 Author: bcr Date: Sun Oct 21 12:05:56 2012 New Revision: 39788 URL: http://svn.freebsd.org/changeset/doc/39788 Log: Also record the mentorship of eadler in this file. Approved by: doceng Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Sun Oct 21 12:02:01 2012 (r39787) +++ svnadmin/conf/mentors Sun Oct 21 12:05:56 2012 (r39788) @@ -12,6 +12,7 @@ # Mentee Mentor Optional comment bjk hrs des gjb backup mentor: gabor +eadler bcr backup mentor: jkois ebrandi gabor gavin bcr co-mentor: jkois, since 2011-07-18 issyl0 gabor backup mentor: gjb From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 14:58: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 834F2F9C; Mon, 22 Oct 2012 14:58:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 60E678FC16; Mon, 22 Oct 2012 14:58:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MEwHrc033160; Mon, 22 Oct 2012 14:58:17 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MEwH77033158; Mon, 22 Oct 2012 14:58:17 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201210221458.q9MEwH77033158@svn.freebsd.org> From: Glen Barber Date: Mon, 22 Oct 2012 14:58:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39789 - 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, 22 Oct 2012 14:58:17 -0000 Author: gjb Date: Mon Oct 22 14:58:16 2012 New Revision: 39789 URL: http://svn.freebsd.org/changeset/doc/39789 Log: Update the FreeBSD Privacy Policy to the latest version. Prepared by: Foundation Reviewed by: core, eadler Approved by: core (jhb) Modified: head/en_US.ISO8859-1/htdocs/privacy.xml Modified: head/en_US.ISO8859-1/htdocs/privacy.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/privacy.xml Sun Oct 21 12:05:56 2012 (r39788) +++ head/en_US.ISO8859-1/htdocs/privacy.xml Mon Oct 22 14:58:16 2012 (r39789) @@ -20,7 +20,7 @@

Privacy Policy

-

The FreeBSD Project recognizes that your privacy and the +

The &os; Project recognizes that your privacy and the protection of your personal information is important to you and is committed to protecting your privacy. This Privacy Policy describes the measures taken by us to protect your @@ -29,7 +29,7 @@ on other hosts (the "Mirrors") or other &os;-related services in the &os;.org domain ("Affiliated Sites").

-

This policy was last modified on July 22, 2011.

+

This policy was last modified on October 19, 2012.

PLEASE READ THIS PRIVACY POLICY CAREFULLY. BY USING THIS SITE, YOU AGREE TO THE TERMS OF THIS POLICY.

@@ -40,14 +40,23 @@ use of our site, such as the pages you view and the time you view each page. We also collect information such as your Internet Protocol ("IP") address, browser type and operating - system information.

+ system information. The foregoing information is + collectively referred to below as "Your Usage Data."

We store information such as your email address, name, and - organization or company only if you decide to send us such - information by submitting a &os; bug report or subscribing - to one of the &os; mailing lists. Information submitted in - bug reports or to the public mailing lists is considered public - and will be accessible to anyone on the web.

+ organization or company ("Personally Identifiable + Information") only if you decide to send us such information + by submitting a &os; bug or problem report ("PR"), subscribing + to one of the &os; mailing lists or posting content to our + Site forums. The &os; Project allows unlimited distribution + of that content. Information submitted in those reports and + lists, including your Personally Identifiable Information, is + considered public and will be accessible to anyone on the web. + Such information is not only stored on servers belonging to + the &os; Foundation, but it is also stored on other servers + that mirror the content of our Site. The &os; Foundation has + no control over the use of that information, including your + Personally Identifiable Information.

This website uses a cookie to record layout style preferences for individual users, as well track anonymous traffic data. @@ -101,10 +110,37 @@

Anonymized aggregate traffic data about website visits may be shared for marketing or research purposes.

-

Any information you provide as part of a 'problem report' - (PR) may be made public and be replicated or distributed by third - parties. You are not required to provide this data for the use of - the Site.

+

The &os; Project uses Google Analytics, a web analytics + service provided by Google, Inc. Google Analytics is a tool + that enables the &os; Project to see how visitors to our Site + use our Site and how they arrive at our Site. Google + Analytics uses "cookies", which are text files placed on your + computer, to help our Site to analyze visitor activity. We + send Google Analytics data that reports on your use of the + Site. That data includes Your Usage Data and is not + anonymised before it is transmitted to Google Analytics. + This un-anonymised data is stored by Google on servers, once + it is transmitted to Google. Google will use this + information for the purpose of evaluating your use of the + Site, compiling reports on website activity for website + operators and providing other services relating to website + activity and internet usage. Google may also transfer Your + Usage Data to third parties where required to do so by law, or + where such third parties process the information on Google's + behalf. Google will not associate Your Usage Data with any + other data held by Google. You may refuse the use of cookies + by selecting the appropriate settings on your browser, however + please note that if you do this you may not be able to use the + full functionality of our Site. By using our Site, you + consent to the processing of Your Usage Data by Google in the + manner and for the purposes set out above.

+ +

With the exception of the transmission of Your Usage Data to + Google for the sole purpose of using Google Analytics and the + public access we permit to the bug reports you submit, the + mailing lists you subscribe to, and posting content to our + Site forums, the &os; Project does not share un-anonymised + data with anyone.

Updates to this privacy policy:

From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 18:13: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 B221818B; Mon, 22 Oct 2012 18:13:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 954478FC14; Mon, 22 Oct 2012 18:13:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MIDV82068170; Mon, 22 Oct 2012 18:13:31 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MIDVPO068165; Mon, 22 Oct 2012 18:13:31 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201210221813.q9MIDVPO068165@svn.freebsd.org> From: Konstantin Belousov Date: Mon, 22 Oct 2012 18:13:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39790 - 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, 22 Oct 2012 18:13:31 -0000 Author: kib (src committer) Date: Mon Oct 22 18:13:31 2012 New Revision: 39790 URL: http://svn.freebsd.org/changeset/doc/39790 Log: Document __FreeBSD_version 1000020 and 1000021. 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 Oct 22 14:58:16 2012 (r39789) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Oct 22 18:13:31 2012 (r39790) @@ -15798,6 +15798,22 @@ Reference: <http://www.freebsd.org/po to supply packets in net byte order to AF_INET filter hooks (rev 241245). + + + 1000020 + October 16, 2012 + 10-CURRENT after the network interface cloning + KPI changed and struct if_clone becoming opaque (rev + 241610). + + + + 1000021 + October 22, 2012 + 10-CURRENT after the removal of support for + non-MPSAFE filesystems (rev + 241897). + From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 18:15: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 1EEF0365; Mon, 22 Oct 2012 18:15:37 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 00AB58FC08; Mon, 22 Oct 2012 18:15:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MIFa0x068803; Mon, 22 Oct 2012 18:15:36 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MIFajX068801; Mon, 22 Oct 2012 18:15:36 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201210221815.q9MIFajX068801@svn.freebsd.org> From: Konstantin Belousov Date: Mon, 22 Oct 2012 18:15:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39791 - 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, 22 Oct 2012 18:15:37 -0000 Author: kib (src committer) Date: Mon Oct 22 18:15:36 2012 New Revision: 39791 URL: http://svn.freebsd.org/changeset/doc/39791 Log: Consistently use KPI and KBI contractions for the kernel side of things. 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 Oct 22 18:13:31 2012 (r39790) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Oct 22 18:15:36 2012 (r39791) @@ -15773,7 +15773,7 @@ Reference: <http://www.freebsd.org/po 1000016 August 8, 2012 - 10-CURRENT after ABI change in &man.ucom.4; + 10-CURRENT after KBI change in &man.ucom.4; (rev 239179). @@ -15794,7 +15794,7 @@ Reference: <http://www.freebsd.org/po 1000019 October 6, 2012 - 10-CURRENT after &man.pfil.9; ABI/API changed + 10-CURRENT after &man.pfil.9; KBI/KPI changed to supply packets in net byte order to AF_INET filter hooks (rev 241245). From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 18: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 6DC711AC; Mon, 22 Oct 2012 18:47:10 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 546E48FC1B; Mon, 22 Oct 2012 18:47:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MIlAv2076884; Mon, 22 Oct 2012 18:47:10 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MIlAAo076882; Mon, 22 Oct 2012 18:47:10 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201210221847.q9MIlAAo076882@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 Oct 2012 18:47:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39792 - head/en_US.ISO8859-1/books/handbook/dtrace 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, 22 Oct 2012 18:47:10 -0000 Author: obrien Date: Mon Oct 22 18:47:09 2012 New Revision: 39792 URL: http://svn.freebsd.org/changeset/doc/39792 Log: Note where to find the DTrace Toolkit scripts. Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:15:36 2012 (r39791) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:47:09 2012 (r39792) @@ -264,6 +264,7 @@ options DDB_CTF which function is using the most kernel time. Run normally, it will produce output similar to the following: + &prompt.root; cd /usr/share/dtrace/toolkit &prompt.root; ./hotkernel Sampling... Hit Ctrl-C to end. From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 18:49: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 8DD5A8F5; Mon, 22 Oct 2012 18:49:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 538C28FC0A; Mon, 22 Oct 2012 18:49:48 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:0:100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 7FF6523F645; Mon, 22 Oct 2012 14:49:44 -0400 (EDT) Date: Mon, 22 Oct 2012 14:49:41 -0400 From: Glen Barber To: "David E. O'Brien" Subject: Re: svn commit: r39792 - head/en_US.ISO8859-1/books/handbook/dtrace Message-ID: <20121022184941.GS1393@glenbarber.us> References: <201210221847.q9MIlAAo076882@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cCVGH4QhGbYkRKO5" Content-Disposition: inline In-Reply-To: <201210221847.q9MIlAAo076882@svn.freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) 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, 22 Oct 2012 18:49:48 -0000 --cCVGH4QhGbYkRKO5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 22, 2012 at 06:47:10PM +0000, David E. O'Brien wrote: > Author: obrien > Date: Mon Oct 22 18:47:09 2012 > New Revision: 39792 > URL: http://svn.freebsd.org/changeset/doc/39792 >=20 > Log: > Note where to find the DTrace Toolkit scripts. >=20 > Modified: > head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml >=20 > Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:= 15:36 2012 (r39791) > +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:= 47:09 2012 (r39792) > @@ -264,6 +264,7 @@ options DDB_CTF > which function is using the most kernel time. Run normally, it > will produce output similar to the following: > =20 > + &prompt.root; cd /usr/share/dtrace/toolkit > &prompt.root; ./hotkernel > Sampling... Hit Ctrl-C to end. > =20 This is going to break the doc build. The tag on the following line should be removed. Glen --cCVGH4QhGbYkRKO5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQhZVFAAoJEFJPDDeguUajw0oH/jzsthaQeZe3cyU9VuAV1iGM U7XQZPea9V1al1Uul0fChj4oyPb7baEY9FscDGm3dHC5K3/0XSCiNkYgaaXwblXJ CVxo4Ajm9ckHF5dAVjymPAk1nnmve/uiNf4oY862F+FXvXdRlVwTzDPivkuo5mMd vjG465FokR4Qynzj7AU4jeazLRy+pGoSVpDfNqejNHINlDFq7BCyaVWISew7qTj5 tFj9i4S3kI2WvIe3FWe2Vr7Q1DY8P4uK89V0kP342za2Ae2X6wbKAmT9ZLlrbvA/ 4ETDz1Q2UwHaeQVPfkhMAWh9l8mtKYBoJomk1HC+j8PEA1vC3yboztLJt2+8wa0= =T+H2 -----END PGP SIGNATURE----- --cCVGH4QhGbYkRKO5-- From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:02: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 7E356E91; Mon, 22 Oct 2012 19:02:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 63D428FC0C; Mon, 22 Oct 2012 19:02:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MJ2LPp079817; Mon, 22 Oct 2012 19:02:21 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJ2LJG079815; Mon, 22 Oct 2012 19:02:21 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201210221902.q9MJ2LJG079815@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 Oct 2012 19:02:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39793 - head/en_US.ISO8859-1/books/handbook/dtrace 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, 22 Oct 2012 19:02:21 -0000 Author: obrien Date: Mon Oct 22 19:02:20 2012 New Revision: 39793 URL: http://svn.freebsd.org/changeset/doc/39793 Log: Update information on how to obtain the DTrace Toolkit. Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:47:09 2012 (r39792) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:02:20 2012 (r39793) @@ -198,11 +198,11 @@ options DDB_CTF shells/pdksh or shells/mksh. - Finally, obtain the current &dtrace; toolkit. The current - version is available at - . - There is an install mechanism included; however, installation - is not required to make use of the bundled utilities. + Finally, obtain the current &dtrace; toolkit. + If you are running FreeBSD 10, you will find the &dtrace; toolkit + in /usr/share/dtrace. + Otherwise, you can install the &dtrace; toolkit using the + sysutils/DTraceToolkit port.
From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:03: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 F3346F05; Mon, 22 Oct 2012 19:03:22 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DA0438FC0C; Mon, 22 Oct 2012 19:03:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MJ3MeX080023; Mon, 22 Oct 2012 19:03:22 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJ3M9H080021; Mon, 22 Oct 2012 19:03:22 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201210221903.q9MJ3M9H080021@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 Oct 2012 19:03:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39794 - head/en_US.ISO8859-1/books/handbook/dtrace 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, 22 Oct 2012 19:03:23 -0000 Author: obrien Date: Mon Oct 22 19:03:22 2012 New Revision: 39794 URL: http://svn.freebsd.org/changeset/doc/39794 Log: Correct the spelling of "DTraceToolkit". Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:02:20 2012 (r39793) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:03:22 2012 (r39794) @@ -191,17 +191,17 @@ options DDB_CTF After rebooting and allowing the new kernel to be loaded into memory, support for the Korn shell should be added. This - is needed as the &dtrace; toolkit has several utilities written + is needed as the &dtrace;Toolkit has several utilities written in ksh. Install the shells/ksh93. It is also possible to run these tools under shells/pdksh or shells/mksh. - Finally, obtain the current &dtrace; toolkit. - If you are running FreeBSD 10, you will find the &dtrace; toolkit + Finally, obtain the current &dtrace;Toolkit. + If you are running FreeBSD 10, you will find the &dtrace;Toolkit in /usr/share/dtrace. - Otherwise, you can install the &dtrace; toolkit using the + Otherwise, you can install the &dtrace;Toolkit using the sysutils/DTraceToolkit port. From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:09: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 0EE571B6; Mon, 22 Oct 2012 19:09:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id D54348FC0C; Mon, 22 Oct 2012 19:09:23 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:0:100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id A529523F645; Mon, 22 Oct 2012 15:09:22 -0400 (EDT) Date: Mon, 22 Oct 2012 15:09:20 -0400 From: Glen Barber To: "David E. O'Brien" Subject: Re: svn commit: r39793 - head/en_US.ISO8859-1/books/handbook/dtrace Message-ID: <20121022190920.GV1393@glenbarber.us> References: <201210221902.q9MJ2LJG079815@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ubSmDk4JQLoqi+H8" Content-Disposition: inline In-Reply-To: <201210221902.q9MJ2LJG079815@svn.freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) 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, 22 Oct 2012 19:09:24 -0000 --ubSmDk4JQLoqi+H8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 22, 2012 at 07:02:21PM +0000, David E. O'Brien wrote: > Author: obrien > Date: Mon Oct 22 19:02:20 2012 > New Revision: 39793 > URL: http://svn.freebsd.org/changeset/doc/39793 >=20 > Log: > Update information on how to obtain the DTrace Toolkit. >=20 > Modified: > head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml >=20 > Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 18:= 47:09 2012 (r39792) > +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:= 02:20 2012 (r39793) > @@ -198,11 +198,11 @@ options DDB_CTF > shells/pdksh or > shells/mksh. > =20 > - Finally, obtain the current &dtrace; toolkit. The current > - version is available at > - . > - There is an install mechanism included; however, installation > - is not required to make use of the bundled utilities. > + Finally, obtain the current &dtrace; toolkit. > + If you are running FreeBSD 10, you will find the &dtrace; toolkit > + in /usr/share/dtrace. > + Otherwise, you can install the &dtrace; toolkit using the > + sysutils/DTraceToolkit port. > > =20 This change is missing the closing tag. Glen --ubSmDk4JQLoqi+H8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQhZngAAoJEFJPDDeguUajZoYIAK81yKvt17mN1X3I7L19I1ub 7HnMlSeGWQaQiDkKVFvAjiMKOjJWUKxKHLjxcBo+AbJpijwBM7U1dPqe6Tb1KmbJ P6GjwJped1mYz9SNEp8zwi3DaiQEvz4lp8Qg9xISkuAXHu+x4xNMjV8EiI+HlsID kn0Kh21hjAYx6GwoS99BWpNQPaT8AE8eRq64yT9oIoB3SGSMBzNajXfeaDx6pFzp TEoUkZpy77nKKAml7UCj79waruZFmJVmD+AW3Nz66jHlhBWB/4ullTOfktQN7clq xyflrYEPs3Dvl27zAQy41JXUkWW94lsMkYa/v3/NERqgNg2tcJoiDEH+aGwK6Ls= =/DKU -----END PGP SIGNATURE----- --ubSmDk4JQLoqi+H8-- From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:25: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 529505C9; Mon, 22 Oct 2012 19:25:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 38E7B8FC0A; Mon, 22 Oct 2012 19:25:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MJPbB3086079; Mon, 22 Oct 2012 19:25:37 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJPbDl086077; Mon, 22 Oct 2012 19:25:37 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201210221925.q9MJPbDl086077@svn.freebsd.org> From: Glen Barber Date: Mon, 22 Oct 2012 19:25:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39795 - head/en_US.ISO8859-1/books/handbook/dtrace 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, 22 Oct 2012 19:25:37 -0000 Author: gjb Date: Mon Oct 22 19:25:36 2012 New Revision: 39795 URL: http://svn.freebsd.org/changeset/doc/39795 Log: Unbreak build. Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:03:22 2012 (r39794) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:25:36 2012 (r39795) @@ -202,7 +202,7 @@ options DDB_CTF If you are running FreeBSD 10, you will find the &dtrace;Toolkit in /usr/share/dtrace. Otherwise, you can install the &dtrace;Toolkit using the - sysutils/DTraceToolkit port. + sysutils/DTraceToolkit port. @@ -265,7 +265,7 @@ options DDB_CTF will produce output similar to the following: &prompt.root; cd /usr/share/dtrace/toolkit - &prompt.root; ./hotkernel +&prompt.root; ./hotkernel Sampling... Hit Ctrl-C to end. The system administrator must use the From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:32: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 0D184836; Mon, 22 Oct 2012 19:32:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E8B468FC08; Mon, 22 Oct 2012 19:32:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MJWpxl087188; Mon, 22 Oct 2012 19:32:51 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJWpA8087186; Mon, 22 Oct 2012 19:32:51 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <201210221932.q9MJWpA8087186@svn.freebsd.org> From: Robert Watson Date: Mon, 22 Oct 2012 19:32:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39796 - 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, 22 Oct 2012 19:32:52 -0000 Author: rwatson Date: Mon Oct 22 19:32:51 2012 New Revision: 39796 URL: http://svn.freebsd.org/changeset/doc/39796 Log: Catch up with a several-month-old reality: remove Bjoern Zeeb and I from the admin page's list of release engineering team members. Bjoern served on re@ from 14 September 2009 to 2 May 2012. I served on re@ from 9 September 2001 to 5 September 2012. We both deserve a holiday ... but will likely both end up contributing to FreeBSD more in other areas as a result of time recovered! Added: head/en_US.ISO8859-1/htdocs/administration.sgml - copied, changed from r39627, head/en_US.ISO8859-1/htdocs/administration.sgml Copied and modified: head/en_US.ISO8859-1/htdocs/administration.sgml (from r39627, head/en_US.ISO8859-1/htdocs/administration.sgml) ============================================================================== --- head/en_US.ISO8859-1/htdocs/administration.sgml Sun Sep 30 13:27:05 2012 (r39627, copy source) +++ head/en_US.ISO8859-1/htdocs/administration.sgml Mon Oct 22 19:32:51 2012 (r39796) @@ -155,8 +155,6 @@
  • &a.hrs; <hrs@FreeBSD.org>
  • &a.kensmith; <kensmith@FreeBSD.org> (Lead)
  • -
  • &a.rwatson; <rwatson@FreeBSD.org>
  • -
  • &a.bz; <bz@FreeBSD.org>
  • Builders Release Engineering Team From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:42:29 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id AF478D64; Mon, 22 Oct 2012 19:42:29 +0000 (UTC) Date: Mon, 22 Oct 2012 12:42:29 -0700 From: David O'Brien To: Glen Barber Subject: Re: svn commit: r39793 - head/en_US.ISO8859-1/books/handbook/dtrace Message-ID: <20121022194229.GB88336@dragon.NUXI.org> References: <201210221902.q9MJ2LJG079815@svn.freebsd.org> <20121022190920.GV1393@glenbarber.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121022190920.GV1393@glenbarber.us> X-Operating-System: FreeBSD 10.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? User-Agent: Mutt/1.5.20 (2009-06-14) 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 Reply-To: obrien@freebsd.org 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, 22 Oct 2012 19:42:29 -0000 On Mon, Oct 22, 2012 at 03:09:20PM -0400, Glen Barber wrote: > This change is missing the closing tag. I went to fix it and saw you already did -- thanks! and sorry! -- -- David (obrien@FreeBSD.org) From owner-svn-doc-all@FreeBSD.ORG Tue Oct 23 09:30: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 E35BE7B8; Tue, 23 Oct 2012 09:30:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C4E1D8FC0A; Tue, 23 Oct 2012 09:30:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9N9UfKH030248; Tue, 23 Oct 2012 09:30:41 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9N9UfNr030246; Tue, 23 Oct 2012 09:30:41 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210230930.q9N9UfNr030246@svn.freebsd.org> From: Rene Ladan Date: Tue, 23 Oct 2012 09:30:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r39797 - 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: Tue, 23 Oct 2012 09:30:42 -0000 Author: rene Date: Tue Oct 23 09:30:41 2012 New Revision: 39797 URL: http://svn.freebsd.org/changeset/doc/39797 Log: - fix build in the XML world - add SVN tracking info - update copyright - remove Emacs footer - replace SGML entities by their literal value, except for É (not recognized) - remove some stale entries which broke the build 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 Mon Oct 22 19:32:51 2012 (r39796) +++ translations/nl_NL.ISO8859-1/books/faq/book.xml Tue Oct 23 09:30:41 2012 (r39797) @@ -1,24 +1,48 @@ + - -%books.ent; - + +%entities; + +10-CURRENT"> +X"> +HEAD"> + +X"> +9-STABLE"> +RELENG_9"> + + +X"> +8-STABLE"> +RELENG_8"> + + + +X"> +7-STABLE"> +RELENG_7"> + + + ]> - + Veelgestelde vragen (FAQ) voor &os; - 6.<replaceable>X</replaceable> en - 7.<replaceable>X</replaceable> + &rel3.relx;, &rel2.relx; en &rel.relx; The &os; Dutch Documentation Project @@ -40,10 +64,13 @@ 2007 2008 2009 + 2010 + 2011 + 2012 The &os; Dutch Documentation Project - &bookinfo.legalnotice; + &legalnotice; &tm-attrib.freebsd; @@ -75,12 +102,12 @@ 6.X en 7.X. Alle inhoud wordt geacht relevant te zijn voor &os; 6.X en - later, tenzij anders vermeld. Als je geïnteresseerd bent + later, tenzij anders vermeld. Als je ge誰nteresseerd bent om te helpen met het project, stuur dan een email naar de &a.doc;. De laatste versie van dit document is altijd beschikbaar op de &os; Web server. - Het kan ook gedownload worden als één groot + Het kan ook gedownload worden als 辿辿n groot HTML bestand door middel van HTTP, of als gewone tekst, &postscript;, PDF, etc. vanaf de &os; FTP @@ -158,8 +185,8 @@ eerste en meest belangrijke missie is om code te leveren aan iedereen die komt, voor welke reden dan ook, zodat de code zoveel mogelijk gebruikt kan worden. Dit is naar wat wij - geloven één van de meest fundamentele doelen - van Vrije Software en is er éé die wij + geloven 辿辿n van de meest fundamentele doelen + van Vrije Software en is er 辿辿n die wij enthouasist steunen. De code in onze broncode boom welke vallen onder de @@ -227,7 +254,7 @@ Als er gebruik gemaakt wordt van een applicatie dat - alleen beschikbaar is op éé besturingssysteem, + alleen beschikbaar is op 辿辿n besturingssysteem, dan kan het besturinggsysteem domweg niet vervangen worden. Er is echter een grote kans dat er een soort gelijke applicatie beschikbaar is voor &os;. Als je een solide @@ -240,7 +267,7 @@ Als je migreert naar &os; vanuit een andere &unix; omgeving, weet je waarschijnlijk de meeste dingen al. Als - echter je achtergrond is in grafisch geërienteerde + echter je achtergrond is in grafisch ge谷rienteerde besturingssystemen zoals &windows; en oudere versie van &macos;, moet er rekening mee gehouden worden om de &unix; manier van dingen doen te leren. Deze FAQ en het @@ -272,7 +299,7 @@ Iedereen die een verbeterin of bug fix heeft, is vrij om die code te versturen, om het uiteindelijk in de - broncode boom te krijgen (buiten de één of + broncode boom te krijgen (buiten de 辿辿n of twee duidelijke voorwaarden). @@ -281,7 +308,7 @@ vrij op twee manieren gebruikt wordt, het ene betekent kostenloos, het andere betekent je mag ermee doen wat je wilt. - Buiten één of twee dingen die je er + Buiten 辿辿n of twee dingen die je er niet mee kan doen, zoals bijvoorbeeld voordoen alsof je de code zelf geschreven hebt, kun je er echt mee doen en laten wat je zelf wilt. @@ -428,7 +455,7 @@ Om ervoor te zorgen dat alle nieuwe toevoegingen en reparaties die getest moeten worden, door zoveel - mogelijk potentiële testers getest kan worden. + mogelijk potenti谷le testers getest kan worden. @@ -443,7 +470,7 @@ snapshot server. - Officiële snapshots worden elke maand gegenereerd + Offici谷le snapshots worden elke maand gegenereerd op een periodieke basis voor alle actief ontwikkelde takken. Er zijn ook dagelijkse snapshot builds voor de populaire architecturen &arch.i386; en &arch.amd64; gehost op Terug in de tijd toen &os; 2.0.5 uitgegeven werd, - werd de &os; ontwikkeling in tweeën gesplitst. De ene + werd de &os; ontwikkeling in twee谷n gesplitst. De ene branch werd -STABLE, genoemd, de andere &os;-CURRENT aan de andere kant is - één ononderbroken lijn sinds 2.0 was + 辿辿n ononderbroken lijn sinds 2.0 was uitgegeven, wat leidde tot &rel.current;-RELEASE en later. Voor meer gedetailleerde informatie over de ontwikkeltakken zie X uitgifte. De ondersteuning + 5.X uitgifte. De ondersteuning van 6-STABLE zal nog enige tijd duren, maar de zal met name gericht zijn op beveiligings-gerelateerde patches en andere serieuze kwesties. @@ -523,7 +550,7 @@ aan elke uitgifte om ervoor te zorgen dat de toevoeging van nieuwe functionaliteit geen invloed heeft op de stabiliteit van de versie. Veel gebruikers zien deze terughoudendheid - als één van de beste dingen van &os;, ook al + als 辿辿n van de beste dingen van &os;, ook al kan het wachten op alle nieuwe gadgets in -STABLE een beetje frustrerend zijn. @@ -801,7 +828,7 @@ pt_BR.ISO8859-1 - Portugees (Brazilië) + Portugees (Brazili谷) @@ -878,7 +905,7 @@ html - Één groot HTML bestand + É辿n groot HTML bestand wat het gehele document bevat. @@ -945,7 +972,7 @@ - Alle andere formaten genereren één + Alle andere formaten genereren 辿辿n bestand, genaamd type.format (b.v., article.pdf, @@ -972,7 +999,7 @@ Het Zip formaat. Als je deze wilt decomprimeren op &os; moet de archivers/unzip - port eerst geïnstalleerd worden. + port eerst ge誰nstalleerd worden. @@ -1045,7 +1072,7 @@ De volledige in formatie kan gevondedn worden in de - Handboek sectie over nieuwsgroepen. @@ -1128,7 +1155,7 @@ Het kanaal #FreeBSD op RUSNET - is een russisch geörienteerd kanaal gericht op het + is een russisch ge旦rienteerd kanaal gericht op het helpen van &os; gebruikers. Dit is ook een goede plek voor het voeren van niet technische discussies. @@ -1137,7 +1164,7 @@ Het kanaal #bsdchat op Freenode is een Traditioneel Chinees (UTF-8 encoding) taal - geörienteerd kanaal gericht op het helpen van + ge旦rienteerd kanaal gericht op het helpen van &os; gebruikers. Dit is ook een goede plek voor het voeren van niet technische discussies. @@ -1174,7 +1201,7 @@ administration certifications for DragonFly BSD, &os;, NetBSD, OpenBSD. If you are interested in them, visit their site. - + Elke andere organisatie die training en ondersteuning aanbied, zou het project moeten informeren om hier ook @@ -1292,7 +1319,7 @@ niet meteen werken omdat de opstart image gemaakt is om meteen naartoe op te starten.. De image heeft de complete inhoud van de floppy, track voor track en is - niet bedoeld om als één bestand op de + niet bedoeld om als 辿辿n bestand op de floppy gezet te worden. Het moet rauw gekopieerd worden naar de floppy door middel van een low-level tool (zoals fdimage of @@ -1330,7 +1357,7 @@ MDA grafische kaart, maar om &xorg; te kunnen draaien is een VGA of betere videokaart benodigd. - Zie ook . + Zie ook . @@ -1354,19 +1381,6 @@ - - Kan ik meer dan één besturingssysteem op - mijn PC hebben? - - - - Neem een kijkje op de Meerdere besturingssystemen pagina. - - - - - Kan &windows; naast &os; bestaan? @@ -1374,7 +1388,7 @@ Installeer eerst &windows; daarna &os;. &os;'s opstartmanager is in staat om zowel &windows; als &os; op te - starten. Als &windows; als tweede geïnstalleerd wordt + starten. Als &windows; als tweede ge誰nstalleerd wordt zal dit blind de opstartmanager overschrijven zonder dat het ook maar gevraagd wordt. Als dat gebeurd, zie dan de volgende sectie. @@ -1388,8 +1402,8 @@ - De opstartmanager van &os; kan op één van - de volgende drie manieren opnieuw geïnstalleerd + De opstartmanager van &os; kan op 辿辿n van + de volgende drie manieren opnieuw ge誰nstalleerd worden: @@ -1402,7 +1416,7 @@ ...\TOOLS> bootinst.exe boot.bin - en de opstartmanager is opnieuw geïnstalleerd. + en de opstartmanager is opnieuw ge誰nstalleerd. @@ -1519,7 +1533,7 @@ Er wordt gezegd dat latere IBM BIOS revisies de bug - opnieuw geïtroduceerd hebben. Dit bericht van Jacques Vidrine naar de &a.mobile; beschrijft een procedure die zou kunnen werken als je nieuwere IBM @@ -1536,7 +1550,7 @@ teruggebracht waardoor het door zijn zelf-test scherm heen komt. Om dit te doen moet de machine aangezet worden zonder dat het een &os; parititie kan vinden op de primaire - schijf. Één mogelijkheid is om de harde + schijf. É辿n mogelijkheid is om de harde schijf te verwijderen en deze tijdelijk in een oudere ThinkPad (zoals de ThinkPad 600) stoppen of in een desktop PC met een juiste conversie kabel. Zodra deze @@ -1593,7 +1607,7 @@ &prompt.root; disklabel -B -b boot1 -s boot2 ad0sn n is het nummer van de - partitie waarop &os; geïnstalleerd is. + partitie waarop &os; ge誰nstalleerd is. @@ -1604,7 +1618,7 @@ Om zowel OpenBSD als &os; op te kunnen starten, zult u - zelf één en ander moeten uitzoeken en + zelf 辿辿n en ander moeten uitzoeken en proberen. @@ -1671,7 +1685,7 @@ Er zijn ook rapporten van &netscape; welke problemen geeft wanneer de opstart floppy's gedownload worden, dus - het is waarschijnlijk slim om een andere FTP cliënt + het is waarschijnlijk slim om een andere FTP cli谷nt te gebruiken waar mogelijk. @@ -1751,7 +1765,7 @@ wordt deze geometrie gebruikt om de disk te benaderen. Omdat &os; de BIOS gebruikt tijdens het opstarten, is het belangrijk om dit juist te hebben. In het bijzonder - als je meer dan één besturingssysteem op + als je meer dan 辿辿n besturingssysteem op een schijf hebt, moeten ze het allemaal eens zijn over de geometrie. Anders zult u serieuze problemen zijn tijdens het opstarten! @@ -1856,7 +1870,7 @@ Dit is een klassiek geval van &os; en DOS of en ander - OS die conflicteert met hun ideëen over de schijf geometrie. U moet &os; opnieuw installeren, maar door het luisteren naar de instructies die hierboven gegeven zijn, krijgt u bijna altijd wat u @@ -1977,9 +1991,9 @@ Als u een IDE &iomegazip; of &jaz; heeft - geïnstalleerd, verwijder deze en probeer het opnieuw. + ge誰nstalleerd, verwijder deze en probeer het opnieuw. De opstart floppy kan in de war raken door de schijven. - Nadat het systeem geïnstalleerd is kunnen ze opnieuw + Nadat het systeem ge誰nstalleerd is kunnen ze opnieuw verbonden worden met het systeem. Hopelijk wordt dit in een latere versie opgelost. @@ -1997,9 +2011,9 @@ en het begrip van de kernel over de schijf apparaten. De error komt meestal voor op twee-schijf IDE systemen, met de schijven ingedeeld als de master of als enkel apparaat op - verschillende IDE controllers, waarbij &os; geïnstalleerd + verschillende IDE controllers, waarbij &os; ge誰nstalleerd is op de tweede IDE controller. De bootblokken denken dat het - systeem geïnstalleerd is op ad0 + systeem ge誰nstalleerd is op ad0 (de eerste BIOS schijf), terwijl de kernel de eerste schijf op de tweede controller toewijst, ad2. Na het proben van de apparaten, probeert de kernel de opstart @@ -2008,7 +2022,7 @@ eigenlijk ad2 is waarna de opstart poging mislukt. - Om dit probleem op te lossen, voer één + Om dit probleem op te lossen, voer 辿辿n van de volgende dingen uit: @@ -2022,13 +2036,13 @@ Type hierna set root_disk_unit="disk_number". disk_number wordt - 0 als &os; is geïnstalleerd op + 0 als &os; is ge誰nstalleerd op de master schijf van de eerste IDE controller, - 1 als deze geïnstallerd op de + 1 als deze ge誰nstallerd op de slaaf van de eerste IDE controller, - 2 als deze geïnstalleerd is op + 2 als deze ge誰nstalleerd is op de master van de tweede IDE controller, en - 3 als deze geïnstalleerd is op + 3 als deze ge誰nstalleerd is op de slaaf van de tweede IDE controller. Type hierna boot en uw @@ -2323,7 +2337,7 @@ vaste regel is dat als de driver bruikbaar is op 64-bit architecturen (zoals AMD64), deze ook bruikbaar zijn met PAE. Als je je eigen kernel configuratie bestand wilt - creeëren, kan PAE ingeschakeld worden door het + cree谷ren, kan PAE ingeschakeld worden door het toevoegen van de volgende regel in de configuratie: options PAE @@ -2468,7 +2482,7 @@ Als je geen gebruik maakt van AMANDA of een ander product wat wisselaars al begrijpt, deze alleen weten hoe een tape van - één plek naar de andere verplaatst kan worden, + 辿辿n plek naar de andere verplaatst kan worden, dus dat je zelf in de gaten moet houden welke tape in welk slot zit, en naar welk slot de tape moet die momenteel in gebruik is. @@ -2538,70 +2552,6 @@ apparaat in de kernel gecompileerd is. - - - - Ondersteund &os; &iomegazip; schijven? - - - - &os; ondersteund zowel SCSI als ATAPI (IDE) &iomegazip; - schijven zonder verdere aanpassingen. SCSI ZIP schijven - kunnen alleen in gebruik worden genomen als deze zijn ingesteld - als SCSI target ID 5 of 6. Als zelfs de SCSI host adapter's BIOS - het ondersteund kan er vanaf opgestart worden. Het is niet - duidelijk welke host adapters het opstarten ondersteunen voor - targets anders dan 0 of 1, bekijk de documentatie van de adapter - als deze optie gebruikt moet worden. - - &os; ondersteund ook Parallele port ZIP schijven. - Controleer of de kernel de volgende drivers bevat: - scbus0, - da0, - ppbus0, en - vp0 (de - GENERIC kernel bevat al deze - drivers behalve vp0). - Met de beschikking over al deze stuurprogramma's zal - de parallelle port schijf beschikbaar zijn als - /dev/da0s4. De schijven - kunnen gekoppeld worden door - mount /dev/da0s4 /mnt of - (voor DOS schijven) - mount_msdos /dev/da0s4 /mnt. - - Bekijk ook de FAQ over - verwijderbare schijven later in dit hoofdstuk en - de notities over - formatteren in het administratie - hoofdstuk. - - - - - - Ondersteund &os; &jaz;, EZ en andere verwijderbare - schijven? - - - - Deze werken. De meeste van deze zijn SCSI apparaten, - dus worden ze gezien als SCSI schijven binnen &os;. De - IDE EZ ziet er uit als een IDE schijf. - - Zorg ervoor dat eventuele externe faciliteiten - ingeschakeld zijn wanneer het systeem wordt - opgestart. - - Om het medium te wisselen - wanneer deze in gebruik is moet &man.mount.8;, - &man.umount.8; en &man.camcontrol.8; (voor SCSI apparaten) - of &man.atacontrol.8; (voor IDE apparaten) en de - discussie over het - gebruik van verwijderbare schijven gelezen worden - later in het FAQ. - - @@ -3110,7 +3060,7 @@ bindkey ^[[3~ delete-char # for xterm

    + completes. @@ -3392,7 +3342,7 @@ quit errors, but need some more information than just the error you see. Copy your full crash message. Then consult the FAQ section on kernel panics, + linkend="kernel-panic-troubleshooting">kernel panics, build a debugging kernel, and get a backtrace. This might sound difficult, but you do not need any programming skills; you just have to follow the instructions. @@ -4046,7 +3996,7 @@ kern.timecounter.hardware: ACPI-fastIt may be a broken ACPI timer. The simplest solution is to disable the ACPI timer in - /etc/loader.conf: + /etc/loader.conf: debug.acpi.disabled="timer" @@ -4334,7 +4284,7 @@ kern.timecounter.hardware: TSC -> i82 be used in closed-source software. Contact Apps2go for the least expensive ELF &motif; 2.1.20 distribution - for &os; (&i386;). + for &os; (&i386;). There are two distributions, the development edition and the runtime edition (for @@ -5070,9 +5020,7 @@ kern.sched.name: 4BSD &man.sysinstall.8;, or &man.fdisk.8; and &man.disklabel.8;. You should also install booteasy on both disks with &man.boot0cfg.8;, so that you can dual boot to the old or - new system after the copying is done. See the formatting-media article - for details on this process. + new system after the copying is done. Now you have the new disk set up, and are ready to move the data. Unfortunately, you cannot just blindly copy the @@ -5163,7 +5111,7 @@ kern.sched.name: 4BSD - The installation procedure allows + The installation procedure allows you to chose two different methods in partitioning your hard disk(s). The default way makes it compatible with other operating systems on the same machine, by using @@ -7095,7 +7043,7 @@ options SYSVMSG # enable for at boot time (before the securelevel is raised). - See for more information about + See for more information about running &man.xdm.1; at boot time. @@ -7115,7 +7063,7 @@ options SYSVMSG # enable for &man.sysmouse.4; device via &man.moused.8;. If you wish to use your mouse on one or more virtual consoles, and use X, see and set up + linkend="moused" remap="another section"/> and set up moused. Then edit /etc/X11/xorg.conf and @@ -8005,7 +7953,7 @@ Key F15 A A Menu Wo Network cards based on the DEC PCI chipset - + Vendor @@ -8903,12 +8851,12 @@ add 0 0 HISADDR If the problem is remote, read on entry . + linkend="ppp-remote-not-responding"/>. If the problem is local, read on entry . + linkend="ppp-hung"/>. @@ -9707,78 +9655,6 @@ ATDT1234567 - - - Why do &macos; and &windows; 98 connections freeze - when running PPPoE on the gateway? - - - - Thanks to Michael Wozniak - mwozniak@netcom.ca for figuring this out and - Dan Flemming danflemming@mac.com for the Mac - solution: - - This is due to what is called a Black - Hole router. &macos; and &windows; 98 (and maybe - other µsoft; OSs) send TCP packets with a requested - segment size too big to fit into a PPPoE frame (MTU is - 1500 by default for Ethernet) - and have the do not - fragment bit set (default of TCP) and the Telco - router is not sending ICMP must fragment back - to the WWW site you are trying to load. (Alternatively, the - router is sending the ICMP packet correctly, but the - firewall at the WWW site is dropping it.) When the www - server is sending you frames that do not fit into the PPPoE - pipe the Telco router drops them on the floor and your page - does not load (some pages/graphics do as they are smaller - than a MSS.) This seems to be the default of most Telco - PPPoE configurations. - - One fix is to use regedit on - your 95/98 system to add the following registry entry: - - HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0000\MaxMTU - - It should be a string with a value - 1436, as some ADSL routers are reported - to be unable to deal with packets larger than this. This - registry key has been changed to - Tcpip\Parameters\Interfaces\ID for - adapter\MTU in &windows; 2000 - and becomes a DWORD. - - Refer to the Microsoft Knowledge Base documents Q158474 - Windows TCPIP Registry Entries - and Q120642 - TCPIP & NBT Configuration Parameters for &windowsnt; - for more information on changing &windows; MTU to work with - a NAT router. - - Another regedit possibility under &windows; 2000 to - set the Tcpip\Parameters\Interfaces\ID - for adapter\EnablePMTUBHDetect - DWORD to 1 as - mentioned in the Microsoft document 120642 mentioned - above. - - Unfortunately, &macos; does not provide an interface for - changing TCP/IP settings. However, there many commercial - software available that will allow users to customize TCP/IP - settings. &macos; NAT users should search for their MTU - settings and enter 1450 instead of - 1500. - - The &man.ppp.8; has an enable - tcpmssfixup command that will automatically adjust - the MSS to an appropriate value. This facility is enabled - by default. If you are stuck with an older version of - &man.ppp.8;, you may want to look at the net/tcpmssd port. - - - None of this helps — I am desperate! What can I @@ -11405,14 +11281,3 @@ panic: page fault &bibliography; - - From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 02:21: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 98E4C5D4; Wed, 24 Oct 2012 02:21:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8100D8FC14; Wed, 24 Oct 2012 02:21:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9O2Lx8Y016056; Wed, 24 Oct 2012 02:21:59 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9O2LxC2016054; Wed, 24 Oct 2012 02:21:59 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210240221.q9O2LxC2016054@svn.freebsd.org> From: Eitan Adler Date: Wed, 24 Oct 2012 02:21:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39798 - 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: Wed, 24 Oct 2012 02:21:59 -0000 Author: eadler Date: Wed Oct 24 02:21:58 2012 New Revision: 39798 URL: http://svn.freebsd.org/changeset/doc/39798 Log: Announce my newly found power to break even more things. Approved by: jkois (mentor) Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Tue Oct 23 09:30:41 2012 (r39797) +++ head/share/xml/news.xml Wed Oct 24 02:21:58 2012 (r39798) @@ -34,6 +34,16 @@ 10 + 20 + + +

    Enhanced commit privileges: Eitan Adler + (src, ports, doc)

    +
    +
    + + 19

    New member for the Ports Management team: From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 04:51:19 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 7446F9FC; Wed, 24 Oct 2012 04:51:19 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 597E18FC0A; Wed, 24 Oct 2012 04:51:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9O4pJke041425; Wed, 24 Oct 2012 04:51:19 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9O4pJce041423; Wed, 24 Oct 2012 04:51:19 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210240451.q9O4pJce041423@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 24 Oct 2012 04:51:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39799 - 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: Wed, 24 Oct 2012 04:51:19 -0000 Author: tabthorpe (ports committer) Date: Wed Oct 24 04:51:18 2012 New Revision: 39799 URL: http://svn.freebsd.org/changeset/doc/39799 Log: - Fix typo in decke@ surname Submitted by: pgj@ via irc Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Wed Oct 24 02:21:58 2012 (r39798) +++ head/share/xml/news.xml Wed Oct 24 04:51:18 2012 (r39799) @@ -47,7 +47,7 @@ 19

    New member for the Ports Management team: - Bernhard Fröhlich.

    + Bernhard Frölich.

    From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 07:35: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 6B527912; Wed, 24 Oct 2012 07:35:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 13B598FC12; Wed, 24 Oct 2012 07:35:51 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 8B06B14E750A; Wed, 24 Oct 2012 09:35:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WWGebaSrFrlI; Wed, 24 Oct 2012 09:35:40 +0200 (CEST) Received: from [192.168.1.100] (5403A6BE.catv.pool.telekom.hu [84.3.166.190]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 0ABD314DC92A; Wed, 24 Oct 2012 09:35:40 +0200 (CEST) Message-ID: <50879A4E.2050103@FreeBSD.org> Date: Wed, 24 Oct 2012 09:35:42 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Thomas Abthorpe Subject: Re: svn commit: r39799 - head/share/xml References: <201210240451.q9O4pJce041423@svn.freebsd.org> In-Reply-To: <201210240451.q9O4pJce041423@svn.freebsd.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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, 24 Oct 2012 07:35:52 -0000 Em 24-10-2012 06:51, Thomas Abthorpe escreveu: > Author: tabthorpe (ports committer) > Date: Wed Oct 24 04:51:18 2012 > New Revision: 39799 > URL: http://svn.freebsd.org/changeset/doc/39799 > > Log: > - Fix typo in decke@ surname It seems you actually broke it again. :) According to his GECOS, he does have an h in his name. Gabor From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 13:16: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 D7D7FD26; Wed, 24 Oct 2012 13:16:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A6E348FC0C; Wed, 24 Oct 2012 13:16:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ODGX8e020627; Wed, 24 Oct 2012 13:16:33 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ODGX93020625; Wed, 24 Oct 2012 13:16:33 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210241316.q9ODGX93020625@svn.freebsd.org> From: Rene Ladan Date: Wed, 24 Oct 2012 13:16:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r39800 - translations/nl_NL.ISO8859-1/books 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, 24 Oct 2012 13:16:33 -0000 Author: rene Date: Wed Oct 24 13:16:33 2012 New Revision: 39800 URL: http://svn.freebsd.org/changeset/doc/39800 Log: Add the FAQ to the build. Modified: translations/nl_NL.ISO8859-1/books/Makefile Modified: translations/nl_NL.ISO8859-1/books/Makefile ============================================================================== --- translations/nl_NL.ISO8859-1/books/Makefile Wed Oct 24 04:51:18 2012 (r39799) +++ translations/nl_NL.ISO8859-1/books/Makefile Wed Oct 24 13:16:33 2012 (r39800) @@ -5,6 +5,7 @@ # SUBDIR = handbook +SUBDIR += faq ROOT_SYMLINKS= handbook From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 14:03: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 092DA6B0; Wed, 24 Oct 2012 14:03:40 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E33D78FC08; Wed, 24 Oct 2012 14:03:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9OE3dx5028249; Wed, 24 Oct 2012 14:03:39 GMT (envelope-from sjg@svn.freebsd.org) Received: (from sjg@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9OE3dcI028240; Wed, 24 Oct 2012 14:03:39 GMT (envelope-from sjg@svn.freebsd.org) Message-Id: <201210241403.q9OE3dcI028240@svn.freebsd.org> From: "Simon J. Gerraty" Date: Wed, 24 Oct 2012 14:03:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39801 - in head: en_US.ISO8859-1/articles/contributors share/pgpkeys 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, 24 Oct 2012 14:03:40 -0000 Author: sjg (src committer) Date: Wed Oct 24 14:03:39 2012 New Revision: 39801 URL: http://svn.freebsd.org/changeset/doc/39801 Log: - Add my author entity - Move myself to committers from contributors - Add my news entry - Add my PGP public key Approved by: marcel (mentor) Added: head/share/pgpkeys/sjg.key (contents, props changed) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent head/share/xml/authors.ent head/share/xml/developers.ent head/share/xml/news.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Oct 24 13:16:33 2012 (r39800) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Oct 24 14:03:39 2012 (r39801) @@ -9347,11 +9347,6 @@ - Simon J Gerraty - sjg@juniper.net - - - Simon Lang simon@lang-clan.de Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Wed Oct 24 13:16:33 2012 (r39800) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Wed Oct 24 14:03:39 2012 (r39801) @@ -448,6 +448,10 @@ + &a.sjg; + + + &a.gibbs; Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Wed Oct 24 13:16:33 2012 (r39800) +++ head/share/pgpkeys/pgpkeys-developers.xml Wed Oct 24 14:03:39 2012 (r39801) @@ -516,6 +516,11 @@ &pgpkey.danger; + + &a.sjg; + &pgpkey.sjg; + + &a.gibbs; &pgpkey.gibbs; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Wed Oct 24 13:16:33 2012 (r39800) +++ head/share/pgpkeys/pgpkeys.ent Wed Oct 24 14:03:39 2012 (r39801) @@ -333,6 +333,7 @@ + Added: head/share/pgpkeys/sjg.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/sjg.key Wed Oct 24 14:03:39 2012 (r39801) @@ -0,0 +1,70 @@ + + + +uid Simon J. Gerraty +uid Simon J. Gerraty +uid Simon J. Gerraty +sub 1024g/D94B72B9 2002-06-12 +]]> + Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Wed Oct 24 13:16:33 2012 (r39800) +++ head/share/xml/authors.ent Wed Oct 24 14:03:39 2012 (r39801) @@ -1190,6 +1190,8 @@ simon@FreeBSD.org"> +sjg@FreeBSD.org"> + skreuzer@FreeBSD.org"> skv@FreeBSD.org"> Modified: head/share/xml/developers.ent ============================================================================== --- head/share/xml/developers.ent Wed Oct 24 13:16:33 2012 (r39800) +++ head/share/xml/developers.ent Wed Oct 24 14:03:39 2012 (r39801) @@ -577,6 +577,7 @@ $FreeBSD$ + Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Wed Oct 24 13:16:33 2012 (r39800) +++ head/share/xml/news.xml Wed Oct 24 14:03:39 2012 (r39801) @@ -34,6 +34,15 @@ 10 + 23 + + +

    New committer: + Simon J. Gerraty (src)

    +
    +
    + + 20 From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 15:23: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 22270193; Wed, 24 Oct 2012 15:23:51 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2798FC12; Wed, 24 Oct 2012 15:23:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9OFNoRN040907; Wed, 24 Oct 2012 15:23:50 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9OFNop1040905; Wed, 24 Oct 2012 15:23:50 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201210241523.q9OFNop1040905@svn.freebsd.org> From: Ryusuke SUZUKI Date: Wed, 24 Oct 2012 15:23:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39802 - 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, 24 Oct 2012 15:23:51 -0000 Author: ryusuke Date: Wed Oct 24 15:23:50 2012 New Revision: 39802 URL: http://svn.freebsd.org/changeset/doc/39802 Log: Merge the following from the English version: r39775 -> r39801 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Wed Oct 24 14:03:39 2012 (r39801) +++ head/ja_JP.eucJP/share/xml/news.xml Wed Oct 24 15:23:50 2012 (r39802) @@ -20,7 +20,7 @@ the contents of will be preferred over <p>. $FreeBSD$ - Original revision: r39775 + Original revision: r39801 --> <news> <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -34,6 +34,25 @@ <name>10</name> <day> + <name>23</name> + + <event> + <p>新コミッタ就任: + <a href="mailto:sjg@FreeBSD.org">Simon J. Gerraty</a> (src)</p> + </event> + </day> + + <day> + <name>20</name> + + <event> + <p>コミット権の範囲の拡大: <a + href="mailto:eadler@FreeBSD.org">Eitan Adler</a> + (src, ports, doc)</p> + </event> + </day> + + <day> <name>19</name> <event> <p>新 Ports Managemet チームメンバー: From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 15:44:22 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 A882D177; Wed, 24 Oct 2012 15:44:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5828FC0A; Wed, 24 Oct 2012 15:44:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9OFiMFS044028; Wed, 24 Oct 2012 15:44:22 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9OFiMKL044026; Wed, 24 Oct 2012 15:44:22 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210241544.q9OFiMKL044026@svn.freebsd.org> From: Rene Ladan <rene@FreeBSD.org> Date: Wed, 24 Oct 2012 15:44:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r39803 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 24 Oct 2012 15:44:22 -0000 Author: rene Date: Wed Oct 24 15:44:22 2012 New Revision: 39803 URL: http://svn.freebsd.org/changeset/doc/39803 Log: Checkpoint, merging revisions 33518 to 39763. 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 Wed Oct 24 15:23:50 2012 (r39802) +++ translations/nl_NL.ISO8859-1/books/faq/book.xml Wed Oct 24 15:44:22 2012 (r39803) @@ -46,8 +46,6 @@ <corpauthor>The &os; Dutch Documentation Project</corpauthor> - <pubdate>$FreeBSD$</pubdate> - <copyright> <year>1995</year> <year>1996</year> @@ -77,7 +75,6 @@ &tm-attrib.3com; &tm-attrib.adobe; &tm-attrib.creative; - &tm-attrib.cvsup; &tm-attrib.ibm; &tm-attrib.ieee; &tm-attrib.intel; @@ -85,23 +82,21 @@ &tm-attrib.linux; &tm-attrib.microsoft; &tm-attrib.mips; - &tm-attrib.netscape; &tm-attrib.opengroup; &tm-attrib.oracle; &tm-attrib.sgi; &tm-attrib.sparc; &tm-attrib.sun; &tm-attrib.usrobotics; - &tm-attrib.xfree86; &tm-attrib.general; </legalnotice> + <releaseinfo>$FreeBSD$</releaseinfo> + <abstract> - <para>Dit zijn de veel gestelde vragen (ofwel - <acronym>FAQ</acronym>) voor &os; versies - 6.<replaceable>X</replaceable> en - 7.<replaceable>X</replaceable>. Alle inhoud wordt geacht - relevant te zijn voor &os; 6.<replaceable>X</replaceable> en + <para>Dit zijn de veel gestelde vragen (ofwel <acronym>FAQ</acronym>) voor + &os; versies &rel3.relx;, &rel2.relx; en &rel.relx;. Alle inhoud wordt + geacht relevant te zijn voor &os; &rel3.relx; en later, tenzij anders vermeld. Als je ge誰nteresseerd bent om te helpen met het project, stuur dan een email naar de &a.doc;. De laatste versie van dit document is altijd @@ -122,13 +117,12 @@ <chapter id="introduction"> <title>Introductie - Welcome bij de &os; - 6.X-7.X - FAQ. + Welcome bij de FAQ voor &os; &rel3.relx;, &rel2.relx; en + &rel.relx;. Zoals gewoonlijk met Usenet FAQs, probeert dit document de - meest gevraagde vragen te beantwoorden voor het &os; besturings - systeem. Hoewel van origine bedoeld om bandbreedte verbruik + meest gevraagde vragen te beantwoorden voor het besturingssysteem &os;. + Hoewel van origine bedoeld om bandbreedte verbruik te reduceren en om te voorkomen dat dezelfde oude vragen keer op keer opnieuw gesteld worden, worden FAQ's steeds meer gezien als waardevolle informatie bron. @@ -323,11 +317,10 @@ James Howard heeft een goede uitleg geschreven over de - historie en verschillen tussen de verschillende projecten - voor DaemonNews, + historie en verschillen tussen de verschillende projecten, genaamd De BSD stamboom + url="http://www.freebsdworld.gr/freebsd/bsd-family-tree.html">De + BSD stamboom welke een goede uitleg geeft om de vraag te beantwoorden.
    @@ -338,34 +331,30 @@ - Op dit moment binnen &os;'s ontwikkeling, zijn er twee - paralelle ontwikkel omgevingen, uitgiftes worden gedaan uit - beide branches. De 6.X serie - uitgiftes worden gemaakt uit de - 6-STABLE tak en de - 7.X serie uitgiftes worden - gemaakt uit de 7-STABLE tak. - - Tot en met de uitgifte van 7.0, was - 6.X serie, degeen die bekend - stond als -STABLE. Echter vanaf 7.0 - zal de 6.X aangewezen worden voor + Op elk punt in de ontwikkeling van &os; kunnen er meerdere + parallelle takken zijn. &rel.relx;-uitgaven worden gemaakt van de + tak &rel.stable;, en &rel2.relx;-uitgaven worden gemaakt van de + tak &rel2.stable;. + + Tot de uitgave van 8.0 stond de &rel3.relx;-serie bekend als + -STABLE. Vanaf 8.0 echter is de tak + &rel3.relx; bestemd voor uitgebreide ondersteuning, en zal alleen oplossingen krijgen voor grote problemen, zoals beveiligings - gerelateerde oplossingen. Er zullen nog meer uitgiftes komen - van de 6-STABLE tak, maar deze zullen + gerelateerde oplossingen. Er zullen geen uitgaven van de tak + &rel3.stable; meer uitkomen, het moet gezien worden als historische tak, het meeste van het huidige werk zal alleen onderdeel vormen van - 7-STABLE. + &rel.stable; en &rel2.stable;. Versie &rel.current; - is de laatste release uit de 7-STABLE - tak. Deze is uitgekomen op &rel.current.date;. Versie + url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/i386/&rel.current;-RELEASE/">&rel.current; + is de laatste release uit de tak &rel.stable;. + Deze is uitgekomen op &rel.current.date;. Versie &rel2.current; - is de laatste release uit de 6-STABLE - tak, welke uitkwam op &rel2.current.date;. + is de laatste release uit de tak &rel2.stable;, welke uitkwam op + &rel2.current.date;. In het kort, -STABLE is gericht op de ISP, zakelijke gebruiker, of voor elke gebruiker die @@ -448,7 +437,7 @@ Om een vast referentie punt te bewaren voor de code in kwestie, puur voor het geval dat we later iets heel - erg stuk maken. (Ook al voorkomt CVS normaal gesproken + erg stuk maken. (Ook al voorkomt Subversion normaal gesproken dat deze dingen gebeuren.) @@ -527,7 +516,7 @@ &rel.current;-STABLE tak is &rel.current;-RELEASE, welke uitgegeven werd op &rel.current.date;. - De 8-CURRENT tak is de actief ontwikkelde + De tak &rel.head; is de actief ontwikkelde -CURRENT tak, welke zal leiden tot de nieuwe generatie van &os;. Zie Wat is &os;-CURRENT? voor meer @@ -605,9 +594,9 @@ - De laatste 7-STABLE versie, &rel.current;-RELEASE + De laatste uitgave van &rel.stable;, &rel.current;-RELEASE kan gevonden worden in de &rel.current;-RELEASE directory. + url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/i386/&rel.current;-RELEASE/">&rel.current;-RELEASE directory. @@ -621,11 +610,18 @@ - De laatste 6-STABLE versie, &rel2.current;-RELEASE + De laatste uitgave van &rel2.stable;, &rel2.current;-RELEASE kan gevonden worden in de &rel2.current;-RELEASE directory. + + + De laatste uitgave van &rel3.stable;, &rel3.current;-RELEASE + kan gevonden worden in de &rel3.current;-RELEASE directory. + + Informatie over het verkrijgen van &os; op CD, DVD en @@ -910,15 +906,6 @@
    - pdb - - Palm Pilot database formaat voor gebruik - met de iSilo - lezer. - - - pdf Adobe's Porteerbare Document Formaat @@ -1137,13 +1124,6 @@ - Het kanaal #FreeBSDHelp op DALNET is beschikbaar - op irc.dal.net in de VS and - irc.eu.dal.net in Europa. - - - Het kanaal #FreeBSD op UNDERNET is beschikbaar op us.undernet.org in de VS @@ -1183,25 +1163,38 @@ + + Zijn er webgebaseerde fora beschikbaar om &os; te + bespreken? + + + + De offici谷le &os;-fora bevinden zich op http://forums.FreeBSD.org/. + + + + Waar kan ik commerciele &os; training en ondersteuning krijgen? - DaemonNews levert commerciele training en ondersteuning - voor &os;. Meer informatie kan gevonden op de BSD Mall site. - - De &os; Mall levert commerciele &os; ondersteuning. Je - kan meer informatie krijgen op de web site. - - BSD Certification Group, Inc. provides system - administration certifications for DragonFly BSD, &os;, NetBSD, - OpenBSD. If you are interested in them, visit their site. - + iXsystems, Inc., + moederbedrijf van de &os; Mall, biedt + commerci谷le ondersteuning + voor &os;- en PC-BSD-software, in aanvulling op &os;-ontwikkeling + en maatoplossingen. + + BSD Certification Group, Inc. biedt certificering voor + systeembeheer voor DragonFly BSD, &os;, NetBSD en + OpenBSD. Bezoek hun site als u in + ze ge誰nteresseerd bent. Elke andere organisatie die training en ondersteuning aanbied, zou het project moeten informeren om hier ook @@ -1350,33 +1343,23 @@ Voor &os; is een 486 of betere PC benodigd, met - 24 MB of meer RAM geheugen en minstens 150 MB + 64 MB of meer RAM geheugen en minstens 1 GB harde schijf ruimte. - Alle versies van &os; kunnen draaien met een simpele - MDA grafische kaart, maar om &xorg; te kunnen draaien is - een VGA of betere videokaart benodigd. - Zie ook . - Hoe kan ik mijn eigen installatie floppy maken? + Hoe kan ik mijn eigen installatieschijf maken? - Op dit moment is het niet mogelijk om - zomaar even een eigen installatie - floppy te maken. Er moet een volledig nieuwe release - gemaakt worden, welke inclusief de nieuwe installatie - floppy is. - - Om een eigen versie te maken, volg de instructies in het - Release Engineering - artikel. + Eigen installatiemedia voor &os; kunnen gemaakt worden door een + eigen uitgave te bouwen. Volg de instructies in het artikel Release + Engineering. @@ -1682,11 +1665,6 @@ de GUI kan problemen veroorzaken. - - Er zijn ook rapporten van &netscape; welke problemen - geeft wanneer de opstart floppy's gedownload worden, dus - het is waarschijnlijk slim om een andere FTP cli谷nt - te gebruiken waar mogelijk. @@ -1869,8 +1847,8 @@ - Dit is een klassiek geval van &os; en DOS of en ander - OS die conflicteert met hun ide谷en over de schijf Dit is een klassiek geval van &os; en een ander + OS die conflicteert met elkaars ide谷en over de schijf geometrie. U moet &os; opnieuw installeren, maar door het luisteren naar de instructies die hierboven gegeven zijn, krijgt u bijna altijd wat u @@ -1897,38 +1875,16 @@ - Moet ik de complete bronnen installeren? + Moet ik de bronnen installeren? - In het algemeen, nee. Echter, we raden u sterk aan dat - u minstens de base source kit te - installeren, welke een aantal van de bestanden die hier - genoemd zijn hebben, en de sys (kernel) - source kit welke de bronnen bevat voor de kernel. Er is - niets in het systeem dat vereist dat de broncode aanwezig - is om te kunnen draaien, apart van het kernel configuratie - programma &man.config.8;. Met de uitzondering van de - kernel broncode, is onze bouw structuur dermate opgezet - dat u deze alleen-lezen kunt lezen door de broncode via - NFS te benaderen, waarbij het nog steeds mogelijk is om - nieuwe binaries te maken (door de kernel-broncode - restricties, raden we u aan om deze niet te koppelen aan - de /usr/src directory, - , maar in een andere directory met een symbolische link - om de top-level structuur te dupliceren van de broncode - boom). - - Door de broncode direct te kunnen benaderen, en weten - hoe een systeem opgebouwd kan worden ermee, maakt het een - stuk makkelijker om te upgraden naar toekomstige versies - van &os;. - - Om een subset van de broncode te kunnen zien, maak - gebruik van het Custom menu - item wanneer u in het - Distributions menu zit van de - systeem installatie applicatie. + In het algemeen niet. Niks uit het basissysteem heeft de + broncode nodig om te functioneren. Sommige poorten, zoals sysutils/lsof zullen niet bouwen tenzij + de broncode is ge誰nstalleerd. In het bijzonder moet de broncode + zijn ge誰nstalleerd wanneer de poort een kernelmodule bouwt of direct + gebruik maakt van kernelstructuren. @@ -1938,18 +1894,14 @@ - Het bouwen van een nieuwe kernel was voorheen een - benodigde stap bij een &os; installatie, maar meer recente - versies hebben voordeel gehad van de introductie van veel - vriendelijkere kernel configuratie methodes. Het is heel - makkelijk om de kernel configuratie aan te passen door een - veel flexibelere hints welke ingesteld kunnen - worden op de loader prompt. - - Het kan nog steeds de moeite waard zijn om een nieuwe - kernel te maken, welke alleen de drivers bevat die je - nodig hebt, enkel om een beetje RAM te sparen, maar dat is - veelal niet meer nodig voor de meeste systemen. + Meestal niet. De meegeleverde kernel GENERIC + bevat de stuurprogramma's die een gewone computer nodig heeft. + &man.freebsd-update.8;, het gereedschap voor binaire &os; updates, + kan geen eigen kernels bijwerken, wat nog een reden is om vast te + houden aan de kernel GENERIC indien mogelijk. Voor computers met + een zeer beperkt RAM, zoals embedded systemen, kan het de moeite + waard zijn om een kleinere eigen kernel te bouwen dat alleen de + benodigde stuurprogramma's bevat. @@ -1961,8 +1913,9 @@ - Het standaard wachtwoord formaat op &os; is op - MD5 gebaseerde wachtwoorden. Deze + &os; 7 en 8 gebruiken standaard MD5-hashing voor + wachtwoorden. Recente versies van &os; gebruiken standaard + SHA512. Deze worden geacht veiliger te zijn dan het traditionele &unix; wachtwoord formaat welke gebruik maakt van een schema dat gebaseerd is op het DES @@ -1970,8 +1923,7 @@ nog steeds beschikbaar als u uw wachtwoord bestand moet delen met oudere besturingssystemen, welke nog gebruik maken van het minder veilige wachtwoord formaat. &os; stelt u ook - in staat om gebruik te maken van het Blowfish format welke - veiliger is. + in staat om gebruik te maken van het Blowfish- en MD5-formaat. Welk wachtwoord formaat er gebruikt wordt voor nieuwe wachtwoorden, wordt ingesteld door de passwd_format variable in @@ -2201,29 +2153,6 @@ getoond wordt, voordat de loader wordt gestart. - - - - De installatie crashed terwijl ik opstart, wat kan ik - hiertegen doen? - - - - Probeer ACPI ondersteuning uit te schakelen. Wanneer de - bootloader start, druk op de Spatie knop. - Het systeem toont dan het volgende: - - OK - - Typ: - - unset acpi_load - - En typ daarna: - - boot - - @@ -2317,15 +2246,14 @@ staat voor Physical Address Extension en is een manier voor 32-bit x86 CPU's om meer dan 4 GB aan geheugen te kunnen addresseren. Het geheugen wordt opnieuw - toegewezen waar het normaal ges - 4 GB of memory. It remaps the memory that would - otherwise be overlayed by address reservations for - hardware devices above the 4 GB range and uses it as - additional physical memory (see &man.pae.4;). Using PAE - has some drawbacks; this mode of memory access is a little - bit slower than the normal (without PAE) mode and loadable - modules (see &man.kld.4;) are not supported. This means - all drivers must be compiled into the kernel. + toegewezen waar het normaal gesproken wordt gebruikt voor + adresreserveringen voor hardware-apparaten boven het 4 GB + bereik en gebruikt het als aanvullend fysiek geheugen (zie + &man.pae.4;). Het gebruik van PAE heeft enige nadelen; deze + manier van geheugentoegang is iets trager dan de normale manier + (zonder PAE) en laadbare modules (zie &man.kld.4;) worden niet + ondersteund. Dit betekent dat alle stuurprogramma's in de kernel + moeten worden gecompileerd. De meest gekozen manier om PAE in te schakelen is door een nieuwe kernel te maken, met het speciaal voorbereide @@ -2367,7 +2295,7 @@ Ja. &os; wekrt momenteel op de Intel x86 en de AMD64 architecturen. De Intel EM64T, IA-64, &arm;, - &powerpc;, sun4v en &sparc64; architecturen worden + &powerpc; en &sparc64; architecturen worden ook ondersteund. Aankomende platformen zijn &mips; en &s390;, schrijf je in op de &a.mips; voor meer informatie over doorgaand werk op het &mips; platform. @@ -2495,43 +2423,9 @@ - Elke SCSI speler die gekoppeld is aan een ondersteunde - controller wordt ondersteund. - - De volgende proprietary CD-ROM interfaces worden ook - ondersteund: - - - - Mitsumi LU002 (8bit), LU005 (16bit) en FX001D - (16bit 2x Speed). - - - - Sony CDU 31/33A - - - - Sound Blaster zonder SCSI CD-ROM - - - - Matsushita/Panasonic CD-ROM - - - - ATAPI compatible IDE CD-ROMs - - - - Bij alle niet SCSI kaarten is het bekend dat deze - extreem langzaam zijn in vergelijking met SCSI schijven - en sommige ATAPI CD-ROMs kunnen helemaal niet - werken. - - De officiele &os; CD-ROM ISO en de CD-ROMs van - Daemon News en &os; Mall, ondersteunen het direct - opstarten vanaf CD. + Elke SCSI-speler die gekoppeld is aan een ondersteunde + controller wordt ondersteund. De meeste ATAPI-compatibele + IDE CD-ROMs worden ook ondersteund. @@ -2817,41 +2711,14 @@ bindkey ^[[3~ delete-char # for xterm

    - - Does &os; support software modems, such as - Winmodems? - - - - &os; supports many software modems via add-on - software. For example, the comms/ltmdm port adds support - for modems based on the very popular Lucent LT - chipsets. - - You cannot install &os; via a software modem; this - software must be installed after the OS is - installed. - - - - Is there a native driver for the Broadcom 43xx cards? - No, and there is not likely to be. - - Broadcom refuses to publically release programming - information for their wireless chipsets, most likely - because they use software controlled radios. In order to - get FCC type acceptance for their parts, they have to - ensure that users cannot arbitrarily set things like - operating frequencies, modulation parameters and power - output. But without knowing how to program the chipsets, - it is nearly impossible to write a driver. + Ja, vele Broadcom 43xx-kaarten worden ondersteund door de + stuurprogramma's &man.bwn.4; en &man.bwi.4;. @@ -2960,18 +2827,6 @@ bindkey ^[[3~ delete-char # for xterm

    - - How do I disable ACPI? - - - - Add following line - hint.acpi.0.disabled="1" into your - /boot/device.hints file. - - - - Why does my Micron system hang at boot time? @@ -3185,22 +3040,6 @@ quit - - My parallel printer is ridiculously slow. What can I - do? - - - - If the only problem is that the printer is terribly - slow, try changing your printer port mode - as discussed in the Printer Setup - section of the Handbook. - - - - Why do my programs occasionally die with Signal 11 errors? @@ -4397,22 +4236,10 @@ kern.timecounter.hardware: TSC -> i82 - Yes. The following pages tell you exactly how to set up - &linux; &oracle; on &os;: - - - - http://www.unixcities.com/oracle/index.html - - - - - http://www.shadowcom.net/freebsd-oracle9i/ - - - + Yes. Instruction on how to set up &linux; + &oracle; on &os; can be found + under http://www.shadowcom.net/freebsd-oracle9i/. @@ -4609,45 +4436,6 @@ kern.timecounter.hardware: TSC -> i82 - - Why is CVSup not integrated - in the main &os; tree? - - - - The &os; base system is designed as self-hosting — - it should be possible to build the whole operating system - starting with a very limited set of tools. Thus, the actual - build tools needed to compile the &os; sources are bundled - with the sources themselves. This includes a C compiler - (&man.gcc.1;), &man.make.1;, &man.awk.1;, and similar - tools. - - Since CVSup is written in - Modula-3, adding it to the &os; base system would also require - adding and maintaining a Modula-3 compiler. This would lead - to both an increase in the disk space consumed by the &os; - sources and additional maintenance work. Thus, it is much - easier for both the developers and users to keep - CVSup as a separate port, which - can be easily installed as a package bundled on the &os; - installation CDs. - - However, &os; users are not without an integrated - CVSup compatible client anymore - since &os; 6.2-RELEASE. Thanks to &a.mux;, - CVSup was rewritten in C as - &man.csup.1; and it is the part of the base system by now. - Although it does not implement all the features of - CVSup at the moment, it is good - enough (and really fast!) to keep your sources synchronized. - For systems earlier than 6.2, it can be installed as a port - or package (see net/csup). - - - - I updated the sources, now how do I update my installed ports? @@ -4718,27 +4506,6 @@ kern.timecounter.hardware: TSC -> i82 - - I updated parts of the Ports Collection using - CVSup, and now many ports fail to - build with mysterious error messages! What happened? Is - the Ports Collection broken in some major way? - - - - If you only update parts of the Ports Collection, using - one of its CVSup subcollections - and not the ports-all - CVSup collection, you should - always update the - ports-base subcollection too! The - reasons are described in the Handbook. - - - - - How do I create audio CDs from my MIDI files? @@ -4816,7 +4583,7 @@ kern.timecounter.hardware: TSC -> i82 - Why is my kernel so big (over 10 MB)? + Why is my kernel so big? @@ -4994,7 +4761,7 @@ kern.sched.name: 4BSD See the Adding Disks + url="&url.books.handbook;/disks-adding.html">Adding Disks section in the &os; Handbook. @@ -5383,19 +5150,10 @@ use "disklabel -r" to install initial la - ReiserFS - - - &os; includes a read-only ReiserFS driver. For - more information, see &man.mount.reiserfs.8;. - - - - ZFS - As of this writing, &os; includes a port of + &os; includes a port of &sun;'s ZFS driver. The current recommendation is to use it only on &arch.amd64; platforms with sufficient memory. For more information, see &man.zfs.8;. @@ -6503,20 +6261,6 @@ options SYSVMSG # enable for - - What happened to - /dev/MAKEDEV? - - - - &os; 5.X and beyond use - the &man.devfs.8; device-on-demand system. Device drivers - automatically create new device nodes as they are needed, - obsoleting /dev/MAKEDEV. - - - - How do I add pseudoterminals to the system? @@ -6910,85 +6654,6 @@ options SYSVMSG # enable for - - Which X implementations are available for &os;? - - - - Historically, the default implementation of X on &os; - has been &xfree86; which is maintained by The XFree86 Project, Inc. - This software was installed by default on &os; versions up - until 4.10 and 5.2. Although &xorg; itself maintained an - implementation during that time period, it was basically - only provided as a reference platform, as it had suffered - greatly from bitrot over the years. - - However, early in 2004, some XFree86 developers left - that project over issues including the pace of code changes, - future directions, and interpersonal conflicts, and are now - contributing code directly to &xorg; instead. At that time, - &xorg; updated its source tree to the last &xfree86; release - before its subsequent licensing change (XFree86 - version 4.3.99.903), incorporated many changes - that had previously been maintained separately, and has - released that software as - X11R6.7.0. A separate but - related project, freedesktop.org - (or fd.o for short), is working on - rearchitecting the original &xfree86; code to offload more - work onto the graphics cards (with the goal of increased - performance) and make it more modular (with the goal of - increased maintainability, and thus faster releases as well - as easier configuration). &xorg; intends to incorporate the - freedesktop.org changes in its future - releases. - - As of July 2004, in &os.current;, - &xfree86; has been replaced with &xorg; as the default - implementation. Since then the default X11 implementation - in &os; is &xorg;. - - For further information, read the X11 section of - the &os; Handbook. - - - - - - Why did the X projects split, anyway? - - - - The answer to this question is outside the scope of this - FAQ. Note that there are voluminous postings in various - mailing list archives on the Internet; please use your - favorite search engine to investigate the history instead of - asking this question on the &os; mailing lists. It may even - be the case that only the participants will ever know for - certain. - - - - - - Why did &os; choose to go with the &xorg; ports by - default? - - - - The &xorg; developers claimed that their goal is to - release more often and incorporate new features more - quickly. If they are able to do so, this will be very - attractive. Also, their software still uses the traditional - X license, while &xfree86; is using their modified - one. - - - - I want to run X, how do I go about it? @@ -7009,14 +6674,8 @@ options SYSVMSG # enable for The X.Org Distribution.
    After the installation of &xorg; was successful, follow - the instructions from &man.xorgconfig.1;. It will assists - you in configuring &xorg; for your particular graphics - card/mouse/etc. You may also wish to examine the - &man.xorgcfg.1; tool, which provides a graphical interface - to the X configuration process. - - For further information, read the X11 section of + the instructions from the X11 Configuration section of the &os; Handbook.
    @@ -7376,18 +7035,9 @@ ttyvb "/usr/libexec/getty Pc" All X servers need to be run as root in order to get direct access to - your video hardware. Older versions of &xfree86; (<= - 3.3.6) installed all bundled servers to be automatically run - as root (setuid to - root). This is obviously a security - hazard because X servers are large, complicated programs. - Newer versions of &xfree86; do not install the servers - setuid to root for just this - reason. - - Obviously, running an X server as the - root user is not acceptable, nor a good - idea security-wise. There are two ways to be able to use X + your video hardware. + + There are two ways to be able to use &xorg; as a regular user. The first is to use xdm or another display manager (e.g., kdm); the second is to use the @@ -7854,21 +7504,6 @@ Key F15 A A Menu Wo - - Why can I not NFS-mount from a &sun; box? - - - - &sun; workstations running - &sunos; 4.X only accept - mount requests from a privileged port; try the following - command: - - &prompt.root; mount -o -P sunbox:/blah /mnt - - - - Why does mountd keep telling me it can't change attributes and that I @@ -7940,133 +7575,6 @@ Key F15 A A Menu Wo - - Which network cards are based on the DEC PCI - chipset? - - - - Here is a list compiled by Glen Foster - gfoster@driver.nsta.org, with some more - modern additions: - -
    - Network cards based on the DEC PCI chipset - - - - - Vendor - - Model - - - - - - ASUS - - PCI-L101-TB - - - - Accton - - ENI1203 - - - - Cogent - - EM960PCI - - - - Compex - - ENET32-PCI - - - - D-Link - - DE-530 - - - - Dayna - - DP1203, DP2100 - - - - DEC - - DE435, DE450 - - - - Danpex - - EN-9400P3 - *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@FreeBSD.ORG Wed Oct 24 17:23: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 D1C68F17; Wed, 24 Oct 2012 17:23:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B914A8FC0A; Wed, 24 Oct 2012 17:23:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9OHNRNl060606; Wed, 24 Oct 2012 17:23:27 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9OHNR7K060604; Wed, 24 Oct 2012 17:23:27 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201210241723.q9OHNR7K060604@svn.freebsd.org> From: Erwin Lansing Date: Wed, 24 Oct 2012 17:23:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39804 - 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: Wed, 24 Oct 2012 17:23:27 -0000 Author: erwin (src,ports committer) Date: Wed Oct 24 17:23:27 2012 New Revision: 39804 URL: http://svn.freebsd.org/changeset/doc/39804 Log: Announce my src commit bit. Approved by: delphij (mentor) Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Wed Oct 24 15:44:22 2012 (r39803) +++ head/share/xml/news.xml Wed Oct 24 17:23:27 2012 (r39804) @@ -34,6 +34,16 @@ 10 + 24 + + +

    Enhanced commit privileges: Erwin Lansing + (src, ports)

    +
    +
    + + 23 From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 09:24: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 64CF6B2C; Thu, 25 Oct 2012 09:24:23 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB7F8FC08; Thu, 25 Oct 2012 09:24:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9P9ON2l020418; Thu, 25 Oct 2012 09:24:23 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9P9ONAN020416; Thu, 25 Oct 2012 09:24:23 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201210250924.q9P9ONAN020416@svn.freebsd.org> From: Ryusuke SUZUKI Date: Thu, 25 Oct 2012 09:24:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39805 - 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: Thu, 25 Oct 2012 09:24:23 -0000 Author: ryusuke Date: Thu Oct 25 09:24:22 2012 New Revision: 39805 URL: http://svn.freebsd.org/changeset/doc/39805 Log: Merge the following from the English version: r39801 -> r39804 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Wed Oct 24 17:23:27 2012 (r39804) +++ head/ja_JP.eucJP/share/xml/news.xml Thu Oct 25 09:24:22 2012 (r39805) @@ -20,7 +20,7 @@ the contents of will be preferred over <p>. $FreeBSD$ - Original revision: r39801 + Original revision: r39804 --> <news> <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -34,6 +34,16 @@ <name>10</name> <day> + <name>24</name> + + <event> + <p>コミット権の範囲の拡大: <a + href="mailto:erwin@FreeBSD.org">Erwin Lansing</a> + (src, ports)</p> + </event> + </day> + + <day> <name>23</name> <event> From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 12:39:39 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 662C28CF for <svn-doc-all@freebsd.org>; Thu, 25 Oct 2012 12:39:39 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id D27B08FC19 for <svn-doc-all@freebsd.org>; Thu, 25 Oct 2012 12:39:38 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so2224966vcb.13 for <svn-doc-all@freebsd.org>; Thu, 25 Oct 2012 05:39:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=goodking.ca; s=google; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-url:x-pgp-key :x-pgp-key-id:x-pgp-key-fingerprint:user-agent; bh=kR02aKnGwuyzqeI/1CFlKRO/MGs85ditBtQR1Uj3N+g=; b=PvNPAzr6tIFzaSGqIed01It0oVuKpl0O7L+MsYHWXZaFNypIXFCXUnivzlENLo9lAI LSh0ADZiabxmxkav3vMjGR3NiF4hsVeQRsED1uXG2O6icoaIhc+CB6do6RAq+V0uTNUk B/tDhecc4BLpgn3KIiSad26hzu1LPOdi+wJhI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-url:x-pgp-key :x-pgp-key-id:x-pgp-key-fingerprint:user-agent:x-gm-message-state; bh=kR02aKnGwuyzqeI/1CFlKRO/MGs85ditBtQR1Uj3N+g=; b=L5kqkcyE/y2qpP/U96Y0CsXz7CzEr7SMzf2vnK67Garre+dYYspeWAa8klopYNNvkD YsYOjdURN2iOpBHTjU7kNrr9qwZC3J/8ub0/XqYboonhG6Dg41+qaFgJBvhnECOuGrV2 WFC6cjn/3H62/SGFonb2qZQoU/hMpGXWzxHGVj2BtO0gO17HjNqlfLtXXmK7c82Cif+e kWGVFp9ieTFTTy2XjYJRgc6MXjLy0hsRGtujkQlBelgd+mFvrR2RvfOvyKEqy+9+Cj6J 1hTZoXYVNAIBR+NksAQOixQ8dAVimB+0oGkhHAAN6tw942p7g8tAmca4rJ4S43lGoR8C uthg== Received: by 10.52.72.42 with SMTP id a10mr26034224vdv.48.1351168778036; Thu, 25 Oct 2012 05:39:38 -0700 (PDT) Received: from goodking.ca ([2001:470:1c:66::2]) by mx.google.com with ESMTPS id g5sm17808017vez.6.2012.10.25.05.39.35 (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2012 05:39:36 -0700 (PDT) Sender: Thomas Abthorpe <tabthorpe@goodking.ca> Date: Thu, 25 Oct 2012 08:39:33 -0400 From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: Gabor Kovesdan <gabor@FreeBSD.org> Subject: Re: svn commit: r39799 - head/share/xml Message-ID: <20121025123933.GO90996@goodking.ca> References: <201210240451.q9O4pJce041423@svn.freebsd.org> <50879A4E.2050103@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="07UuamFNDT4U/3KT" Content-Disposition: inline In-Reply-To: <50879A4E.2050103@FreeBSD.org> X-URL: http://www.goodking.org/ X-PGP-Key: http://people.freebsd.org/~tabthorpe/tabthorpe.asc X-PGP-Key-ID: 0xA473C990 X-PGP-Key-Fingerprint: D883 2D7C EB78 944A 69FC 36A6 D937 1097 A473 C990 User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQmNGHb0lUfUYmmW06YnYLEnBtDcamSVowZcOLoFJld5rU+iRTPh10vWry9gFS3fDPxN98Wu 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Oct 2012 12:39:39 -0000 --07UuamFNDT4U/3KT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 24, 2012 at 09:35:42AM +0200, Gabor Kovesdan wrote: > Em 24-10-2012 06:51, Thomas Abthorpe escreveu: > > Author: tabthorpe (ports committer) > > Date: Wed Oct 24 04:51:18 2012 > > New Revision: 39799 > > URL: http://svn.freebsd.org/changeset/doc/39799 > >=20 > > Log: > > - Fix typo in decke@ surname >=20 > It seems you actually broke it again. :) According to his GECOS, he does > have an h in his name. >=20 > Gabor Bah, thanks, I shall undo my correction :P --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --07UuamFNDT4U/3KT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJQiTMFAAoJENk3EJekc8mQRXUH/Rz0uFNvpasgtp/xqhrWdhKQ ALAaIo4QuBt6U7QOLDPWtEZzFkoQgyVX8GwkNeXxJhAfpMaYiPIj1Sm/tDFztf/4 p6Ru5SmQ2zIMbFguOpjDmLeT5/nFp79IszXCk6A6sqEvW+P+whvQTyd7NeI5Cic8 7pNJkTC+y/Wm6TWuKFOYVh/Bap0blKZtdwQhRNy5OEGgotQrD2+a+0MUMmWVh3zW FlAH7jRYlWWUJbpJ9ScaBHX/50NE0+1/J3aicCTV4/GKL9I5r5OVGsyNrrPa4Kqv Vl3JZa9dJA+IZF9IY4hwWzvoKld9HxDtGpa/r2GuXp5RzwiJ3xYsQtXrQK6Ttew= =Xh6J -----END PGP SIGNATURE----- --07UuamFNDT4U/3KT-- From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 13:14:55 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 3E859AA; Thu, 25 Oct 2012 13:14:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 04A9B8FC18; Thu, 25 Oct 2012 13:14:55 +0000 (UTC) Received: from glenbarber.us (75-146-225-65-Philadelphia.hfc.comcastbusiness.net [75.146.225.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 26D0023F645; Thu, 25 Oct 2012 09:14:54 -0400 (EDT) Date: Thu, 25 Oct 2012 09:14:52 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Thomas Abthorpe <tabthorpe@FreeBSD.org> Subject: Re: svn commit: r39799 - head/share/xml Message-ID: <20121025131452.GA1324@glenbarber.us> References: <201210240451.q9O4pJce041423@svn.freebsd.org> <50879A4E.2050103@FreeBSD.org> <20121025123933.GO90996@goodking.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <20121025123933.GO90996@goodking.ca> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org, Gabor Kovesdan <gabor@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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Oct 2012 13:14:55 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2012 at 08:39:33AM -0400, Thomas Abthorpe wrote: > On Wed, Oct 24, 2012 at 09:35:42AM +0200, Gabor Kovesdan wrote: > > Em 24-10-2012 06:51, Thomas Abthorpe escreveu: > > > Author: tabthorpe (ports committer) > > > Date: Wed Oct 24 04:51:18 2012 > > > New Revision: 39799 > > > URL: http://svn.freebsd.org/changeset/doc/39799 > > >=20 > > > Log: > > > - Fix typo in decke@ surname > >=20 > > It seems you actually broke it again. :) According to his GECOS, he does > > have an h in his name. > >=20 > > Gabor >=20 > Bah, thanks, I shall undo my correction :P >=20 I think it might be easier to just ask decke@ to change his last name. :-) Glen --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQiTtMAAoJEFJPDDeguUajDagH/1EoD03K3l7uGzuN+W0aOZuP FcOdYM+djXupMGkt14y6BVa+5+FohNnz81GJSHGoGU2nw/QGDtB8dXL/sttd8KS2 HUeeiqzbmRiWMUBrPxts5c21RvGows5dYC2aNrPg90MSnPMzCZbyE882cIc55eUf OEPtMZuMVS6d+sVT2PYvV1qnE4+Z4pcqaI4ybyJsv1RAWpIwQ0Y3XfHkmtNOJ7Ki Ptix3V4X0ArqSiiGkbyNtVqt0OKhSwCHk1VF2V6DDtj3rg7MuH7kuNnBb6yhkPgT Ai8BLZ4nZ4WmxKrdWpwENFbaXhijBH/8p3Sil1YnX1b/OaIzYOM/O7N9fEotBhY= =89XX -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 14:07:27 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 B932A522; Thu, 25 Oct 2012 14:07:27 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A08DC8FC08; Thu, 25 Oct 2012 14:07:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9PE7Rcr074661; Thu, 25 Oct 2012 14:07:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9PE7Rf2074659; Thu, 25 Oct 2012 14:07:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210251407.q9PE7Rf2074659@svn.freebsd.org> From: Thomas Abthorpe <tabthorpe@FreeBSD.org> Date: Thu, 25 Oct 2012 14:07:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39806 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Oct 2012 14:07:27 -0000 Author: tabthorpe (ports committer) Date: Thu Oct 25 14:07:27 2012 New Revision: 39806 URL: http://svn.freebsd.org/changeset/doc/39806 Log: - Fix my fix on decke@ name Submitted by: gabor@ via email Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Thu Oct 25 09:24:22 2012 (r39805) +++ head/share/xml/news.xml Thu Oct 25 14:07:27 2012 (r39806) @@ -66,7 +66,7 @@ <name>19</name> <event> <p>New member for the Ports Management team: - <a href="mailto:decke@FreeBSD.org">Bernhard Frölich</a>.</p> + <a href="mailto:decke@FreeBSD.org">Bernhard Fröhlich</a>.</p> </event> </day> From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 14:42:00 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 E4C7D2DA; Thu, 25 Oct 2012 14:42:00 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD74B8FC0C; Thu, 25 Oct 2012 14:42:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9PEg0wZ080314; Thu, 25 Oct 2012 14:42:00 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9PEg06Z080312; Thu, 25 Oct 2012 14:42:00 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210251442.q9PEg06Z080312@svn.freebsd.org> From: Eitan Adler <eadler@FreeBSD.org> Date: Thu, 25 Oct 2012 14:42:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39807 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Oct 2012 14:42:01 -0000 Author: eadler Date: Thu Oct 25 14:42:00 2012 New Revision: 39807 URL: http://svn.freebsd.org/changeset/doc/39807 Log: Fix typo Submitted by: ebrandi Approved by: jkois (mentor) 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 Thu Oct 25 14:07:27 2012 (r39806) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Oct 25 14:42:00 2012 (r39807) @@ -703,7 +703,7 @@ PKG_BIN=/usr/local/sbin/pkg</screen> <para><command>dopackages.wrapper sparc64 7 -finish</command></para> </example> - <para>Hint: it us usually best to run the <command>dopackages</command> + <para>Hint: it is usually best to run the <command>dopackages</command> command inside of <command>screen(1)</command>.</para> </sect3> </sect2> From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 14:42:07 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 BE86631A; Thu, 25 Oct 2012 14:42:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A567D8FC12; Thu, 25 Oct 2012 14:42:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9PEg7I0080364; Thu, 25 Oct 2012 14:42:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9PEg7dR080359; Thu, 25 Oct 2012 14:42:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210251442.q9PEg7dR080359@svn.freebsd.org> From: Eitan Adler <eadler@FreeBSD.org> Date: Thu, 25 Oct 2012 14:42:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39808 - head/en_US.ISO8859-1/articles/linux-users 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Oct 2012 14:42:07 -0000 Author: eadler Date: Thu Oct 25 14:42:07 2012 New Revision: 39808 URL: http://svn.freebsd.org/changeset/doc/39808 Log: We no longer use CVS Approved by: jkois (mentor) Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Oct 25 14:42:00 2012 (r39807) +++ head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Oct 25 14:42:07 2012 (r39808) @@ -407,7 +407,7 @@ ifconfig_em0="DHCP"</programlisting> <para>Updating from source is the most involved update method, but offers the greatest amount of flexibility. The process involves synchronizing a local copy of the FreeBSD source code with the &os; - <application>CVS</application> (Concurrent Versioning System) servers. + <application>Subversion</application> servers. Once the local source code is up to date you can build new versions of the kernel and userland. For more information on source updates see <ulink url="&url.base;/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html">the chapter on updating</ulink> From owner-svn-doc-all@FreeBSD.ORG Fri Oct 26 13:35:19 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 17D2AC0B; Fri, 26 Oct 2012 13:35:19 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F31128FC0A; Fri, 26 Oct 2012 13:35:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QDZI1o009054; Fri, 26 Oct 2012 13:35:18 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QDZIVT009052; Fri, 26 Oct 2012 13:35:18 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201210261335.q9QDZIVT009052@svn.freebsd.org> From: Ryusuke SUZUKI <ryusuke@FreeBSD.org> Date: Fri, 26 Oct 2012 13:35:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39809 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Oct 2012 13:35:19 -0000 Author: ryusuke Date: Fri Oct 26 13:35:18 2012 New Revision: 39809 URL: http://svn.freebsd.org/changeset/doc/39809 Log: Merge the following from the English version: r39804 -> r39806 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Thu Oct 25 14:42:07 2012 (r39808) +++ head/ja_JP.eucJP/share/xml/news.xml Fri Oct 26 13:35:18 2012 (r39809) @@ -20,7 +20,7 @@ the contents of <title> will be preferred over <p>. $FreeBSD$ - Original revision: r39804 + Original revision: r39806 --> <news> <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -65,8 +65,8 @@ <day> <name>19</name> <event> - <p>新 Ports Managemet チームメンバー: - <a href="mailto:decke@FreeBSD.org">Bernhard Frölich</a></p> + <p>新 Ports Managemet チームメンバ: + <a href="mailto:decke@FreeBSD.org">Bernhard Fröhlich</a></p> </event> </day> From owner-svn-doc-all@FreeBSD.ORG Fri Oct 26 14:12:39 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 65616998; Fri, 26 Oct 2012 14:12:39 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 470758FC08; Fri, 26 Oct 2012 14:12:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QECd8n015401; Fri, 26 Oct 2012 14:12:39 GMT (envelope-from loader@svn.freebsd.org) Received: (from loader@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QECdU0015399; Fri, 26 Oct 2012 14:12:39 GMT (envelope-from loader@svn.freebsd.org) Message-Id: <201210261412.q9QECdU0015399@svn.freebsd.org> From: Fukang Chen <loader@FreeBSD.org> Date: Fri, 26 Oct 2012 14:12:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39810 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Oct 2012 14:12:39 -0000 Author: loader Date: Fri Oct 26 14:12:38 2012 New Revision: 39810 URL: http://svn.freebsd.org/changeset/doc/39810 Log: update my PGP key Modified: head/share/pgpkeys/loader.key Modified: head/share/pgpkeys/loader.key ============================================================================== --- head/share/pgpkeys/loader.key Fri Oct 26 13:35:18 2012 (r39809) +++ head/share/pgpkeys/loader.key Fri Oct 26 14:12:38 2012 (r39810) @@ -1,51 +1,76 @@ <!-- $FreeBSD$ --> <!-- -sh addkey.sh loader 40AB1752; +sh addkey.sh loader 6BD4DDE6; --> <programlisting role="pgpfingerprint"><![CDATA[ -pub 1024D/40AB1752 2007-08-01 [expires: 2010-07-31] - Key fingerprint = 98C4 6E6B 1C21 15E4 5042 01FC C7B7 E152 40AB 1752 +pub 4096R/6BD4DDE6 2012-10-26 + Key fingerprint = A33E 88AB D358 DA49 59A6 B263 A9A2 599C 6BD4 DDE6 uid loader <loader@FreeBSD.org> -sub 4096g/9E53A5C7 2007-08-01 [expires: 2010-07-31] +uid loader <loader@FreeBSDMall.com> +sub 4096R/1036D26C 2012-10-26 ]]></programlisting> <programlisting role="pgpkey"><![CDATA[ -----BEGIN PGP PUBLIC KEY BLOCK----- -mQGiBEaws50RBADNBWbMkteeLSMkyQ2Ff92gfFCrsBL0ZTXWjHR73PqorwIlS5j9 -Y0zGazjblbGcyzQj0JDDJdQuIeA3BW8aCYgacORI77aOWxIfDiyuXumYOSct62Ss -TSxjsv8WQcFhGVZ+Ou0zxboB519US2JBpRTVA+F75bJrxX/Ax5vrws5zOwCg4WSM -jQP/H52YYVdyQKxGC9C6F1cD/A7ggN8X1zu7U+85gjoSq4uJtQwsYoOTI7fnhVOf -TOmvCJILPouK4mU0gtaTG1jwfhrOf8reN4taOLRqbEnBsqLPTKsUpvMEDhab0gZS -klyqrt8qbWIvdyZXTlsEgiJaw70ys2Bw3zd06o6w3UDsJu2wMIqWdooUxFL4a8WP -q8NrA/4u4o6RGXYbhGl6dtYDLJADQ7C+8x44c6fiDK0d6o/M/2Y7DEsyqPW2oiNf -g+z72phEAzi11ry05StdjO/5k+BskNbiV+cBXuO/u2bHBZYpZAvtNE0D11gUh+Fy -dZXirJ2LSs3zH544JVk4aQrgkpZFTVpVNDebqEeI2lC0bBdfm7QbbG9hZGVyIDxs -b2FkZXJARnJlZUJTRC5vcmc+iGYEExECACYFAkaws50CGwMFCQWjmoAGCwkIBwMC -BBUCCAMEFgIDAQIeAQIXgAAKCRDHt+FSQKsXUkLcAKDdxtPI9LHkHDfz7XcZqJI8 -pvUfvACgifp5pvc586B2Dk4f9gzqV2USy125BA0ERrC0RxAQAI/lyodTlM4iOXcc -L6Zf//KQdy0RaEtomRzPBTJT3OKgua108ms1aiJjtUGjTmvyU/Szd6LUBNknQPnR -PMsn2yh3Gf2yeHodqz83C7lsRVm9cUFSL0j6SGofuXzypxLH1EV2MUoWSb/wBykg -N4nIVYIlHWGTBxY4u0+OM2XsAEysgjH4u8zSOKDfdLco95rLHVw0VYZftOCVoS4C -4UWX2sxKJ7FMli2W7oMdaqb0uskQz4IrqtGjnSycQ6ygjI5NQZSZiqAW4/op94Yb -JMh//u482cqWRCifFbdo5Uvc2xUhaii5GMgcDZ2PsIMo11C8amtQnMZVTbeHILP0 -1Odw2jV2oVTiDCHkQZvuqtmrVkF8yYZbra4amI1Aqh2TYOvqR+IaLUqmv4Nr0kUC -2U5mg7gjJmZghvErfo3Vibj4MPrh0RS50BxkcELNiUu2XYvBGbhTvWIMXTv0MC40 -hp0nnUYZWxyOzlbz1vVtL8BLBw98d0J2r39cwXh8yKM9mtWZN76sG9Vco5ITv7HZ -zd3EBrljh5r8JV9RmnboPnfKsMYvWVDvko1ZnOKitbkB+wuH7W715BvdZ2nBm2b+ -XagBf9BYDAd7wnzoxq92YgQy/ziSSwcYevM8mcoxiZXTAxP6THCYUbsmRS8Sfo7M -PoLcPMzDTwJWGAj/mha+uMOKhNdzAAMGD/9dgn/ZEybsplvJQbtfD2ChCW1uaodT -8s3HCJfQ36eYCqhQ+53jjdkQ7me9P3Kw+adVnaH233qUgF5pRBWuH8s7k54/nfMR -UZWobxC5gjxAiqA0acSziDiCZXA7Ex3ipfWnORphZEkJ1cgjSbLGY6cPXMPYylyN -m455+S/d50kc/prmMyUq8KefREPdLk2XTm4SY29WfDHPvD0tvWWPoUwQpKAWXwEE -2fgTRZWEF1hS3MMh7OUduKqoa58RORj6jIzJkfFoeLhuiEvA2NvKFBWbGKF90vVq -St7QQYUHcfL5SmS/twD7WQV26xmAjwztatBH0rN6yQKOYXalhACiJh166x8azhky -VrfpP7NWhR0hXWskQzUwWhJj0EKVDQoK/9ph46N/zK8rL7X6gKX8RMnGZKupcXtt -73C4eUmJcD2KCqe9ZBhCxkLpCHLQwAylDSpiIMh1EV0UA2lhsJI6ldNwRs8yHO4P -XOnnX164YuGCPOqdlOUmyz95VAxSW+DCkI3AZMzuNwiIceUD+Kijv268leIJ34ui -JSVwJC47UjjNT/d18QpwlST/olfMGk7Ay74SdAxRtH3Cvv6vgnwSQdECdLZ0n7jU -UOEfdxEb+2S5XV8A7MxdpjUv+xG5f9uTBp82soI3lnXxV1X4+JU08dTzsgmahTJ1 -ESVS7AA1nBH3Q4hPBBgRAgAPBQJGsLRHAhsMBQkFo5qAAAoJEMe34VJAqxdSNKAA -n2Ho+8xBe1twvEDxCnG18lXemKXtAJoC+BnKmNeJPBBPlhtPxEqTh4S/mQ== -=PrOy +mQINBFCKlFgBEAC1gfhqlgka219RDGpoUEn1tIl8XaNBDAMyd+EShil2ILN5Qqg5 +TgMPiHgwuKMil0VGd8+BMNVv/XISFPv9fhIaTzhhtovD4Hffiu2s7DMB73BqY+Re +piDXy54sP4Q38dnC2NTQUSCgj05iE5U4ucH+wwIV++iU7zWTb5gPVnloXTf8W5sn +6hKO+1iqYz3SuiswTx+lpD5wx/K+sCTzxPCtpa0QrWzh2f7+nijaRa9AiAVOg56z +Tb+lsucSyCsiIGK2HCvVuROlRW9l8R5Jgc94P3P88aOh1FLCiMKiHymxAaeOziWd +sBpA5y15lAmCpKtjYedRL49L1kUKjlLbQ0KCsn/Ze7cd7Q70FHhvzdvgoiHaJEVg +hbYHByychJz5bn/uJZfowrnmi3dW0qCo+ipW7bpayING8mgqY2a0B17ahYCCxtPj +Ii3FC08HdBFQ4zFqRFwTe3WWCMYbTAHi54bmy2StOplIRzwazIEuuXCo4An1S0Vj +NMZxmFvbJY9yJ6c64yhTZKfASSZGpoFt7qGLSvu0ADlDg8YYQgkldrzCJD6qZoXk +x3ARVJS0cW13hxzbOzmSpG2kxigHfr0qrtstBjRPMfVfJkC5cTatGFwD+zuFyX/D +8ZRQim0u8NXU3w9AAMxrb7mfFbRr7SyLt0oZzJJ078v1WzjBBT5O6YyIBQARAQAB +tB9sb2FkZXIgPGxvYWRlckBGcmVlQlNETWFsbC5jb20+iQI4BBMBAgAiBQJQipRY +AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCpolmca9Td5rvzD/48NART +XvFESTkgo2du58dR6XIPPJGH+ZXZwbTq9fdhhgJHYdD7Du4VLRQDJ5fFGFnES76u +I2qQlNvlAMfyrRryUGK6RFU3JMAp52F+NCm7yPcyyu/kKIlMjyJ3jjlWRzOdJAKX +N7sdOvowaV/rXf4gKQ9sPl2Ni/e+gi4yQVAHbUVwXwbqf8/ZOpn1/GGGkXsiIqRw +MmlGRapUaeNx03Uh/n0kVBZhc9iIvQ/2VXdI1Ulu1AUZ7a/gu+Y7b87pEaFilhQM +Mipo4LgV6UeDtHeKOF/Dfyn3SBPuYmZiKJYeSm10nnG2eWYedSonoJ2tXbo5FbOI +6zprSBCioViahJ61+FAY3rxyEvjOPx7HtWWmi3V3G6FCnnxvOMbgKkgadcFvPDHO +hDdx6o4QQVTeb/FzIZ4UMqWursPRK7HU9e9f0B31ovj7B3kw39O6OzU3w9aIX+Zc +SKiPf5gLAG2XNH9dPMxwJ6Wl8bfeeeIU45EUOe5RldckmtJoRCqSPkvpMTm2FesK +O/dgYiDPGMBHHFmABMutyhX7KI4Ltl2UqfIa/lreFiXYK72syQG6Gd1moek8EG/V +BqT0oEqIa9k15mFFMFrj+X6ZEHsMOkY2hrqEJDqR15JB4HzY4IJY8gfOk8Twn+i8 +c6obMChlLIn+FhkBCZu6hZEMXQ94LkWc4L9OurQbbG9hZGVyIDxsb2FkZXJARnJl +ZUJTRC5vcmc+iQI4BBMBAgAiBQJQipS7AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIe +AQIXgAAKCRCpolmca9Td5nrXD/9y0Da4t+PMVUt8P+IH3VVbcsO9JQuFiaGotfl6 +uU9+DlHe31eGmpaIptTuz1B/YqiC/S2uc3R/f1sW6K/Zyo8CR/LtioHHE3HnJtUO +rNau9MiKyAkVHB2oEVeTjWAkDESDLuc3bCkOO78SHiXgHaRu7XeN8KxlhioI+gPq +ozTFN5weFyXTQnp75CM3dtbJE57VyiWuan+nivaMwOz1/WMIYzEgX0T9n6aRtiwo +qnfp8/gJCIzGHN/TWeoFHN3s24B0ZWH/K3VhcOgSb0JV1qMKETaMsKd1y3T9XKu3 +igBfRjz3U9EZfb+lklWsnRn4ArSVdI9u13tlFQJkYUq7/kbFpSJuc1sUxgLlsjdd +E0RJQwR+gH3k3ERQtc9S/yxSgb09YX6lj6pN6Anpmh15MmuAP9G0Rn6MRLsHzIBO +4mHYoKX2G3FRwoPcWt/gVCzNrX42Tt7OI2h2l5JmXMJfaFhbDyvg3YYK0r8Nx2H5 +vKXFugdep2d3Qwu7od2824CMSnXfLcNbdAlkdTDMC/8btq+wHmZ8E3cP88EfF7ZV +eudPVFxCCZ3q1ziIwAa/Qx5KUtWXKZsxLixHQxTMQUCUdbmW5/aTZxLbwxrGCZoj +YOsmy+w4aqq4gjumPzTGU3+gQc2w5hPN0yLkgRd2+Ev00yeE1lMN7nOWvWwhlWLO +0unVxbkCDQRQipRYARAAvr39W/sawsnXrbVLc8uwPgQPtq9hTkMqGwlJJu9fVac/ +7tasIxPvUSO5HH0mDTdzIVKKeEqQ0a1XYgmZrp6Gxa/Sxl7G6ENuDrjec73SoQGX +Pux6hj5ioAKDTl+I4z0K52HRcPStQt9phHz3Qnwp/P8C7WX84m2ActPHnhn9KAzX +sAEi1XOGHq2zh5iABFc5PFjqe7D2CfTrnJCVqs0NteHfia1JEgTdIK5HPStnx7jK +eeMSm0I6ft5pY1zumpLG0P9BI7LysFmMvX3EMgRJ6x20OX6VsB9oQwuhINZYmvca +ncRPeA8L7CMQQN0q6RtZWctanvPGJkr5ojZJhiPNihX7bxo05fta06Z18u9cuvhP +Qda//K76xgHZrT3y618qxWco2mqvtJ1avATPphaJpibUCJyZyOv+TlhgThJLINQA +Lx0Y6KrVT2ZT2+HU2r2C1ngCM99beYq04Pu43dKPMGed9chUDrUIenu3D1oGpxlX +mEygzNycqXgfL9bY3KZa90yveCk3IAurAwBMxrzcAFxu3QniaEjuYXtQzfZWaMpn +aTEGnKxvAHO+luCxlrn59MbGvVtMuKUo9dwgrxI28v2fxBoAt5xdSgrQcp8+VD9V +2AL3RpuczdVR22ZbUF96MIQNSSmqth+Dm/vXZm9XmvycexHo1A0Wc+pGiiyOSF8A +EQEAAYkCHwQYAQIACQUCUIqUWAIbDAAKCRCpolmca9Td5kMmD/9NISt9gHM5utFh +PndSvmVKO4Diaypc5AHbP/0ywIeZME8AspCzPXmZe6L4jeotYOOp667XCAIM7Wlu +4vUeOIRUpuuZYMFuECbk/b+VvoHmkUKO/5XgG5n8PgHS5vMrA111nuGpQ7B+FwrK +SaScP+OBjZoQzd+G054rMM0fhiF9/sIftBP/WPbGcETHS/cHXb9co+JZyvNfcE7Z +OfJ/gd8fZIIhBUDgkClTmca6iyRiPA6HH0qSrFiIZuDtvuU9BMkLe83ivqPPscid +1iUfuR9rbFpPB2gWXHF/X70SlMTHfojITtgcNUfMjI3eBP6mSnNF4zQnf/CJtvL6 +SAjGsWb8uvRv3Q/F9vv4DeNVXrEV9tXj0HXJIJeO1uMS7PJC8bfl97ExVXxFhjV/ +LkBL1/VgB5IpFIzjEeJLUtk9ePP0CVKw1pCZpMrL7UvrImKeI3XDRfD3f+N3w+fW +REIs1X9HjO4e36+UDPp6EK04EtpYleFB9kAxv72HAmmWIgyPFNLCuo0/k+e7UZL4 +yOcvpGSVlQH/6bgS+HxoN5vtDfEgmmqDhtGP4ImvDBHEmNGA8+U7i+Q9qdCqWNgq +VyPAMMlmqrY7alOo1ih3htkZiGpNJs/BxdZqm8R/bnIccGUwecMWUJZzHcc62UCX +DPodrx7PwaXno88xFjmqosI94Et7mQ== +=qJuU -----END PGP PUBLIC KEY BLOCK----- ]]></programlisting> From owner-svn-doc-all@FreeBSD.ORG Fri Oct 26 15:20:35 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 E9591E6; Fri, 26 Oct 2012 15:20:35 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D07DF8FC08; Fri, 26 Oct 2012 15:20:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QFKZJY027522; Fri, 26 Oct 2012 15:20:35 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QFKZT2027520; Fri, 26 Oct 2012 15:20:35 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210261520.q9QFKZT2027520@svn.freebsd.org> From: Eitan Adler <eadler@FreeBSD.org> Date: Fri, 26 Oct 2012 15:20:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39811 - head/en_US.ISO8859-1/articles/committers-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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Oct 2012 15:20:36 -0000 Author: eadler Date: Fri Oct 26 15:20:35 2012 New Revision: 39811 URL: http://svn.freebsd.org/changeset/doc/39811 Log: - This entire article is for committers (and gnats-only folk). - We no longer use CVS. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Fri Oct 26 14:12:38 2012 (r39810) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Fri Oct 26 15:20:35 2012 (r39811) @@ -2171,8 +2171,8 @@ U stable/9/share/man/man4/netmap.4 </listitem> <listitem> - <para>(For committers only:) - If you subscribe to &a.svn-src-all.name; or the &a.cvsall;, + <para>If you subscribe to &a.svn-src-all.name;, + &a.svn-ports-all.name; or &a.svn-doc-all.name;, you will probably want to unsubscribe to avoid receiving duplicate copies of commit messages and their followups.</para> </listitem> From owner-svn-doc-all@FreeBSD.ORG Fri Oct 26 15:20:40 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 82CC9E9; Fri, 26 Oct 2012 15:20:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6C30E8FC12; Fri, 26 Oct 2012 15:20:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QFKeXN027566; Fri, 26 Oct 2012 15:20:40 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QFKeMJ027564; Fri, 26 Oct 2012 15:20:40 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210261520.q9QFKeMJ027564@svn.freebsd.org> From: Eitan Adler <eadler@FreeBSD.org> Date: Fri, 26 Oct 2012 15:20:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39812 - 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Oct 2012 15:20:40 -0000 Author: eadler Date: Fri Oct 26 15:20:39 2012 New Revision: 39812 URL: http://svn.freebsd.org/changeset/doc/39812 Log: s/SGML/XML/g Reviewed by: gjb Approved by: bcr (mentor) Modified: head/share/xml/trademarks.ent Modified: head/share/xml/trademarks.ent ============================================================================== --- head/share/xml/trademarks.ent Fri Oct 26 15:20:35 2012 (r39811) +++ head/share/xml/trademarks.ent Fri Oct 26 15:20:39 2012 (r39812) @@ -13,7 +13,7 @@ <!ENTITY tm-attrib.3com "<para>3Com and HomeConnect are registered trademarks of 3Com Corporation.</para>"> -<!-- An SGML entity can't start with a number... --> +<!-- An XML entity can't start with a number... --> <!ENTITY tm.3com "<trademark class='registered'>3Com</trademark>"> <!ENTITY tm-attrib.3ware "<para>3ware and Escalade are registered @@ -426,14 +426,14 @@ Coverity, Inc.</para>"> <!ENTITY legalnotice ' <legalnotice id="legalnotice"> - <para>Redistribution and use in source (SGML DocBook) and 'compiled' - forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without + <para>Redistribution and use in source (XML DocBook) and 'compiled' + forms (XML, HTML, PDF, PostScript, RTF and so forth) with or without modification, are permitted provided that the following conditions are met:</para> <orderedlist> <listitem> - <para>Redistributions of source code (SGML DocBook) must retain the + <para>Redistributions of source code (XML DocBook) must retain the above copyright notice, this list of conditions and the following disclaimer as the first lines of this file unmodified.</para> </listitem> From owner-svn-doc-all@FreeBSD.ORG Fri Oct 26 18:38:56 2012 Return-Path: <owner-svn-doc-all@FreeBSD.ORG> 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 66B624CA; Fri, 26 Oct 2012 18:38:56 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5098FC08; Fri, 26 Oct 2012 18:38:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QIcumF065457; Fri, 26 Oct 2012 18:38:56 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QIcuX0065455; Fri, 26 Oct 2012 18:38:56 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201210261838.q9QIcuX0065455@svn.freebsd.org> From: Warren Block <wblock@FreeBSD.org> Date: Fri, 26 Oct 2012 18:38:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39813 - head/en_US.ISO8859-1/books/handbook/bsdinstall 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" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Oct 2012 18:38:56 -0000 Author: wblock Date: Fri Oct 26 18:38:55 2012 New Revision: 39813 URL: http://svn.freebsd.org/changeset/doc/39813 Log: Refine the mention of freebsd-zfs partitions, and combine the mention of gpart(8) with the ZFS paragraph. Also expand a few contractions. Submitted by: Taras Korenko <ds@ukrhub.net> Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Fri Oct 26 15:20:39 2012 (r39812) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Fri Oct 26 18:38:55 2012 (r39813) @@ -1195,7 +1195,6 @@ Trying to mount root from cd9660:/dev/is there's the option of starting a shell where command-line programs like &man.gpart.8;, &man.fdisk.8;, and &man.bsdlabel.8; can be used directly.</para> - <!-- WB: mention ZFS here? --> <figure id="bsdinstall-part-guided-manual"> <title>Selecting Guided or Manual Partitioning @@ -1401,16 +1400,18 @@ Trying to mount root from cd9660:/dev/is - freebsd-zfs - A &os; ZFS - filesystem. See . - - - freebsd-swap - &os; swap space. + Another partition type worth noting is + freebsd-zfs, used for partitions that will + contain a &os; ZFS filesystem. See + . &man.gpart.8; shows more + of the available GPT partition + types. + Multiple filesystem partitions can be used, and some people may prefer a traditional layout with separate partitions for the /, @@ -1419,9 +1420,6 @@ Trying to mount root from cd9660:/dev/is linkend="bsdinstall-part-manual-splitfs"/> for an example. - See &man.gpart.8; for a complete list of available - GPT partition types. - Size may be entered with common abbreviations: K for kilobytes, M for megabytes, or G for gigabytes. @@ -1731,7 +1729,7 @@ Trying to mount root from cd9660:/dev/is found during the scan are listed, followed by a description of the encryption types available for that network. If the desired SSID doesn't appear in the list, + Identifier">SSID does not appear in the list, select [ Rescan ] to scan again. If the desired network still does not appear, check for problems with antenna connections or try moving the @@ -2019,7 +2017,7 @@ Trying to mount root from cd9660:/dev/is Select [ Yes ] or [ No ] according to how the machine's clock is configured and press - Enter. If you don't know whether the system + Enter. If you do not know whether the system uses UTC or local time, select [ No ] to choose the more commonly-used local time. @@ -2399,7 +2397,7 @@ Trying to mount root from cd9660:/dev/is When the installation is complete, select [ Reboot ] to reboot the - computer and start the new &os; system. Don't forget to + computer and start the new &os; system. Do not forget to remove the &os; install CD, DVD, or USB memory stick, or the computer may boot from it again. From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 04:13: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 D8CE7EA7; Sat, 27 Oct 2012 04:13:27 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A72CD8FC0C; Sat, 27 Oct 2012 04:13:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9R4DRO6082199; Sat, 27 Oct 2012 04:13:27 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9R4DRMh082197; Sat, 27 Oct 2012 04:13:27 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201210270413.q9R4DRMh082197@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sat, 27 Oct 2012 04:13:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39814 - head/ja_JP.eucJP/books/handbook/bsdinstall 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, 27 Oct 2012 04:13:27 -0000 Author: ryusuke Date: Sat Oct 27 04:13:27 2012 New Revision: 39814 URL: http://svn.freebsd.org/changeset/doc/39814 Log: - Merge the following from the English version: r39550 -> r39813 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Fri Oct 26 18:38:55 2012 (r39813) +++ head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Sat Oct 27 04:13:27 2012 (r39814) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r39550 + Original revision: r39813 $FreeBSD$ --> @@ -1184,7 +1184,6 @@ Trying to mount root from cd9660:/dev/is カスタマイズしたパーティションを作成できます。 3 つ目の方法として、シェルを利用し、&man.gpart.8;, &man.fdisk.8;, &man.bsdlabel.8; のようなコマンドラインのプログラムを実行する方法があります。 -
    パーティションの分割に Guided と Manual のどちらを用いるかの選択 @@ -1368,19 +1367,20 @@ Trying to mount root from cd9660:/dev/is - freebsd-zfs - &os; - ZFS ファイルシステム。 - - The Z File System (ZFS) をご覧ください。 - - - - freebsd-swap - &os; スワップ空間。 + 他のパーティション形式に freebsd-zfs があります。 + これは &os; ZFS ファイルシステムを含めるためのものです。 + + + The Z File System (ZFS) をご覧ください。 + 利用可能な GPT + パーティションタイプについては、&man.gpart.8; + をご覧ください。 + 複数のファイルシステムのパーティションを使うことができます。 /, /var, /tmp そして /usr @@ -1388,10 +1388,6 @@ Trying to mount root from cd9660:/dev/is レイアウトの例が にあります。 - 利用可能な GPT - パーティションタイプの一覧については、&man.gpart.8; - をご覧ください。 - サイズを入力する際に、 K (キロバイト)、M (メガバイト)、 G (ギガバイト) From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 13:21:00 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 3D9027DD; Sat, 27 Oct 2012 13:21:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 222358FC08; Sat, 27 Oct 2012 13:21:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RDKxS7082762; Sat, 27 Oct 2012 13:20:59 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RDKx0c082760; Sat, 27 Oct 2012 13:20:59 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201210271320.q9RDKx0c082760@svn.freebsd.org> From: Guido Falsi Date: Sat, 27 Oct 2012 13:20:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39815 - head/en_US.ISO8859-1/articles/contributors 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, 27 Oct 2012 13:21:00 -0000 Author: madpilot (ports committer) Date: Sat Oct 27 13:20:59 2012 New Revision: 39815 URL: http://svn.freebsd.org/changeset/doc/39815 Log: Add Manuel Creach for ports/multimedia/libva-intel-driver Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Sat Oct 27 04:13:27 2012 (r39814) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Sat Oct 27 13:20:59 2012 (r39815) @@ -6018,6 +6018,11 @@ + Manuel Creach + manuel.creach@me.com + + + Manuel Rabade Garcia mig@mig-29.net From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 18:36:14 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 A67F3130; Sat, 27 Oct 2012 18:36:14 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 87B858FC08; Sat, 27 Oct 2012 18:36:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RIaEnC033424; Sat, 27 Oct 2012 18:36:14 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RIaEvL033422; Sat, 27 Oct 2012 18:36:14 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210271836.q9RIaEvL033422@svn.freebsd.org> From: Eitan Adler Date: Sat, 27 Oct 2012 18:36:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39816 - 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: Sat, 27 Oct 2012 18:36:15 -0000 Author: eadler Date: Sat Oct 27 18:36:14 2012 New Revision: 39816 URL: http://svn.freebsd.org/changeset/doc/39816 Log: The print version of the handbook, 1st edition, is ancient, outdated, and out of print. Approved by: bcr (mentor) Modified: head/share/xml/bibliography.xml Modified: head/share/xml/bibliography.xml ============================================================================== --- head/share/xml/bibliography.xml Sat Oct 27 13:20:59 2012 (r39815) +++ head/share/xml/bibliography.xml Sat Oct 27 18:36:14 2012 (r39816) @@ -292,26 +292,6 @@ - - - The FreeBSD Handbook - - FreeBSD Documentation Project - - - BSDi - - - 1st edition - - November 1999 - - 489 pages - - ISBN 1-57176-241-8 - - - McKusick et al, 1994 From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 18:36:19 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 0D6FB131; Sat, 27 Oct 2012 18:36:19 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E94EE8FC0A; Sat, 27 Oct 2012 18:36:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RIaItQ033466; Sat, 27 Oct 2012 18:36:18 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RIaIae033463; Sat, 27 Oct 2012 18:36:18 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210271836.q9RIaIae033463@svn.freebsd.org> From: Eitan Adler Date: Sat, 27 Oct 2012 18:36:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39817 - 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, 27 Oct 2012 18:36:19 -0000 Author: eadler Date: Sat Oct 27 18:36:18 2012 New Revision: 39817 URL: http://svn.freebsd.org/changeset/doc/39817 Log: This may have been true at the time pgj committed it, but it not true 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 Sat Oct 27 18:36:14 2012 (r39816) +++ head/en_US.ISO8859-1/books/faq/book.xml Sat Oct 27 18:36:18 2012 (r39817) @@ -5955,10 +5955,6 @@ perm /dev/acd0 0660Why can I not get user quotas to work properly? - - From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 18:59:15 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 7FD30FDC; Sat, 27 Oct 2012 18:59:15 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 614C88FC08; Sat, 27 Oct 2012 18:59:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RIxFTX037580; Sat, 27 Oct 2012 18:59:15 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RIxFow037578; Sat, 27 Oct 2012 18:59:15 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210271859.q9RIxFow037578@svn.freebsd.org> From: Eitan Adler Date: Sat, 27 Oct 2012 18:59:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39818 - head/en_US.ISO8859-1/htdocs/multimedia 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, 27 Oct 2012 18:59:15 -0000 Author: eadler Date: Sat Oct 27 18:59:14 2012 New Revision: 39818 URL: http://svn.freebsd.org/changeset/doc/39818 Log: Add ACM Queue Portrait: Robert Watson to the multimedia page. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Modified: head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Sat Oct 27 18:36:18 2012 (r39817) +++ head/en_US.ISO8859-1/htdocs/multimedia/multimedia-input.xml Sat Oct 27 18:59:14 2012 (r39818) @@ -10,6 +10,24 @@ --> + + Queue Portrait: Robert Watson + https://queue.acm.org/detail_video.cfm?id=2382552 + + George Neville-Neil, Queue's Kode Vicious, interviews + Robert Watson to learn about Capsicum and other + exciting research projects at Cambridge. + + + + 2012 + interview + research + Robert Watson + George Neville-Neil + + + BSDCan-2012 Photos - Friday From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 19: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 C50F0CCE; Sat, 27 Oct 2012 19:30:55 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AD2258FC0A; Sat, 27 Oct 2012 19:30:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RJUtrc042778; Sat, 27 Oct 2012 19:30:55 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RJUtrk042776; Sat, 27 Oct 2012 19:30:55 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201210271930.q9RJUtrk042776@svn.freebsd.org> From: Attilio Rao Date: Sat, 27 Oct 2012 19:30:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39819 - 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: Sat, 27 Oct 2012 19:30:55 -0000 Author: attilio (src committer) Date: Sat Oct 27 19:30:55 2012 New Revision: 39819 URL: http://svn.freebsd.org/changeset/doc/39819 Log: Document that version 1000021 also covers FUSEFS inclusion into base. Reviewed and tested by: eadler 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 Oct 27 18:59:14 2012 (r39818) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Oct 27 19:30:55 2012 (r39819) @@ -15811,7 +15811,9 @@ Reference: <http://www.freebsd.org/po 1000021 October 22, 2012 10-CURRENT after the removal of support for - non-MPSAFE filesystems (rev + non-MPSAFE filesystems and the add of support for + FUSEFS (rev + 241519, 241897).
    From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 20:04: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 CB519C8A; Sat, 27 Oct 2012 20:04:06 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B3B898FC14; Sat, 27 Oct 2012 20:04:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RK46sh048624; Sat, 27 Oct 2012 20:04:06 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RK46A1048622; Sat, 27 Oct 2012 20:04:06 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210272004.q9RK46A1048622@svn.freebsd.org> From: Eitan Adler Date: Sat, 27 Oct 2012 20:04:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39820 - 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, 27 Oct 2012 20:04:06 -0000 Author: eadler Date: Sat Oct 27 20:04:06 2012 New Revision: 39820 URL: http://svn.freebsd.org/changeset/doc/39820 Log: Discourage the use of sysinstall. Even users on systems where it still exists should not be encouraged to use it. 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 Sat Oct 27 19:30:55 2012 (r39819) +++ head/en_US.ISO8859-1/books/faq/book.xml Sat Oct 27 20:04:06 2012 (r39820) @@ -4178,9 +4178,7 @@ kern.timecounter.hardware: TSC -> i82 can be installed and uninstalled again easily without having to know the gory details of which files it includes. - Use the Packages package - installation menu in &man.sysinstall.8; (under the - Configure menu item) or invoke + Invoke the &man.pkg.add.1; command on the specific package files you are interested in installing. Package files can usually be identified by their .tbz suffix and From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 20:44: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 EEE4B48A; Sat, 27 Oct 2012 20:44:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D71C68FC12; Sat, 27 Oct 2012 20:44:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RKiNx1055054; Sat, 27 Oct 2012 20:44:23 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RKiNlN055052; Sat, 27 Oct 2012 20:44:23 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201210272044.q9RKiNlN055052@svn.freebsd.org> From: Glen Barber Date: Sat, 27 Oct 2012 20:44:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39821 - 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: Sat, 27 Oct 2012 20:44:24 -0000 Author: gjb Date: Sat Oct 27 20:44:23 2012 New Revision: 39821 URL: http://svn.freebsd.org/changeset/doc/39821 Log: Add BSDday Argentina 2012. Submitted by: hdc (hdc%openbsderos!org) Modified: head/share/xml/events2012.xml Modified: head/share/xml/events2012.xml ============================================================================== --- head/share/xml/events2012.xml Sat Oct 27 20:04:06 2012 (r39820) +++ head/share/xml/events2012.xml Sat Oct 27 20:44:23 2012 (r39821) @@ -234,4 +234,33 @@ experts. + + + BSDday Argentina 2012 + http://www.bsdday.org/ + + 2012 + 11 + 17 + + + 2012 + 11 + 17 + + + Argentina + Buenos Aires City + Universidad Tecnologica Nacional + + + BSDday Argentina is a conference for users, sysadmins + and developers of BSD software and based systems. The + conference is for anyone developing, deploying and using systems + based on FreeBSD, NetBSD, OpenBSD, DragonFlyBSD and others *BSD. + BSDday Argentina is a technical conference and aims to collect + the best technical papers and presentations available to ensure + that the latest developments in our open source community are + shared with the widest possible audience. + From owner-svn-doc-all@FreeBSD.ORG Sat Oct 27 21:45: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 091E856C; Sat, 27 Oct 2012 21:45:16 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E2F598FC17; Sat, 27 Oct 2012 21:45:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RLjFKx064727; Sat, 27 Oct 2012 21:45:15 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RLjF8P064725; Sat, 27 Oct 2012 21:45:15 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201210272145.q9RLjF8P064725@svn.freebsd.org> From: Warren Block Date: Sat, 27 Oct 2012 21:45:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39822 - 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: Sat, 27 Oct 2012 21:45:16 -0000 Author: wblock Date: Sat Oct 27 21:45:15 2012 New Revision: 39822 URL: http://svn.freebsd.org/changeset/doc/39822 Log: Adjust wording for better English. 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 Oct 27 20:44:23 2012 (r39821) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Oct 27 21:45:15 2012 (r39822) @@ -15810,8 +15810,8 @@ Reference: <http://www.freebsd.org/po 1000021 October 22, 2012 - 10-CURRENT after the removal of support for - non-MPSAFE filesystems and the add of support for + 10-CURRENT after removal of support for + non-MPSAFE filesystems and addition of support for FUSEFS (rev 241519, 241897).