From owner-svn-doc-head@FreeBSD.ORG Sun Nov 25 00:59:45 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 37B393F6;
Sun, 25 Nov 2012 00:59:45 +0000 (UTC)
(envelope-from linimon@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 1CD5B8FC15;
Sun, 25 Nov 2012 00:59:45 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP0xi7U062335;
Sun, 25 Nov 2012 00:59:44 GMT (envelope-from linimon@svn.freebsd.org)
Received: (from linimon@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP0xiov062334;
Sun, 25 Nov 2012 00:59:44 GMT (envelope-from linimon@svn.freebsd.org)
Message-Id: <201211250059.qAP0xiov062334@svn.freebsd.org>
From: Mark Linimon
Date: Sun, 25 Nov 2012 00:59:44 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40154 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 25 Nov 2012 00:59:45 -0000
Author: linimon
Date: Sun Nov 25 00:59:44 2012
New Revision: 40154
URL: http://svnweb.freebsd.org/changeset/doc/40154
Log:
Fix the inetd flags. Get rid of ntpdate: it is documented as being obsolete.
Pacify igor a bit more. (Everything that remains is a true false positive.)
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 Sat Nov 24 23:24:54 2012 (r40153)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 25 00:59:44 2012 (r40154)
@@ -301,7 +301,7 @@ CXX=clang++
.if !defined(CPP) || ${CPP} == "cpp"
CPP=clang-cpp
.endif
-# Don't die on warnings
+# Do not die on warnings
NO_WERROR=
WERROR=
@@ -950,8 +950,8 @@ umount: pointyhat.freebsd.org:/var/portb
umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
/x/tmp/8-exp/chroot/53837/compat/linux/proc: not a file system root directory
- The former 2 mean that that client did not have those mounted;
- the latter 2 are a bug.
+ The former two mean that the client did not have those mounted;
+ the latter two are a bug.
You may also see messages about procfs.
@@ -1753,8 +1753,6 @@ inetd_enable="YES"
linux_enable="YES"
nfs_client_enable="YES"
ntpd_enable="YES"
-ntpdate_enable="YES"
-ntpdate_flags="north-america.pool.ntp.org"
sendmail_enable="NONE"
sshd_enable="YES"
sshd_program="/usr/local/sbin/sshd"
@@ -2855,15 +2853,13 @@ apache_pidfile="/var/run/httpd.pid"
gmetad_enable="YES"
gmond_enable="YES"
inetd_enable="YES"
-# XXX MCL these do not work!
-#inetd_flags="-R 10000 -lw"
+# XXX MCL try these instead.
+inetd_flags="-R 10000 -l -w"
mountd_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 12"
nfs_remote_port_only="YES"
ntpd_enable="YES"
-ntpdate_enable="YES"
-ntpdate_flags="north-america.pool.ntp.org"
rpcbind_enable="YES"
rpc_lockd_enable="NO"
rpc_statd_enable="YES"
From owner-svn-doc-head@FreeBSD.ORG Sun Nov 25 02:56:25 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D3EC7E9C;
Sun, 25 Nov 2012 02:56:25 +0000 (UTC)
(envelope-from linimon@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B99A68FC17;
Sun, 25 Nov 2012 02:56:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP2uPE4080342;
Sun, 25 Nov 2012 02:56:25 GMT (envelope-from linimon@svn.freebsd.org)
Received: (from linimon@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP2uPsN080341;
Sun, 25 Nov 2012 02:56:25 GMT (envelope-from linimon@svn.freebsd.org)
Message-Id: <201211250256.qAP2uPsN080341@svn.freebsd.org>
From: Mark Linimon
Date: Sun, 25 Nov 2012 02:56:25 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40155 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 25 Nov 2012 02:56:25 -0000
Author: linimon
Date: Sun Nov 25 02:56:25 2012
New Revision: 40155
URL: http://svnweb.freebsd.org/changeset/doc/40155
Log:
Remove a particularly pernicious bit of markup error that bites me in the
rear every time.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.xml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 25 00:59:44 2012 (r40154)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 25 02:56:25 2012 (r40155)
@@ -1918,7 +1918,7 @@ scratchdir=/usr2<
ln -sf ${scratchdir}/portbuild /var/
# Identify builds ready for use
-cd /var/portbuild/${arch}
+cd /var/portbuild/arch
for i in */builds/*; do
if [ -f ${i}/.ready ]; then
mkdir /tmp/.setup-${i##*/}
@@ -2041,23 +2041,24 @@ touch /tmp/.boot_finished
- Configuration on pointyhat
+ Configuration on the serverThese steps need to be taken by a portmgr
acting as ports-${arch}
- on pointyhat.
+ on the server.
If any of the default TCP ports is not available (see
above), you will need to create an ssh
- tunnel for it and include it in the
+ tunnel for them and include its invocation command in
+ ports-${arch}'s
crontab.
- Add an entry to
+ Unless you can use the defaults, add an entry to
/home/ports-${arch}/.ssh/config
to specify the public IP address, TCP port for
ssh, username, and any other necessary
From owner-svn-doc-head@FreeBSD.ORG Sun Nov 25 13:51:46 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 3D93CB78;
Sun, 25 Nov 2012 13:51:46 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 223B08FC12;
Sun, 25 Nov 2012 13:51:46 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPDpkWC070302;
Sun, 25 Nov 2012 13:51:46 GMT (envelope-from ryusuke@svn.freebsd.org)
Received: (from ryusuke@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPDpjvI070300;
Sun, 25 Nov 2012 13:51:45 GMT (envelope-from ryusuke@svn.freebsd.org)
Message-Id: <201211251351.qAPDpjvI070300@svn.freebsd.org>
From: Ryusuke SUZUKI
Date: Sun, 25 Nov 2012 13:51:45 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40156 - in head/ja_JP.eucJP: books/handbook/eresources
share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 25 Nov 2012 13:51:46 -0000
Author: ryusuke
Date: Sun Nov 25 13:51:45 2012
New Revision: 40156
URL: http://svnweb.freebsd.org/changeset/doc/40156
Log:
- Merge the following from the English version:
r18976 -> r19274, r39651 -> r39975
head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
r39651 -> r39975 head/ja_JP.eucJP/share/xml/mailing-lists.ent
Modified:
head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
head/ja_JP.eucJP/share/xml/mailing-lists.ent
Modified: head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
==============================================================================
--- head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Sun Nov 25 02:56:25 2012 (r40155)
+++ head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Sun Nov 25 13:51:45 2012 (r40156)
@@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
- Original revision: r18976
+ Original revision: r19274
$FreeBSD$
-->
@@ -277,6 +277,11 @@
+ &a.infiniband.name;
+ &os; での Infiniband の使用
+
+
+ &a.ipfw.name;IP firewall コードの再設計に関する技術的議論
@@ -347,6 +352,12 @@
+ &a.perl.name;
+ 数多く存在する perl に関連する port
+ の管理について
+
+
+ &a.platforms.name;Intel 以外のアーキテクチャのプラットフォームへの移植
@@ -988,6 +999,17 @@
+ &a.infiniband.name;
+
+
+ &os; での Infiniband の使用
+
+ &os; における Infiniband, OFED および OpenSM
+ に関する技術的なメーリングリストです。
+
+
+
+ &a.ipfw.name;
Modified: head/ja_JP.eucJP/share/xml/mailing-lists.ent
==============================================================================
--- head/ja_JP.eucJP/share/xml/mailing-lists.ent Sun Nov 25 02:56:25 2012 (r40155)
+++ head/ja_JP.eucJP/share/xml/mailing-lists.ent Sun Nov 25 13:51:45 2012 (r40156)
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
- Original revision: r39651
+ Original revision: r39975
$FreeBSD$
-->
@@ -240,6 +240,10 @@
FreeBSD IA64 porting メーリングリスト">
freebsd-ia64">
+
+FreeBSD での Infiniband の使用">
+freebsd-infiniband">
+
FreeBSD IPFW code メーリングリスト">
freebsd-ipfw">
From owner-svn-doc-head@FreeBSD.ORG Sun Nov 25 17:00:00 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 5CFB67E6;
Sun, 25 Nov 2012 17:00:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3F1898FC0C;
Sun, 25 Nov 2012 17:00:00 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPH0076095089;
Sun, 25 Nov 2012 17:00:00 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPH00qm095088;
Sun, 25 Nov 2012 17:00:00 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201211251700.qAPH00qm095088@svn.freebsd.org>
From: Glen Barber
Date: Sun, 25 Nov 2012 17:00:00 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40157 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 25 Nov 2012 17:00:00 -0000
Author: gjb
Date: Sun Nov 25 16:59:59 2012
New Revision: 40157
URL: http://svnweb.freebsd.org/changeset/doc/40157
Log:
Fix path to authors.ent.
Submitted by: flo
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 Sun Nov 25 13:51:45 2012 (r40156)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Nov 25 16:59:59 2012 (r40157)
@@ -1950,7 +1950,7 @@ U stable/9/share/man/man4/netmap.4
Add your author entity to
- head/en_US.ISO8859-1/share/xml/authors.ent;
+ head/share/xml/authors.ent;
this should be done first since an omission of this commit will
cause the next commits to break the doc/ build.
From owner-svn-doc-head@FreeBSD.ORG Sun Nov 25 21:31:11 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 38021C17;
Sun, 25 Nov 2012 21:31:11 +0000 (UTC) (envelope-from bar@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 195F88FC0C;
Sun, 25 Nov 2012 21:31:11 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPLVAe5030838;
Sun, 25 Nov 2012 21:31:10 GMT (envelope-from bar@svn.freebsd.org)
Received: (from bar@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPLVAx7030830;
Sun, 25 Nov 2012 21:31:10 GMT (envelope-from bar@svn.freebsd.org)
Message-Id: <201211252131.qAPLVAx7030830@svn.freebsd.org>
From: Barbara Guida
Date: Sun, 25 Nov 2012 21:31:10 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40158 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 25 Nov 2012 21:31:11 -0000
Author: bar (ports committer)
Date: Sun Nov 25 21:31:10 2012
New Revision: 40158
URL: http://svnweb.freebsd.org/changeset/doc/40158
Log:
- Add my author entity
- Add myself to contributors list
- Remove myself from additional contributor
- Add and entry in news
- Add my GnuPG key
Approved by: flo (mentor)
Added:
head/share/pgpkeys/bar.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 Sun Nov 25 16:59:59 2012 (r40157)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Sun Nov 25 21:31:10 2012 (r40158)
@@ -1144,11 +1144,6 @@
- Barbara
-
-
-
- Barry Bierbauch
pivrnec@vszbr.cz
Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Sun Nov 25 16:59:59 2012 (r40157)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Sun Nov 25 21:31:10 2012 (r40158)
@@ -500,6 +500,10 @@
+ &a.bar;
+
+
+ &a.jmg;
Added: head/share/pgpkeys/bar.key
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/pgpkeys/bar.key Sun Nov 25 21:31:10 2012 (r40158)
@@ -0,0 +1,50 @@
+
+
+
+uid Barbara Guida
+sub 2048R/1DF7506C 2012-11-13
+]]>
+
Modified: head/share/pgpkeys/pgpkeys-developers.xml
==============================================================================
--- head/share/pgpkeys/pgpkeys-developers.xml Sun Nov 25 16:59:59 2012 (r40157)
+++ head/share/pgpkeys/pgpkeys-developers.xml Sun Nov 25 21:31:10 2012 (r40158)
@@ -566,6 +566,11 @@
&pgpkey.jamie;
+
+ &a.bar;
+ &pgpkey.bar;
+
+
&a.jmg;
&pgpkey.jmg;
Modified: head/share/pgpkeys/pgpkeys.ent
==============================================================================
--- head/share/pgpkeys/pgpkeys.ent Sun Nov 25 16:59:59 2012 (r40157)
+++ head/share/pgpkeys/pgpkeys.ent Sun Nov 25 21:31:10 2012 (r40158)
@@ -33,6 +33,7 @@
+
Modified: head/share/xml/authors.ent
==============================================================================
--- head/share/xml/authors.ent Sun Nov 25 16:59:59 2012 (r40157)
+++ head/share/xml/authors.ent Sun Nov 25 21:31:10 2012 (r40158)
@@ -132,6 +132,8 @@
bapt@FreeBSD.org">
+bar@FreeBSD.org">
+
barner@FreeBSD.org">
bbraun@FreeBSD.org">
Modified: head/share/xml/developers.ent
==============================================================================
--- head/share/xml/developers.ent Sun Nov 25 16:59:59 2012 (r40157)
+++ head/share/xml/developers.ent Sun Nov 25 21:31:10 2012 (r40158)
@@ -65,6 +65,7 @@ $FreeBSD$
+
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Sun Nov 25 16:59:59 2012 (r40157)
+++ head/share/xml/news.xml Sun Nov 25 21:31:10 2012 (r40158)
@@ -34,6 +34,15 @@
11
+ 25
+
+
+
+
+
+
+ 17
From owner-svn-doc-head@FreeBSD.ORG Mon Nov 26 02:58:35 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 77D91197;
Mon, 26 Nov 2012 02:58:35 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 5B13C8FC0C;
Mon, 26 Nov 2012 02:58:35 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ2wZhU077380;
Mon, 26 Nov 2012 02:58:35 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ2wZ37077377;
Mon, 26 Nov 2012 02:58:35 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211260258.qAQ2wZ37077377@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 26 Nov 2012 02:58:35 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40159 - in
head/en_US.ISO8859-1/books/developers-handbook: kernelbuild policies tools
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Nov 2012 02:58:35 -0000
Author: eadler
Date: Mon Nov 26 02:58:34 2012
New Revision: 40159
URL: http://svnweb.freebsd.org/changeset/doc/40159
Log:
Revert r40117 which removed the last mention of the "old" way to build the kernel. This needs some reworking to explain why one would want to do this.
Modified:
head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml
head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml
head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
Modified: head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml Sun Nov 25 21:31:10 2012 (r40158)
+++ head/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.xml Mon Nov 26 02:58:34 2012 (r40159)
@@ -10,8 +10,80 @@
Being a kernel developer requires understanding of the kernel
build process. To debug the &os; kernel it is required to be able
- to build one. This procedure is documented in the Building and
- Installing a Custom Kernel chapter of the &os;
- Handbook.
+ to build one. There are two known ways to do so:
+
+
+
+ The Traditional Way
+
+
+
+ The New Way
+
+
+
+
+ It is supposed that the reader of this chapter is familiar
+ with the information described in the Building and
+ Installing a Custom Kernel chapter of the &os;
+ Handbook. If this is not the case, please read through the above
+ mentioned chapter to understand how the build process
+ works.
+
+
+
+ Building a Kernel the Traditional Way
+
+ Up to version 4.X of &os; this was the recommended way to
+ build a new kernel. It can still be used on newer versions
+ (instead of the buildkernel target of the toplevel
+ /usr/src/ makefiles).
+ Building the kernel this way may be useful when working on the
+ kernel code and it may actually be faster than the
+ New procedure when only a single option or two were
+ tweaked in the kernel configuration file. On the other hand, it
+ might lead to unexpected kernel build breakage when used by
+ beginners on newer versions of &os;.
+
+
+
+ Run &man.config.8; to generate the kernel source
+ code:
+
+ &prompt.root; /usr/sbin/config MYKERNEL
+
+
+
+ Change into the build directory. &man.config.8; will
+ print the name of this directory after being run as
+ above.
+
+ &prompt.root; cd ../compile/MYKERNEL
+
+
+
+ Compile the kernel:
+
+ &prompt.root; make depend
+&prompt.root; make
+
+
+
+ Install the new kernel:
+
+ &prompt.root; make install
+
+
+
+
+
+ Building a Kernel the New Way
+
+ This procedure is well supported and recommended under the
+ latest &os; releases and is documented in the Building and
+ Installing a Custom Kernel chapter of the &os;
+ Handbook.
+
Modified: head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml Sun Nov 25 21:31:10 2012 (r40158)
+++ head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml Mon Nov 26 02:58:34 2012 (r40159)
@@ -142,12 +142,161 @@
key issue in the decisions.
- Because it makes it harder to import future versions
- minor, trivial and/or
+ Because of some unfortunate design limitations with the RCS file
+ format and the use of vendor branches, minor, trivial and/or
cosmetic changes are strongly discouraged on
- files that are still tracking the vendor branch.
+ files that are still tracking the vendor branch. Spelling
+ fixes are explicitly included here under the
+ cosmetic category and are to be avoided.
+ The repository bloat impact from a single character
+ change can be rather dramatic.
+
+ Vendor Imports with CVS
+
+ The file utility, used to identify
+ the format of a file, will be used as example of how this model
+ works:
+
+ src/contrib/file contains the source as
+ distributed by the maintainers of this package. Parts that are entirely
+ not applicable for &os; can be removed. In the case of &man.file.1;, the
+ python subdirectory and files with the lt
+ prefix were eliminated before the import, amongst others.
+
+ src/lib/libmagic contains a bmake style
+ Makefile that uses the standard
+ bsd.lib.mk makefile rules to produce the library
+ and install the documentation.
+
+ src/usr.bin/file contains a bmake style
+ Makefile which will produce and install the
+ file program and its associated man-pages using the
+ standard bsd.prog.mk rules.
+
+ The important thing here is that the
+ src/contrib/file directory is created according to
+ the rules: it is supposed to contain the sources as distributed (on a
+ proper vendor-branch and without RCS keyword expansion) with as few
+ FreeBSD-specific changes as possible. If there are any doubts on
+ how to go about it, it is imperative that you ask first and not blunder
+ ahead and hope it works out.
+
+ Because of the previously mentioned design limitations with
+ vendor branches, it is required that official patches from
+ the vendor be applied to the original distributed sources and the result
+ re-imported onto the vendor branch again. Official patches should never
+ be patched into the FreeBSD checked out version and committed, as this
+ destroys the vendor branch coherency and makes importing future versions
+ rather difficult as there will be conflicts.
+
+ Since many packages contain files that are meant for compatibility
+ with other architectures and environments than FreeBSD, it is
+ permissible to remove parts of the distribution tree that are of no
+ interest to FreeBSD in order to save space. Files containing copyright
+ notices and release-note kind of information applicable to the remaining
+ files shall not be removed.
+
+ If it seems easier, the bmake
+ Makefiles can be produced from the dist tree
+ automatically by some utility, something which would hopefully make it
+ even easier to upgrade to a new version. If this is done, be sure to
+ check in such utilities (as necessary) in the
+ src/tools directory along with the port itself so
+ that it is available to future maintainers.
+
+ In the src/contrib/file level directory, a file
+ called FREEBSD-upgrade should be added and it
+ should state things like:
+
+
+
+ Which files have been left out.
+
+
+
+ Where the original distribution was obtained from and/or the
+ official master site.
+
+
+
+ Where to send patches back to the original authors.
+
+
+
+ Perhaps an overview of the FreeBSD-specific changes that have
+ been made.
+
+
+
+ Example wording from
+ src/contrib/groff/FREEBSD-upgrade is
+ below:
+
+ $FreeBSD: src/contrib/groff/FREEBSD-upgrade,v 1.5.12.1 2005/11/15 22:06:18 ru Exp $
+
+This directory contains virgin copies of the original distribution files
+on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
+the files in this directory via patches and a cvs commit.
+
+To upgrade to a newer version of groff, when it is available:
+ 1. Unpack the new version into an empty directory.
+ [Do not make ANY changes to the files.]
+
+ 2. Use the command:
+ cvs import -m 'Virgin import of FSF groff v<version>' \
+ src/contrib/groff FSF v<version>
+
+ For example, to do the import of version 1.19.2, I typed:
+ cvs import -m 'Virgin import of FSF groff v1.19.2' \
+ src/contrib/groff FSF v1_19_2
+
+ 3. Follow the instructions printed out in step 2 to resolve any
+ conflicts between local FreeBSD changes and the newer version.
+
+Do not, under any circumstances, deviate from this procedure.
+
+To make local changes to groff, simply patch and commit to the main
+branch (aka HEAD). Never make local changes on the FSF branch.
+
+All local changes should be submitted to Werner Lemberg <wl@gnu.org> or
+Ted Harding <ted.harding@nessie.mcc.ac.uk> for inclusion in the next
+vendor release.
+
+ru@FreeBSD.org - 20 October 2005
+
+ Another approach my also be taken for the list of files to be
+ excluded, which is especially useful when the list is large or
+ complicated or where imports happen frequently. By creating a
+ file FREEBSD-Xlist in the same directory the
+ vendor source is imported into, containing a list of filename
+ patterns to be excluded one per line, future imports can often
+ performed with:
+
+ &prompt.user; tarFREEBSD-Xlistvendor-source.tgz
+
+ An example of a FREEBSD-Xlist file, from
+ src/contrib/tcsh, is here:
+
+ */BUGS
+*/config/a*
+*/config/bs2000
+*/config/bsd
+*/config/bsdreno
+*/config/[c-z]*
+*/tests
+*/win32
+
+
+ Please do not import FREEBSD-upgrade or
+ FREEBSD-Xlist with the contributed source.
+ Rather you should add these files after the initial
+ import.
+
+
+
+
Modified: head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Sun Nov 25 21:31:10 2012 (r40158)
+++ head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Mon Nov 26 02:58:34 2012 (r40159)
@@ -349,11 +349,9 @@
Compiling with cc
- This section deals with the gcc
- and clang compilers for C and C++,
- since they come with the &os; base system. Starting with
- &os; 10.X clang is installed as
- cc. The
+ This section deals only with the GNU compiler for C and C++,
+ since that comes with the base FreeBSD system. It can be
+ invoked by either cc or gcc. The
details of producing a program with an interpreter vary
considerably between interpreters, and are usually well covered
in the documentation and on-line help for the
@@ -379,7 +377,14 @@
Convert the source code into assembly
language—this is very close to machine code, but still
- understandable by humans. Allegedly.
+ understandable by humans. Allegedly.
+
+
+ To be strictly accurate, cc converts the
+ source code into its own, machine-independent
+ p-code instead of assembly language at
+ this stage.
+
@@ -532,7 +537,13 @@
an executable that runs faster than normal. You can add a
number after the to specify a higher
level of optimization, but this often exposes bugs in the
- compiler's optimizer.
+ compiler's optimizer. For instance, the version of
+ cc that comes with the 2.1.0 release of
+ FreeBSD is known to produce bad code with the
+ option in some circumstances.
+
+ Optimization is usually only turned on when compiling
+ a release version.&prompt.user; cc -O -o foobar foobar.c
From owner-svn-doc-head@FreeBSD.ORG Mon Nov 26 03:00:20 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id B54BD244;
Mon, 26 Nov 2012 03:00:20 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 9A4188FC13;
Mon, 26 Nov 2012 03:00:20 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ30KUd077766;
Mon, 26 Nov 2012 03:00:20 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ30KC6077764;
Mon, 26 Nov 2012 03:00:20 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211260300.qAQ30KC6077764@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 26 Nov 2012 03:00:20 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40160 - in
head/en_US.ISO8859-1/books/developers-handbook: policies tools
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Nov 2012 03:00:20 -0000
Author: eadler
Date: Mon Nov 26 03:00:20 2012
New Revision: 40160
URL: http://svnweb.freebsd.org/changeset/doc/40160
Log:
Recommit portions of r40117 which are still valid. Remove a ton of obsolete comments from the "developer's handbook".
Approved by: bcr (original commit)
Modified:
head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml
head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
Modified: head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml Mon Nov 26 02:58:34 2012 (r40159)
+++ head/en_US.ISO8859-1/books/developers-handbook/policies/chapter.xml Mon Nov 26 03:00:20 2012 (r40160)
@@ -142,161 +142,12 @@
key issue in the decisions.
- Because of some unfortunate design limitations with the RCS file
- format and the use of vendor branches, minor, trivial and/or
+ Because it makes it harder to import future versions
+ minor, trivial and/or
cosmetic changes are strongly discouraged on
- files that are still tracking the vendor branch. Spelling
- fixes are explicitly included here under the
- cosmetic category and are to be avoided.
- The repository bloat impact from a single character
- change can be rather dramatic.
+ files that are still tracking the vendor branch.
-
- Vendor Imports with CVS
-
- The file utility, used to identify
- the format of a file, will be used as example of how this model
- works:
-
- src/contrib/file contains the source as
- distributed by the maintainers of this package. Parts that are entirely
- not applicable for &os; can be removed. In the case of &man.file.1;, the
- python subdirectory and files with the lt
- prefix were eliminated before the import, amongst others.
-
- src/lib/libmagic contains a bmake style
- Makefile that uses the standard
- bsd.lib.mk makefile rules to produce the library
- and install the documentation.
-
- src/usr.bin/file contains a bmake style
- Makefile which will produce and install the
- file program and its associated man-pages using the
- standard bsd.prog.mk rules.
-
- The important thing here is that the
- src/contrib/file directory is created according to
- the rules: it is supposed to contain the sources as distributed (on a
- proper vendor-branch and without RCS keyword expansion) with as few
- FreeBSD-specific changes as possible. If there are any doubts on
- how to go about it, it is imperative that you ask first and not blunder
- ahead and hope it works out.
-
- Because of the previously mentioned design limitations with
- vendor branches, it is required that official patches from
- the vendor be applied to the original distributed sources and the result
- re-imported onto the vendor branch again. Official patches should never
- be patched into the FreeBSD checked out version and committed, as this
- destroys the vendor branch coherency and makes importing future versions
- rather difficult as there will be conflicts.
-
- Since many packages contain files that are meant for compatibility
- with other architectures and environments than FreeBSD, it is
- permissible to remove parts of the distribution tree that are of no
- interest to FreeBSD in order to save space. Files containing copyright
- notices and release-note kind of information applicable to the remaining
- files shall not be removed.
-
- If it seems easier, the bmake
- Makefiles can be produced from the dist tree
- automatically by some utility, something which would hopefully make it
- even easier to upgrade to a new version. If this is done, be sure to
- check in such utilities (as necessary) in the
- src/tools directory along with the port itself so
- that it is available to future maintainers.
-
- In the src/contrib/file level directory, a file
- called FREEBSD-upgrade should be added and it
- should state things like:
-
-
-
- Which files have been left out.
-
-
-
- Where the original distribution was obtained from and/or the
- official master site.
-
-
-
- Where to send patches back to the original authors.
-
-
-
- Perhaps an overview of the FreeBSD-specific changes that have
- been made.
-
-
-
- Example wording from
- src/contrib/groff/FREEBSD-upgrade is
- below:
-
- $FreeBSD: src/contrib/groff/FREEBSD-upgrade,v 1.5.12.1 2005/11/15 22:06:18 ru Exp $
-
-This directory contains virgin copies of the original distribution files
-on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
-the files in this directory via patches and a cvs commit.
-
-To upgrade to a newer version of groff, when it is available:
- 1. Unpack the new version into an empty directory.
- [Do not make ANY changes to the files.]
-
- 2. Use the command:
- cvs import -m 'Virgin import of FSF groff v<version>' \
- src/contrib/groff FSF v<version>
-
- For example, to do the import of version 1.19.2, I typed:
- cvs import -m 'Virgin import of FSF groff v1.19.2' \
- src/contrib/groff FSF v1_19_2
-
- 3. Follow the instructions printed out in step 2 to resolve any
- conflicts between local FreeBSD changes and the newer version.
-
-Do not, under any circumstances, deviate from this procedure.
-
-To make local changes to groff, simply patch and commit to the main
-branch (aka HEAD). Never make local changes on the FSF branch.
-
-All local changes should be submitted to Werner Lemberg <wl@gnu.org> or
-Ted Harding <ted.harding@nessie.mcc.ac.uk> for inclusion in the next
-vendor release.
-
-ru@FreeBSD.org - 20 October 2005
-
- Another approach my also be taken for the list of files to be
- excluded, which is especially useful when the list is large or
- complicated or where imports happen frequently. By creating a
- file FREEBSD-Xlist in the same directory the
- vendor source is imported into, containing a list of filename
- patterns to be excluded one per line, future imports can often
- performed with:
-
- &prompt.user; tarFREEBSD-Xlistvendor-source.tgz
-
- An example of a FREEBSD-Xlist file, from
- src/contrib/tcsh, is here:
-
- */BUGS
-*/config/a*
-*/config/bs2000
-*/config/bsd
-*/config/bsdreno
-*/config/[c-z]*
-*/tests
-*/win32
-
-
- Please do not import FREEBSD-upgrade or
- FREEBSD-Xlist with the contributed source.
- Rather you should add these files after the initial
- import.
-
-
-
-
Modified: head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Mon Nov 26 02:58:34 2012 (r40159)
+++ head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Mon Nov 26 03:00:20 2012 (r40160)
@@ -349,9 +349,11 @@
Compiling with cc
- This section deals only with the GNU compiler for C and C++,
- since that comes with the base FreeBSD system. It can be
- invoked by either cc or gcc. The
+ This section deals with the gcc
+ and clang compilers for C and C++,
+ since they come with the &os; base system. Starting with
+ &os; 10.X clang is installed as
+ cc. The
details of producing a program with an interpreter vary
considerably between interpreters, and are usually well covered
in the documentation and on-line help for the
@@ -377,14 +379,7 @@
Convert the source code into assembly
language—this is very close to machine code, but still
- understandable by humans. Allegedly.
-
-
- To be strictly accurate, cc converts the
- source code into its own, machine-independent
- p-code instead of assembly language at
- this stage.
-
+ understandable by humans. Allegedly.
@@ -537,13 +532,7 @@
an executable that runs faster than normal. You can add a
number after the to specify a higher
level of optimization, but this often exposes bugs in the
- compiler's optimizer. For instance, the version of
- cc that comes with the 2.1.0 release of
- FreeBSD is known to produce bad code with the
- option in some circumstances.
-
- Optimization is usually only turned on when compiling
- a release version.
+ compiler's optimizer.
&prompt.user; cc -O -o foobar foobar.c
From owner-svn-doc-head@FreeBSD.ORG Mon Nov 26 08:47:06 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D7965693;
Mon, 26 Nov 2012 08:47:06 +0000 (UTC)
(envelope-from syuu@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id BA1178FC08;
Mon, 26 Nov 2012 08:47:06 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ8l6Dw041662;
Mon, 26 Nov 2012 08:47:06 GMT (envelope-from syuu@svn.freebsd.org)
Received: (from syuu@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ8l6PP041656;
Mon, 26 Nov 2012 08:47:06 GMT (envelope-from syuu@svn.freebsd.org)
Message-Id: <201211260847.qAQ8l6PP041656@svn.freebsd.org>
From: Takuya ASADA
Date: Mon, 26 Nov 2012 08:47:06 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40161 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Nov 2012 08:47:07 -0000
Author: syuu (src committer)
Date: Mon Nov 26 08:47:06 2012
New Revision: 40161
URL: http://svnweb.freebsd.org/changeset/doc/40161
Log:
- Add my author entity
- Add myself to contributors list
- Add and entry in news
- Add my GnuPG key
Approved by: hrs (mentor)
Added:
head/share/pgpkeys/syuu.key (contents, props changed)
Modified:
head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
head/share/pgpkeys/pgpkeys-developers.xml
head/share/pgpkeys/pgpkeys.ent
head/share/xml/developers.ent
head/share/xml/news.xml
Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Nov 26 03:00:20 2012 (r40160)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Mon Nov 26 08:47:06 2012 (r40161)
@@ -1646,4 +1646,8 @@
&a.az;
+
+
+ &a.syuu;
+
Modified: head/share/pgpkeys/pgpkeys-developers.xml
==============================================================================
--- head/share/pgpkeys/pgpkeys-developers.xml Mon Nov 26 03:00:20 2012 (r40160)
+++ head/share/pgpkeys/pgpkeys-developers.xml Mon Nov 26 08:47:06 2012 (r40161)
@@ -1896,3 +1896,8 @@
&pgpkey.zont;
+
+ &a.syuu;
+ &pgpkey.syuu;
+
+
Modified: head/share/pgpkeys/pgpkeys.ent
==============================================================================
--- head/share/pgpkeys/pgpkeys.ent Mon Nov 26 03:00:20 2012 (r40160)
+++ head/share/pgpkeys/pgpkeys.ent Mon Nov 26 08:47:06 2012 (r40161)
@@ -354,6 +354,7 @@
+
Added: head/share/pgpkeys/syuu.key
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/pgpkeys/syuu.key Mon Nov 26 08:47:06 2012 (r40161)
@@ -0,0 +1,41 @@
+
+
+
+sub 2048R/A87B0906 2012-11-21
+]]>
+
Modified: head/share/xml/developers.ent
==============================================================================
--- head/share/xml/developers.ent Mon Nov 26 03:00:20 2012 (r40160)
+++ head/share/xml/developers.ent Mon Nov 26 08:47:06 2012 (r40161)
@@ -608,6 +608,7 @@ $FreeBSD$
+
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Nov 26 03:00:20 2012 (r40160)
+++ head/share/xml/news.xml Mon Nov 26 08:47:06 2012 (r40161)
@@ -34,6 +34,15 @@
11
+ 26
+
+
+
+
+
+
+ 17
From owner-svn-doc-head@FreeBSD.ORG Mon Nov 26 13:48:49 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id BE40E6E;
Mon, 26 Nov 2012 13:48:49 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 8954A8FC15;
Mon, 26 Nov 2012 13:48:49 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQDmnb9098531;
Mon, 26 Nov 2012 13:48:49 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQDmnBt098529;
Mon, 26 Nov 2012 13:48:49 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211261348.qAQDmnBt098529@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 26 Nov 2012 13:48:49 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40164 - in head/en_US.ISO8859-1:
books/handbook/eresources share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Nov 2012 13:48:49 -0000
Author: eadler
Date: Mon Nov 26 13:48:49 2012
New Revision: 40164
URL: http://svnweb.freebsd.org/changeset/doc/40164
Log:
Add the new freebsd-tcltk mailing list
PR: docs/173916
Submitted by: David Wolfskill
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml
head/en_US.ISO8859-1/share/xml/mailing-lists.ent
Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Mon Nov 26 10:03:21 2012 (r40163)
+++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Mon Nov 26 13:48:49 2012 (r40164)
@@ -506,6 +506,11 @@
+ &a.tcltk.name;
+ FreeBSD-specific Tcl/Tk discussions
+
+
+ &a.threads.name;Threading in FreeBSD
Modified: head/en_US.ISO8859-1/share/xml/mailing-lists.ent
==============================================================================
--- head/en_US.ISO8859-1/share/xml/mailing-lists.ent Mon Nov 26 10:03:21 2012 (r40163)
+++ head/en_US.ISO8859-1/share/xml/mailing-lists.ent Mon Nov 26 13:48:49 2012 (r40164)
@@ -503,6 +503,10 @@
Sysinstall development mailing list">
freebsd-sysinstall">
+
+FreeBSD-specific Tcl/Tk discussions">
+freebsd-tcltk">
+
FreeBSD test mailing list">
freebsd-test">
From owner-svn-doc-head@FreeBSD.ORG Mon Nov 26 13:49:07 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 9DF92F5;
Mon, 26 Nov 2012 13:49:07 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 6921B8FC0C;
Mon, 26 Nov 2012 13:49:07 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQDn7e0098628;
Mon, 26 Nov 2012 13:49:07 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQDn7Ll098627;
Mon, 26 Nov 2012 13:49:07 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211261349.qAQDn7Ll098627@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 26 Nov 2012 13:49:07 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40165 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 26 Nov 2012 13:49:07 -0000
Author: eadler
Date: Mon Nov 26 13:49:07 2012
New Revision: 40165
URL: http://svnweb.freebsd.org/changeset/doc/40165
Log:
Eliminate use of deprecated flag to sysctl.
Noted by: mjg
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Nov 26 13:48:49 2012 (r40164)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Nov 26 13:49:07 2012 (r40165)
@@ -3339,7 +3339,7 @@ kern.timecounter.hardware: ACPI-fastkern.timecounter.hardware
&man.sysctl.3;.
- &prompt.root; sysctl -w kern.timecounter.hardware=i8254
+ &prompt.root; sysctl kern.timecounter.hardware=i8254
kern.timecounter.hardware: TSC -> i8254Your computer should now start keeping more accurate
@@ -5046,7 +5046,7 @@ C:\="DOS"
vfs.usermount to
1.
- &prompt.root; sysctl -w vfs.usermount=1
+ &prompt.root; sysctl vfs.usermount=1To make this persist across reboots, add the line
vfs.usermount=1 to
@@ -7273,7 +7273,7 @@ Key F15 A A Menu Wo
like this, where 300 is the limit in
packets per second:
- &prompt.root; sysctl -w net.inet.icmp.icmplim=300
+ &prompt.root; sysctl net.inet.icmp.icmplim=300If you do not want to see messages about this in your
log files, but you still want the kernel to do response
@@ -7281,7 +7281,7 @@ Key F15 A A Menu Wo
net.inet.icmp.icmplim_output sysctl
variable to disable the output like this:
- &prompt.root; sysctl -w net.inet.icmp.icmplim_output=0
+ &prompt.root; sysctl net.inet.icmp.icmplim_output=0Finally, if you want to disable response limiting, you
can set the net.inet.icmp.icmplim sysctl
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 09:43:57 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id B2799D7F;
Tue, 27 Nov 2012 09:43:57 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 72B778FC12;
Tue, 27 Nov 2012 09:43:57 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR9hvkN034174;
Tue, 27 Nov 2012 09:43:57 GMT (envelope-from ryusuke@svn.freebsd.org)
Received: (from ryusuke@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR9hvcd034172;
Tue, 27 Nov 2012 09:43:57 GMT (envelope-from ryusuke@svn.freebsd.org)
Message-Id: <201211270943.qAR9hvcd034172@svn.freebsd.org>
From: Ryusuke SUZUKI
Date: Tue, 27 Nov 2012 09:43:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40166 - in head/ja_JP.eucJP: books/handbook/eresources
share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 09:43:57 -0000
Author: ryusuke
Date: Tue Nov 27 09:43:57 2012
New Revision: 40166
URL: http://svnweb.freebsd.org/changeset/doc/40166
Log:
- Merge the following from the English version:
r39975 -> r40164 head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
r39975 -> r40164 head/ja_JP.eucJP/share/xml/mailing-lists.ent
Modified:
head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
head/ja_JP.eucJP/share/xml/mailing-lists.ent
Modified: head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
==============================================================================
--- head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Mon Nov 26 13:49:07 2012 (r40165)
+++ head/ja_JP.eucJP/books/handbook/eresources/chapter.xml Tue Nov 27 09:43:57 2012 (r40166)
@@ -425,6 +425,11 @@
&a.threads.name;
+ FreeBSD 固有の Tcl/Tk に関する議論
+
+
+
+ &a.threads.name;FreeBSD のスレッドについて
Modified: head/ja_JP.eucJP/share/xml/mailing-lists.ent
==============================================================================
--- head/ja_JP.eucJP/share/xml/mailing-lists.ent Mon Nov 26 13:49:07 2012 (r40165)
+++ head/ja_JP.eucJP/share/xml/mailing-lists.ent Tue Nov 27 09:43:57 2012 (r40166)
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
- Original revision: r39975
+ Original revision: r40164
$FreeBSD$
-->
@@ -508,6 +508,10 @@
Sysinstall development メーリングリスト">
freebsd-sysinstall">
+
+FreeBSD 固有の Tcl/Tk に関する議論">
+freebsd-tcltk">
+
FreeBSD test メーリングリスト">
freebsd-test">
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 15:30:40 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 9E10E3A7;
Tue, 27 Nov 2012 15:30:40 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 71C1D8FC13;
Tue, 27 Nov 2012 15:30:40 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFUeMq097034;
Tue, 27 Nov 2012 15:30:40 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFUekl097033;
Tue, 27 Nov 2012 15:30:40 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211271530.qARFUekl097033@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 27 Nov 2012 15:30:40 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40167 -
head/en_US.ISO8859-1/books/arch-handbook/driverbasics
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 15:30:40 -0000
Author: eadler
Date: Tue Nov 27 15:30:40 2012
New Revision: 40167
URL: http://svnweb.freebsd.org/changeset/doc/40167
Log:
Modernize the example echo module and fix some style(9) issues in the
code.
Reviewed by: alfred (code)
Reviewed by: gonzo (code)
Reviewed by: ehaupt (code)
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 09:43:57 2012 (r40166)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 15:30:40 2012 (r40167)
@@ -48,13 +48,7 @@
Most devices in a &unix;-like operating system are accessed
through device-nodes, sometimes also called special files.
These files are usually located under the directory
- /dev in the filesystem hierarchy.
- In releases of FreeBSD older than 5.0-RELEASE, where
- &man.devfs.5; support is not integrated into FreeBSD,
- each device node must be
- created statically and independent of the existence of the
- associated device driver. Most device nodes on the system are
- created by running MAKEDEV.
+ /dev in the filesystem hierarchy.Device drivers can roughly be broken down into two
categories; character and network device drivers.
@@ -212,20 +206,19 @@ KMOD=skeleton
Example of a Sample Echo Pseudo-Device Driver for
- &os; 5.X
+ &os; 10.X
/*
- * Simple `echo' pseudo-device KLD
+ * Simple Echo pseudo-device KLD
*
* Murray Stokely
- *
- * Converted to 5.X by Søren (Xride) Straarup
+ * Sren (Xride) Straarup
+ * Eitan Adler
*/
#include <sys/types.h>
#include <sys/module.h>
#include <sys/systm.h> /* uprintf */
-#include <sys/errno.h>
#include <sys/param.h> /* defines used in kernel.h */
#include <sys/kernel.h> /* types used in module initialization */
#include <sys/conf.h> /* cdevsw struct */
@@ -234,7 +227,6 @@ KMOD=skeleton
#define BUFFERSIZE 256
-
/* Function prototypes */
static d_open_t echo_open;
static d_close_t echo_close;
@@ -251,15 +243,14 @@ static struct cdevsw echo_cdevsw = {
.d_name = "echo",
};
-typedef struct s_echo {
+struct s_echo {
char msg[BUFFERSIZE];
int len;
-} t_echo;
+};
/* vars */
static struct cdev *echo_dev;
-static int count;
-static t_echo *echomsg;
+static struct s_echo *echomsg;
MALLOC_DECLARE(M_ECHOBUF);
MALLOC_DEFINE(M_ECHOBUF, "echobuffer", "buffer for echo module");
@@ -270,20 +261,25 @@ MALLOC_DEFINE(M_ECHOBUF, "echobuffer", "
*/
static int
-echo_loader(struct module *m, int what, void *arg)
+echo_loader(struct module *m __unused, int what, void *arg __unused)
{
- int err = 0;
+ int error = 0;
switch (what) {
case MOD_LOAD: /* kldload */
- echo_dev = make_dev(&echo_cdevsw,
+ error = make_dev_p(MAKEDEV_CHECKNAME | MAKEDEV_WAITOK,
+ &echo_dev,
+ &echo_cdevsw,
0,
UID_ROOT,
GID_WHEEL,
0600,
"echo");
+ if (error != 0)
+ break;
+
/* kmalloc memory for use by this driver */
- echomsg = malloc(sizeof(t_echo), M_ECHOBUF, M_WAITOK);
+ echomsg = malloc(sizeof(*echomsg), M_ECHOBUF, M_WAITOK);
printf("Echo device loaded.\n");
break;
case MOD_UNLOAD:
@@ -292,26 +288,27 @@ echo_loader(struct module *m, int what,
printf("Echo device unloaded.\n");
break;
default:
- err = EOPNOTSUPP;
+ error = EOPNOTSUPP;
break;
}
- return(err);
+ return (error);
}
static int
-echo_open(struct cdev *dev, int oflags, int devtype, struct thread *p)
+echo_open(struct cdev *dev __unused, int oflags __unused, int devtype __unused, struct thread *p __unused)
{
- int err = 0;
+ int error = 0;
uprintf("Opened device \"echo\" successfully.\n");
- return(err);
+ return (error);
}
static int
-echo_close(struct cdev *dev, int fflag, int devtype, struct thread *p)
+echo_close(struct cdev *dev __unused, int fflag __unused, int devtype __unused, struct thread *p __unused)
{
+
uprintf("Closing device \"echo.\"\n");
- return(0);
+ return (0);
}
/*
@@ -321,21 +318,21 @@ echo_close(struct cdev *dev, int fflag,
*/
static int
-echo_read(struct cdev *dev, struct uio *uio, int ioflag)
+echo_read(struct cdev *dev __unused, struct uio *uio, int ioflag __unused)
{
- int err = 0;
- int amt;
+ int error, amt;
/*
* How big is this read operation? Either as big as the user wants,
* or as big as the remaining data
*/
- amt = MIN(uio->uio_resid, (echomsg->len - uio->uio_offset > 0) ?
- echomsg->len - uio->uio_offset : 0);
- if ((err = uiomove(echomsg->msg + uio->uio_offset, amt, uio)) != 0) {
+
+ amt = MIN(uio-<uio_resid, echomsg-<len - uio-<uio_offset);
+ uio-<uio_offset += amt;
+ if ((error = uiomove(echomsg-<msg, amt, uio)) != 0)
uprintf("uiomove failed!\n");
- }
- return(err);
+
+ return (error);
}
/*
@@ -344,23 +341,39 @@ echo_read(struct cdev *dev, struct uio *
*/
static int
-echo_write(struct cdev *dev, struct uio *uio, int ioflag)
+echo_write(struct cdev *dev __unused, struct uio *uio, int ioflag __unused)
{
- int err = 0;
+ int error, amt;
/* Copy the string in from user memory to kernel memory */
- err = copyin(uio->uio_iov->iov_base, echomsg->msg,
- MIN(uio->uio_iov->iov_len, BUFFERSIZE - 1));
+
+ if (uio-<uio_offset != 0 && (uio-<uio_offset != echomsg-<len))
+ return (EINVAL);
+
+ /*
+ * This is new message, reset length
+ */
+ if (uio-<uio_offset == 0)
+ echomsg-<len = 0;
+
+ /* NULL charcter should be overriden */
+ if (echomsg-<len != 0)
+ echomsg-<len--;
+
+ /* Copy the string in from user memory to kernel memory */
+ amt = MIN(uio-<uio_resid, (BUFFERSIZE - echomsg-<len));
+
+ error = uiomove(echomsg-<msg + uio-<uio_offset, amt, uio);
/* Now we need to null terminate, then record the length */
- *(echomsg->msg + MIN(uio->uio_iov->iov_len, BUFFERSIZE - 1)) = 0;
- echomsg->len = MIN(uio->uio_iov->iov_len, BUFFERSIZE);
+ echomsg-<len += amt + 1;
+ uio-<uio_offset += amt + 1;
+ echomsg-<msg[echomsg-<len - 1] = 0;
+ //echomsg-<msg[BUFFERSIZE - 1] = '\n';
- if (err != 0) {
+ if (error != 0)
uprintf("Write failed: bad address!\n");
- }
- count++;
- return(err);
+ return (error);
}
DEV_MODULE(echo,echo_loader,NULL);
@@ -371,7 +384,9 @@ DEV_MODULE(echo,echo_loader,NULL);&prompt.root; echo -n "Test Data" > /dev/echo
&prompt.root; cat /dev/echo
-Test Data
+Opened device "echo" successfully.
+Test Data
+Closing device "echo."
Real hardware devices are described in the next chapter.
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 15:30:44 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 5E23B3AA;
Tue, 27 Nov 2012 15:30:44 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 430728FC1A;
Tue, 27 Nov 2012 15:30:44 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFUivC097076;
Tue, 27 Nov 2012 15:30:44 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFUiQe097075;
Tue, 27 Nov 2012 15:30:44 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211271530.qARFUiQe097075@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 27 Nov 2012 15:30:44 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40168 -
head/en_US.ISO8859-1/books/arch-handbook/driverbasics
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 15:30:44 -0000
Author: eadler
Date: Tue Nov 27 15:30:43 2012
New Revision: 40168
URL: http://svnweb.freebsd.org/changeset/doc/40168
Log:
Remove obsolete links which are now 404s (or worse)
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 15:30:40 2012 (r40167)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 15:30:43 2012 (r40168)
@@ -389,20 +389,6 @@ Test Data
Closing device "echo."
Real hardware devices are described in the next chapter.
-
- Additional Resources
-
- Dynamic
- Kernel Linker (KLD) Facility Programming Tutorial -
- Daemonnews October 2000
- How
- to Write Kernel Drivers with NEWBUS - Daemonnews July
- 2000
-
-
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 15:50:50 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 03D8AF72;
Tue, 27 Nov 2012 15:50:50 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id DC6E28FC14;
Tue, 27 Nov 2012 15:50:49 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFonBd000721;
Tue, 27 Nov 2012 15:50:49 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFoni1000719;
Tue, 27 Nov 2012 15:50:49 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211271550.qARFoni1000719@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 27 Nov 2012 15:50:49 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40169 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 15:50:50 -0000
Author: eadler
Date: Tue Nov 27 15:50:49 2012
New Revision: 40169
URL: http://svnweb.freebsd.org/changeset/doc/40169
Log:
Use space, not tab, after "Created by:" per the official portmgr
announcement.
Submitted by: ak
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Tue Nov 27 15:30:43 2012 (r40168)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Tue Nov 27 15:50:49 2012 (r40169)
@@ -16561,7 +16561,7 @@ IGNORE= POINTYHAT is not supported
Makefile.
[the header...just to make it easier for us to identify the ports.]
-# Created by: Satoshi Asami <asami@FreeBSD.org>
+# Created by: Satoshi Asami <asami@FreeBSD.org>
[The optional Created by: line names the person who originally
created the port. If this line is present, future maintainers should
not change or remove it except at the original author's request.]
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 18:32:38 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 10FEEC9C;
Tue, 27 Nov 2012 18:32:38 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id CEFF88FC08;
Tue, 27 Nov 2012 18:32:37 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARIWb3Z029594;
Tue, 27 Nov 2012 18:32:37 GMT (envelope-from rene@svn.freebsd.org)
Received: (from rene@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARIWbfX029592;
Tue, 27 Nov 2012 18:32:37 GMT (envelope-from rene@svn.freebsd.org)
Message-Id: <201211271832.qARIWbfX029592@svn.freebsd.org>
From: Rene Ladan
Date: Tue, 27 Nov 2012 18:32:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40170 - in head/nl_NL.ISO8859-1:
books/handbook/eresources share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 18:32:38 -0000
Author: rene
Date: Tue Nov 27 18:32:37 2012
New Revision: 40170
URL: http://svnweb.freebsd.org/changeset/doc/40170
Log:
MFen the Tcl/Tk mailing list:
- handbook/eresources r39975 -> r40164
- mailing-lists.ent r39975 -> r40164
Modified:
head/nl_NL.ISO8859-1/books/handbook/eresources/chapter.xml
head/nl_NL.ISO8859-1/share/xml/mailing-lists.ent
Modified: head/nl_NL.ISO8859-1/books/handbook/eresources/chapter.xml
==============================================================================
--- head/nl_NL.ISO8859-1/books/handbook/eresources/chapter.xml Tue Nov 27 15:50:49 2012 (r40169)
+++ head/nl_NL.ISO8859-1/books/handbook/eresources/chapter.xml Tue Nov 27 18:32:37 2012 (r40170)
@@ -6,7 +6,7 @@
Vertaald door: Siebrand Mazeland / Rene Ladan
%SOURCE% en_US.ISO8859-1/books/handbook/eresources/chapter.xml
- %SRCID% 39975
+ %SRCID% 40164
-->
@@ -612,6 +612,12 @@
+ &a.tcltk.name;
+
+ &os;-specifieke discussies over Tcl/Tk
+
+
+ &a.threads.name;Threading in &os;
Modified: head/nl_NL.ISO8859-1/share/xml/mailing-lists.ent
==============================================================================
--- head/nl_NL.ISO8859-1/share/xml/mailing-lists.ent Tue Nov 27 15:50:49 2012 (r40169)
+++ head/nl_NL.ISO8859-1/share/xml/mailing-lists.ent Tue Nov 27 18:32:37 2012 (r40170)
@@ -5,7 +5,7 @@
Vertaald door: Siebrand Mazeland / Rene Ladan
%SOURCE% en_US.ISO8859-1/share/xml/mailing-lists.ent
- %SRCID% 39975
+ %SRCID% 40164
-->
@@ -507,6 +507,10 @@
Sysinstall-ontwikkeling mailinglijst">
freebsd-sysinstall">
+
+&os;-specifieke discussies over Tcl/Tk">
+freebsd-tcltk">
+
&os; test mailinglijst">
freebsd-test">
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 19:34:45 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id DBCC8EF3;
Tue, 27 Nov 2012 19:34:45 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id A6F5E8FC13;
Tue, 27 Nov 2012 19:34:45 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARJYjKH041513;
Tue, 27 Nov 2012 19:34:45 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARJYjnj041512;
Tue, 27 Nov 2012 19:34:45 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211271934.qARJYjnj041512@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 27 Nov 2012 19:34:45 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40171 -
head/en_US.ISO8859-1/books/arch-handbook/driverbasics
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 19:34:46 -0000
Author: eadler
Date: Tue Nov 27 19:34:45 2012
New Revision: 40171
URL: http://svnweb.freebsd.org/changeset/doc/40171
Log:
Minor tweaks to the example code that I had forgotten to migrate
from code to documentation.
Submitted by: gonzo
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 18:32:37 2012 (r40170)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Tue Nov 27 19:34:45 2012 (r40171)
@@ -307,7 +307,7 @@ static int
echo_close(struct cdev *dev __unused, int fflag __unused, int devtype __unused, struct thread *p __unused)
{
- uprintf("Closing device \"echo.\"\n");
+ uprintf("Closing device \"echo\".\n");
return (0);
}
@@ -347,6 +347,10 @@ echo_write(struct cdev *dev __unused, st
/* Copy the string in from user memory to kernel memory */
+ /*
+ * We either write from the beginning or are appending - do
+ * not allow ranom access.
+ */
if (uio-<uio_offset != 0 && (uio-<uio_offset != echomsg-<len))
return (EINVAL);
@@ -369,7 +373,6 @@ echo_write(struct cdev *dev __unused, st
echomsg-<len += amt + 1;
uio-<uio_offset += amt + 1;
echomsg-<msg[echomsg-<len - 1] = 0;
- //echomsg-<msg[BUFFERSIZE - 1] = '\n';
if (error != 0)
uprintf("Write failed: bad address!\n");
@@ -386,7 +389,7 @@ DEV_MODULE(echo,echo_loader,NULL);cat /dev/echo
Opened device "echo" successfully.
Test Data
-Closing device "echo."
+Closing device "echo".
Real hardware devices are described in the next chapter.
From owner-svn-doc-head@FreeBSD.ORG Tue Nov 27 20:02:52 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 4E68594F;
Tue, 27 Nov 2012 20:02:52 +0000 (UTC) (envelope-from pgj@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3396B8FC15;
Tue, 27 Nov 2012 20:02:52 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARK2qqT046781;
Tue, 27 Nov 2012 20:02:52 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARK2qTp046779;
Tue, 27 Nov 2012 20:02:52 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201211272002.qARK2qTp046779@svn.freebsd.org>
From: Gabor Pali
Date: Tue, 27 Nov 2012 20:02:52 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40172 - head/en_US.ISO8859-1/htdocs/internal
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 27 Nov 2012 20:02:52 -0000
Author: pgj (ports committer)
Date: Tue Nov 27 20:02:51 2012
New Revision: 40172
URL: http://svnweb.freebsd.org/changeset/doc/40172
Log:
- Update (belatedly) the date of the last and next core elections.
Approved by: core (implicit)
Modified:
head/en_US.ISO8859-1/htdocs/internal/bylaws.xml
Modified: head/en_US.ISO8859-1/htdocs/internal/bylaws.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/bylaws.xml Tue Nov 27 19:34:45 2012 (r40171)
+++ head/en_US.ISO8859-1/htdocs/internal/bylaws.xml Tue Nov 27 20:02:51 2012 (r40172)
@@ -59,8 +59,8 @@
Additional Information
-
The last core election was held in June-July of 2010. The next core
- election is scheduled for June of 2012.
+
The last core election was held in May-June of 2012. The next core
+ election is scheduled for June of 2014.
Core Interpretations of the Bylaws
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 00:52:45 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8F7A321A;
Wed, 28 Nov 2012 00:52:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 745F28FC19;
Wed, 28 Nov 2012 00:52:45 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS0qjOO097193;
Wed, 28 Nov 2012 00:52:45 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS0qjNL097192;
Wed, 28 Nov 2012 00:52:45 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201211280052.qAS0qjNL097192@svn.freebsd.org>
From: Glen Barber
Date: Wed, 28 Nov 2012 00:52:45 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40173 - head/en_US.ISO8859-1/books/handbook/mirrors
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 00:52:45 -0000
Author: gjb
Date: Wed Nov 28 00:52:45 2012
New Revision: 40173
URL: http://svnweb.freebsd.org/changeset/doc/40173
Log:
- Update mailing address for FreeBSD Mall, Inc.
- Update mailing address and phone for Dr. Hinner EDV
- Remove JMC Software; page is listed as being in Ireland,
but site exists in Russia, and appears to be quite unmaintained.
- Update mailing address and phone for The Linux Emporium.
- Remove Linux+ and Linux System Labs, as they no longer sell
FreeBSD box sets.
Submitted by: dru (via wiki)
Modified:
head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Tue Nov 27 20:02:51 2012 (r40172)
+++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Nov 28 00:52:45 2012 (r40173)
@@ -39,7 +39,7 @@
&os; Mall, Inc.
- 700 Harvest Park Ste F
+ 2420 Sand Creek Rd C-1 #347Brentwood,
CA94513
@@ -55,10 +55,10 @@
Dr. Hinner EDV
- St. Augustinus-Str. 10
- D-81825München
+ Kochelseestr. 11
+ D-81371MünchenGermany
- Phone: (089) 428 419
+ Phone: (0177) 428 419 0
WWW:
@@ -66,16 +66,6 @@
- JMC Software
- Ireland
- Phone: 353 1 6291282
- WWW:
-
-
-
-
-
Linux Distro UK42 Wharfedale RoadMargate
@@ -89,11 +79,11 @@
The Linux Emporium
- Hilliard House, Lester Way
- Wallingford
- OX10 9TA
+ The Techno Centre, Puma Way
+ Parkside
+ CV1 2TTUnited Kingdom
- Phone: +44 1491 837010
+ Phone: +44 (0)247 615 8121
Fax: +44 1491 837016
WWW:
@@ -102,34 +92,6 @@
- Linux+ DVD Magazine
- Lewartowskiego 6
- Warsaw
- 00-190
- Poland
- Phone: +48 22 860 18 18
- Email: editors@lpmagazine.org
- WWW:
-
-
-
-
-
- Linux System Labs Australia
- 21 Ray Drive
- Balwyn North
- VIC - 3104
- Australia
- Phone: +61 3 9857 5918
- Fax: +61 3 9857 8974
- WWW:
-
-
-
-
-
LinuxCenter.RuGalernaya Street, 55Saint-Petersburg
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 01:58:08 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id F042F68E;
Wed, 28 Nov 2012 01:58:07 +0000 (UTC)
(envelope-from gavin@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id D4DF28FC13;
Wed, 28 Nov 2012 01:58:07 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS1w7ig008240;
Wed, 28 Nov 2012 01:58:07 GMT (envelope-from gavin@svn.freebsd.org)
Received: (from gavin@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS1w7D4008239;
Wed, 28 Nov 2012 01:58:07 GMT (envelope-from gavin@svn.freebsd.org)
Message-Id: <201211280158.qAS1w7D4008239@svn.freebsd.org>
From: Gavin Atkinson
Date: Wed, 28 Nov 2012 01:58:07 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40174 - head/en_US.ISO8859-1/htdocs/news
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 01:58:08 -0000
Author: gavin
Date: Wed Nov 28 01:58:07 2012
New Revision: 40174
URL: http://svnweb.freebsd.org/changeset/doc/40174
Log:
Update on progress after the compromise, for 27th November
Approved by: bcr (mentor, implicit)
Modified:
head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml
Modified: head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml Wed Nov 28 00:52:45 2012 (r40173)
+++ head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml Wed Nov 28 01:58:07 2012 (r40174)
@@ -62,6 +62,7 @@
Due to the legacy third-party package build controller head
+ nodes being offlined pending reinstall, we have been unable to
+ build new package sets over the last two weeks. As a result,
+ FreeBSD 9.1-RELEASE has been delayed as it was felt that we
+ should not ship the release without at least a minimal package
+ set available. We are now in a position where we are once
+ again able to build third-party packages for both of our
+
+ Tier-1 architectures (i386 and amd64), and are planning on
+ releasing it within the next few days with only a slightly
+ limited set of packages. Please note that historically we have
+ also provided packages on a best-effort basis for some of our
+ Tier-2 architectures such as sparc64, ia64 and powerpc. We are
+ not currently expecting to be in a postition to build any Tier-2
+ packages before FreeBSD 9.1 ships, so initially for these
+ platforms no such precompiled packages will be available. We
+ may be in a position to provide some packages for these
+ architectures shortly after the release.
+
+
A few reports covering this incident on external tech news
+ websites have confused details relating to how this incident
+ was discovered. Over the last few weeks, many of our primary
+ cluster servers have been either physically relocated and/or
+ replaced with new hardware as part of work planned several
+ months in advance. The discovery of this incident was
+ unrelated to this ongoing cluster maintenance. Several
+ service outages in the days surrounding the incident were
+ correctly attributed to ongoing cluster work, and were not
+ related in any way to the compromise. In parallel with the
+ physical upgrades and relocation of servers, we are also
+ reworking the network layout in order to provide better
+ functionality, security, resilience, and to reduce any impact
+ from incidents such as this. Due in a large part to the
+ progress already made here, we were able to have full
+ confidence in many systems and services so quickly after the
+ compromised hosts on the legacy network segment were
+ discovered.
Although not mentioned in the original report,
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 01:59:34 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 1DD116F9;
Wed, 28 Nov 2012 01:59:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id DAFB38FC08;
Wed, 28 Nov 2012 01:59:33 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS1xXI6008513;
Wed, 28 Nov 2012 01:59:33 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS1xXQo008512;
Wed, 28 Nov 2012 01:59:33 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201211280159.qAS1xXQo008512@svn.freebsd.org>
From: Glen Barber
Date: Wed, 28 Nov 2012 01:59:33 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40175 - head/en_US.ISO8859-1/books/handbook/mirrors
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 01:59:34 -0000
Author: gjb
Date: Wed Nov 28 01:59:33 2012
New Revision: 40175
URL: http://svnweb.freebsd.org/changeset/doc/40175
Log:
- Remove Ingram Micro, no longer has info on FreeBSD.
- Remove defunct Kudzu, LLC.
Submitted by: dru (via wiki)
Modified:
head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Nov 28 01:58:07 2012 (r40174)
+++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Nov 28 01:59:33 2012 (r40175)
@@ -115,34 +115,6 @@
- Ingram Micro
- 1600 E. St. Andrew Place
- Santa Ana,
- CA
- 92705-4926
- USA
- Phone: 1 (800) 456-8000
- WWW:
-
-
-
-
-
- Kudzu, LLC
- 7375 Washington Ave. S.
- Edina,
- MN
- 55439
- USA
- Phone: +1 952 947-0822
- Fax: +1 952 947-0876
- Email: sales@kudzuenterprises.com
-
-
-
-
-
LinuxCenter.RuGalernaya Street, 55Saint-Petersburg
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 02:02:54 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 21CA285E;
Wed, 28 Nov 2012 02:02:54 +0000 (UTC)
(envelope-from gavin@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 062F88FC08;
Wed, 28 Nov 2012 02:02:54 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS22rm3009399;
Wed, 28 Nov 2012 02:02:53 GMT (envelope-from gavin@svn.freebsd.org)
Received: (from gavin@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS22rL6009398;
Wed, 28 Nov 2012 02:02:53 GMT (envelope-from gavin@svn.freebsd.org)
Message-Id: <201211280202.qAS22rL6009398@svn.freebsd.org>
From: Gavin Atkinson
Date: Wed, 28 Nov 2012 02:02:53 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40176 - head/en_US.ISO8859-1/htdocs/news
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 02:02:54 -0000
Author: gavin
Date: Wed Nov 28 02:02:53 2012
New Revision: 40176
URL: http://svnweb.freebsd.org/changeset/doc/40176
Log:
Forgot to save last minute change before committing. Tweak wording
slightly.
Approved by: bcr (mentor, implicit)
Modified:
head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml
Modified: head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml Wed Nov 28 01:59:33 2012 (r40175)
+++ head/en_US.ISO8859-1/htdocs/news/2012-compromise.xml Wed Nov 28 02:02:53 2012 (r40176)
@@ -88,9 +88,9 @@
limited set of packages. Please note that historically we have
also provided packages on a best-effort basis for some of our
Tier-2 architectures such as sparc64, ia64 and powerpc. We are
- not currently expecting to be in a postition to build any Tier-2
- packages before FreeBSD 9.1 ships, so initially for these
- platforms no such precompiled packages will be available. We
+ not currently expecting to be in a position to build any Tier-2
+ packages before FreeBSD 9.1 ships, so initially no precompiled
+ packages will be available for these platforms. We
may be in a position to provide some packages for these
architectures shortly after the release.
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 02:07:08 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 3A4CCAFB;
Wed, 28 Nov 2012 02:07:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 1F9D08FC16;
Wed, 28 Nov 2012 02:07:08 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS277vZ010488;
Wed, 28 Nov 2012 02:07:07 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS277q3010487;
Wed, 28 Nov 2012 02:07:07 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201211280207.qAS277q3010487@svn.freebsd.org>
From: Glen Barber
Date: Wed, 28 Nov 2012 02:07:07 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40177 - head/en_US.ISO8859-1/books/handbook/mirrors
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 02:07:08 -0000
Author: gjb
Date: Wed Nov 28 02:07:07 2012
New Revision: 40177
URL: http://svnweb.freebsd.org/changeset/doc/40177
Log:
- Remove duplicate entry for LinuxCenter. This exists in A.1.2
and A.1.3.
- Now that A.1.3 now only contains one entry, remove it.
Submitted by: dru (via wiki)
Modified:
head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Nov 28 02:02:53 2012 (r40176)
+++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Nov 28 02:07:07 2012 (r40177)
@@ -105,29 +105,6 @@
-
-
- Distributors
-
- If you are a reseller and want to carry &os; CDROM
- products, please contact a distributor:
-
-
-
-
- LinuxCenter.Ru
- Galernaya Street, 55
- Saint-Petersburg
- 190000
- Russia
- Phone: +7-812-3125208
- Email: info@linuxcenter.ru
- WWW:
-
-
-
-
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 06:36:30 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id DA47074;
Wed, 28 Nov 2012 06:36:30 +0000 (UTC) (envelope-from cs@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id C08F88FC0C;
Wed, 28 Nov 2012 06:36:30 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS6aUvZ058040;
Wed, 28 Nov 2012 06:36:30 GMT (envelope-from cs@svn.freebsd.org)
Received: (from cs@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS6aUZY058039;
Wed, 28 Nov 2012 06:36:30 GMT (envelope-from cs@svn.freebsd.org)
Message-Id: <201211280636.qAS6aUZY058039@svn.freebsd.org>
From: Carlo Strub
Date: Wed, 28 Nov 2012 06:36:30 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40178 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 06:36:30 -0000
Author: cs (ports committer)
Date: Wed Nov 28 06:36:30 2012
New Revision: 40178
URL: http://svnweb.freebsd.org/changeset/doc/40178
Log:
Replace 'cvs' by 'svn'
Modified:
head/share/pgpkeys/README
Modified: head/share/pgpkeys/README
==============================================================================
--- head/share/pgpkeys/README Wed Nov 28 02:07:07 2012 (r40177)
+++ head/share/pgpkeys/README Wed Nov 28 06:36:30 2012 (r40178)
@@ -35,7 +35,7 @@ address. For instance, in my case:
| &pgpkey.des;
|
|
-| Don't forget to 'cvs add des.key' if this is a new entry,
+| Don't forget to 'svn add des.key' if this is a new entry,
| and check your diffs before committing!
If your login name is different from your freefall login name, specify
@@ -68,7 +68,7 @@ Beware that the keys are supposed to be
unsure where to add your entry, use finger(1) to check the surnames of
those around you.
-Once you've successfully run addkey.sh, 'cvs add' your key file, check
+Once you've successfully run addkey.sh, 'svn add' your key file, check
the diffs, and commit.
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 06:45:48 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D212A1F8;
Wed, 28 Nov 2012 06:45:48 +0000 (UTC) (envelope-from cs@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B8C0A8FC15;
Wed, 28 Nov 2012 06:45:48 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS6jm84059445;
Wed, 28 Nov 2012 06:45:48 GMT (envelope-from cs@svn.freebsd.org)
Received: (from cs@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS6jmFp059444;
Wed, 28 Nov 2012 06:45:48 GMT (envelope-from cs@svn.freebsd.org)
Message-Id: <201211280645.qAS6jmFp059444@svn.freebsd.org>
From: Carlo Strub
Date: Wed, 28 Nov 2012 06:45:48 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40179 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 06:45:48 -0000
Author: cs (ports committer)
Date: Wed Nov 28 06:45:48 2012
New Revision: 40179
URL: http://svnweb.freebsd.org/changeset/doc/40179
Log:
Update my key
Modified:
head/share/pgpkeys/cs.key
Modified: head/share/pgpkeys/cs.key
==============================================================================
--- head/share/pgpkeys/cs.key Wed Nov 28 06:36:30 2012 (r40178)
+++ head/share/pgpkeys/cs.key Wed Nov 28 06:45:48 2012 (r40179)
@@ -1,6 +1,6 @@
sub 4096R/99AC2A67 2012-06-05 [expires: 2017-06-04]
-pub 4096R/2C23E493 2012-06-08 [expires: 2017-06-07]
- Key fingerprint = 26E0 89EA B9BE 5FC5 D740 CBB4 EABC 7343 2C23 E493
-uid Carlo Strub (Mail)
-sub 4096R/DF86FD3E 2012-06-08 [expires: 2017-06-07]
+pub 3072R/D06F0BD7 2012-11-25 [expires: 2017-11-24]
+ Key fingerprint = 61A4 F2B8 2A6C B81E 5557 0798 78E7 DE70 D06F 0BD7
+uid Carlo Strub
+sub 3072R/71C75997 2012-11-25 [expires: 2017-11-24]
+sub 3072R/318AEB16 2012-11-25 [expires: 2017-11-24]
]]>
From owner-svn-doc-head@FreeBSD.ORG Wed Nov 28 22:02:34 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D1EF0617;
Wed, 28 Nov 2012 22:02:34 +0000 (UTC) (envelope-from pgj@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 9C3668FC16;
Wed, 28 Nov 2012 22:02:34 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASM2YCo038546;
Wed, 28 Nov 2012 22:02:34 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASM2Ywl038542;
Wed, 28 Nov 2012 22:02:34 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201211282202.qASM2Ywl038542@svn.freebsd.org>
From: Gabor Pali
Date: Wed, 28 Nov 2012 22:02:34 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40181 - in head: en_US.ISO8859-1/articles/contributors
en_US.ISO8859-1/htdocs 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 28 Nov 2012 22:02:34 -0000
Author: pgj (ports committer)
Date: Wed Nov 28 22:02:34 2012
New Revision: 40181
URL: http://svnweb.freebsd.org/changeset/doc/40181
Log:
- Document that attilio resigned from core
Approved by: core (implicit)
Modified:
head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
head/en_US.ISO8859-1/htdocs/administration.xml
head/share/pgpkeys/pgpkeys-core.xml
Modified: head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Wed Nov 28 16:21:38 2012 (r40180)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Wed Nov 28 22:02:34 2012 (r40181)
@@ -3,6 +3,10 @@
+ &a.attilio; (2012)
+
+
+ &a.wilko; (2006 - 2012)
Modified: head/en_US.ISO8859-1/htdocs/administration.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/administration.xml Wed Nov 28 16:21:38 2012 (r40180)
+++ head/en_US.ISO8859-1/htdocs/administration.xml Wed Nov 28 22:02:34 2012 (r40181)
@@ -88,7 +88,6 @@
Modified: head/share/pgpkeys/pgpkeys-core.xml
==============================================================================
--- head/share/pgpkeys/pgpkeys-core.xml Wed Nov 28 16:21:38 2012 (r40180)
+++ head/share/pgpkeys/pgpkeys-core.xml Wed Nov 28 22:02:34 2012 (r40181)
@@ -29,14 +29,6 @@
&pgpkey.theraven;
-
-
&a.hrs;
&pgpkey.hrs;
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 02:01:16 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id DA0905C1;
Thu, 29 Nov 2012 02:01:16 +0000 (UTC)
(envelope-from ganbold@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id BE38E8FC0C;
Thu, 29 Nov 2012 02:01:16 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT21Goq072141;
Thu, 29 Nov 2012 02:01:16 GMT (envelope-from ganbold@svn.freebsd.org)
Received: (from ganbold@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT21Gge072138;
Thu, 29 Nov 2012 02:01:16 GMT (envelope-from ganbold@svn.freebsd.org)
Message-Id: <201211290201.qAT21Gge072138@svn.freebsd.org>
From: Ganbold Tsagaankhuu
Date: Thu, 29 Nov 2012 02:01:16 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40182 - in head/mn_MN.UTF-8: books/handbook/eresources
books/handbook/mirrors 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 02:01:16 -0000
Author: ganbold
Date: Thu Nov 29 02:01:16 2012
New Revision: 40182
URL: http://svnweb.freebsd.org/changeset/doc/40182
Log:
MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
Modified:
head/mn_MN.UTF-8/books/handbook/eresources/chapter.xml
head/mn_MN.UTF-8/books/handbook/mirrors/chapter.xml
head/mn_MN.UTF-8/share/xml/mailing-lists.ent
Modified: head/mn_MN.UTF-8/books/handbook/eresources/chapter.xml
==============================================================================
--- head/mn_MN.UTF-8/books/handbook/eresources/chapter.xml Wed Nov 28 22:02:34 2012 (r40181)
+++ head/mn_MN.UTF-8/books/handbook/eresources/chapter.xml Thu Nov 29 02:01:16 2012 (r40182)
@@ -3,7 +3,7 @@
@@ -497,6 +497,11 @@
&man.sysinstall.8;-亳亶仆 唏亞亢勵勵仍仍
+
+ &a.tcltk.name;
+ FreeBSD-亳亶仆 Tcl/Tk 仍仍勵勵仍亞
+
+
&a.threads.name;FreeBSD 亟 亞舒仍亢亳仍
Modified: head/mn_MN.UTF-8/books/handbook/mirrors/chapter.xml
==============================================================================
--- head/mn_MN.UTF-8/books/handbook/mirrors/chapter.xml Wed Nov 28 22:02:34 2012 (r40181)
+++ head/mn_MN.UTF-8/books/handbook/mirrors/chapter.xml Thu Nov 29 02:01:16 2012 (r40182)
@@ -2,7 +2,7 @@
@@ -39,8 +39,8 @@
- FreeBSD Mall, Inc.
- 700 Harvest Park Ste F
+ &os; Mall, Inc.
+ 2420 Sand Creek Rd C-1 #347Brentwood, CA94513USA
丕舒: +1 925 240-6652
@@ -53,25 +53,16 @@
Dr. Hinner EDV
- St. Augustinus-Str. 10
- D-81825München
+ Kochelseestr. 11
+ D-81371MünchenGermany
- 丕舒: (089) 428 419
+ 丕舒: (0177) 428 419 0
WWW:
- JMC Software
- Ireland
- 丕舒: 353 1 6291282
- WWW:
-
-
-
-
-
Linux Distro UK42 Wharfedale RoadMargate
@@ -84,11 +75,11 @@
The Linux Emporium
- Hilliard House, Lester Way
- Wallingford
- OX10 9TA
+ The Techno Centre, Puma Way
+ Parkside
+ CV1 2TTUnited Kingdom
- 丕舒: +44 1491 837010
+ 丕舒: +44 (0)247 615 8121
个舒从: +44 1491 837016
WWW:
@@ -96,32 +87,6 @@
- Linux+ DVD Magazine
- Lewartowskiego 6
- Warsaw
- 00-190
- Poland
- 丕舒: +48 22 860 18 18
- Email: editors@lpmagazine.org
- WWW:
-
-
-
-
-
- Linux System Labs Australia
- 21 Ray Drive
- Balwyn North
- VIC - 3104
- Australia
- 丕舒: +61 3 9857 5918
- 个舒从: +61 3 9857 8974
- WWW:
-
-
-
-
-
LinuxCenter.RuGalernaya Street, 55Saint-Petersburg
@@ -135,51 +100,6 @@
-
-
- 丐勵亞亞亳亟
-
- 丱于 舒 亟舒亳仆 亟舒仍亟舒亞 弍唏亞唏唏亟 &os; CDROM 弍勵亞亟勵勵仆勵勵亟亳亶亞 舒舒舒亞 勵亢
- 弍舒亶亞舒舒 弍仂仍 勵亞亞 弍ム 亟亳亳弍ム仂 舒仆亟舒仆舒 :
-
-
-
-
- Ingram Micro
- 1600 E. St. Andrew Place
- Santa Ana, CA92705-4926
- USA
- 丕舒: 1 (800) 456-8000
- WWW:
-
-
-
-
-
- Kudzu, LLC
- 7375 Washington Ave. S.
- Edina, MN55439
- USA
- 丕舒: +1 952 947-0822
- 个舒从: +1 952 947-0876
- Email: sales@kudzuenterprises.com
-
-
-
-
-
- LinuxCenter.Ru
- Galernaya Street, 55
- Saint-Petersburg
- 190000
- Russia
- 丕舒: +7-812-3125208
- Email: info@linuxcenter.ru
- WWW:
-
-
-
-
Modified: head/mn_MN.UTF-8/share/xml/mailing-lists.ent
==============================================================================
--- head/mn_MN.UTF-8/share/xml/mailing-lists.ent Wed Nov 28 22:02:34 2012 (r40181)
+++ head/mn_MN.UTF-8/share/xml/mailing-lists.ent Thu Nov 29 02:01:16 2012 (r40182)
@@ -1,7 +1,7 @@
-uid David Chisnall
-sub 2048R/C6103EC2 2011-11-06
+sub 4096R/04B2A21D 2012-11-28
]]>
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 09:14:37 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 98C35B9F;
Thu, 29 Nov 2012 09:14:37 +0000 (UTC)
(envelope-from ganbold@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 7AADF8FC08;
Thu, 29 Nov 2012 09:14:37 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT9EbVJ039350;
Thu, 29 Nov 2012 09:14:37 GMT (envelope-from ganbold@svn.freebsd.org)
Received: (from ganbold@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT9EbUq039349;
Thu, 29 Nov 2012 09:14:37 GMT (envelope-from ganbold@svn.freebsd.org)
Message-Id: <201211290914.qAT9EbUq039349@svn.freebsd.org>
From: Ganbold Tsagaankhuu
Date: Thu, 29 Nov 2012 09:14:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40184 - head/mn_MN.UTF-8/books/handbook/ports
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 09:14:37 -0000
Author: ganbold
Date: Thu Nov 29 09:14:37 2012
New Revision: 40184
URL: http://svnweb.freebsd.org/changeset/doc/40184
Log:
MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
Modified:
head/mn_MN.UTF-8/books/handbook/ports/chapter.xml
Modified: head/mn_MN.UTF-8/books/handbook/ports/chapter.xml
==============================================================================
--- head/mn_MN.UTF-8/books/handbook/ports/chapter.xml Thu Nov 29 08:53:01 2012 (r40183)
+++ head/mn_MN.UTF-8/books/handbook/ports/chapter.xml Thu Nov 29 09:14:37 2012 (r40184)
@@ -2,7 +2,7 @@
@@ -540,6 +540,396 @@ docbook =
+
+ pkgng-亞 弍亳仆舒 弍舒亞亞 亟亳亟舒舒亟
+ 舒亳亞仍舒 仆
+
+ pkgng 仆 &os;-仆 仍舒仄亢仍舒仍
+ 弍舒亞 亟亳亟舒 亞仍 弍仂仍仂 pkg_install-亞
+ 舒亶亢仍亢 仂仍仂仆 于亳仍弍舒 ミ. 亅仆 仆 弍亳仆舒 弍舒亞舒亶 亟舒仆 弍唏亞唏唏亟
+ 磿弍舒舒舒 舒亢亳仍仍舒 弍仂仍仂仄亢亳亶亞 仂仍亞仂亟仂亞 仂仍仂仆 弍仂仍仂仄亢亟舒亶 ミ.
+ pkgng-仆 仆亳亶 于亳仍弍舒 仆 2012 仂仆
+ 8 舒亟 弍舒亶舒仆.
+
+ pkgng 仆
+ ports-mgmt/portmaster 于仍
+ ports-mgmt/portupgrade 亞 仄
+ 仗仂 亟亳亟舒 亞仍勵勵亟亳亶亞 仂仍亳仂仂 亳亶亞亟亞勵亶.
+ ports-mgmt/portmaster 弍舒
+ ports-mgmt/portupgrade 仆
+ 亞舒于亟舒亞 舒仍仆 仗仂亞舒仄 舒仆亞舒仄亢亳亶亞 弍亳仆舒 弍舒亞 弍仂仍仂仆 仗仂仆
+ 亞仍仍亞舒舒 仍亞舒亢 舒亟亟舒亞 弍仂仍 pkgng 仆
+ 亰唏于唏仆 弍亳仆舒 弍舒亞亟亞 仍亞舒亟舒亞.
+
+
+
+ pkgng 舒亳亞仍舒亢 仍
+
+ &os; 9.1 弍舒 勵勵仆 仂亶亳 于亳仍弍舒亟
+ pkgng-亟 亰仂亳仍舒仆 "bootstrap"
+ 亞仍亶 弍舒亶亟舒亞. bootstrap 亞仍 仆
+ pkgng-亞 舒舒亢 舒于舒舒亟 仍亞舒仆舒.
+
+ 弌亳亠仄亳亶亞 仍勵勵仍亳亶仆 仍亟:
+
+ &prompt.root; /usr/sbin/pkg
+
+ &os;-仆 唏仄仆唏 于亳仍弍舒亟仆 于亟
+ pkgng-亞 仗仂仆 亞仍仍亞舒 于仍 弍亳仆舒
+ 弍舒亞 仍弍 仍亞舒 仂亶.
+
+ pkgng 仗仂亞 仍亞舒仆 仍亟
+ 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; cd /usr/ports/ports-mgmt/pkg
+&prompt.root; make
+&prompt.root; make install clean
+
+ 亳仆舒 弍舒亞亞 仍亞舒仆 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg_add -r pkg
+
+
+ pkgng 弍舒亞 亟亳亟舒 亞仍 仆
+ &os; 7.X 于仍
+ &os; 8.0 于亳仍弍舒亟 亟 亟仄亢亳亞亟亞勵亶.
+
+
+ &os;-亞 唏仄仆唏 仍亞舒仆 于亟 pkg_install
+ 弍舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 亳仆 仂仄舒 于亳亞舒 舒舒亟仍舒亞舒舒亶.
+ 舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 于亳亞舒仆 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg2ng
+
+ 亅仆 舒仍舒仄 仆 亞舒于亟舒亞 舒仍仆 仗仂亞舒仄 舒仆亞舒仄亢 亞舒舒亞勵亶
+ 亳仆 仍亞舒亟仆 于亟 舒舒亟仍舒亞舒亞勵亶.
+
+
+ 亅仆 舒仍仄亞 弍舒舒亢 弍仂仍仂亞勵亶. 舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞
+ pkgng 仂仄舒 唏于勵勵仍仆亳亶
+ 亟舒舒舒 pkg_install 亞仍勵勵亟亳亶亞
+ 舒亳亞仍舒 亞勵亶.
+
+
+
+ 舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 亳仆 于亳仍弍舒 于亳亞舒仍
+ 亳亶 磦舒亟 舒仍亟舒舒 亞舒 弍仂仍仂 ミ. 唏仆亳亶亟唏唏 亟亞 舒仍亟舒舒亞
+ 舒 仆 舒ム仍亞勵亶 弍仂仍仂于 舒仄亢亳仍舒亶 唏于唏亞亟唏唏亞勵亶 亞舒于亟舒亞
+ 舒仍仆 仗仂亞舒仄 舒仆亞舒仄亢亳亶仆 亢舒亞舒舒仍 pkg2ng
+ 舒亢亳仍仍舒亢 亟舒仆 亟舒舒舒 舒舒亞亟亟舒亞. 亅亟亞亳亶亞 亞舒舒舒 亰舒舒
+ 仂亶.
+
+
+ &os; 仗仂仆 亞仍仍亞舒 仆
+ pkg_install 弍亳
+ pkgng 舒亳亞仍舒仆 亳仆 仗仂亞舒仄亞
+ 弍勵亞亢 弍舒亶亞舒舒 亳亶亞 舒仍亞舒仆 仍亟
+ 10.X 于亳仍弍舒舒舒 唏仄仆唏
+ &os; 于亳仍弍舒亟 亟仂仂 仄唏亳亶亞
+ /etc/make.conf 舒亶仍亟 弍舒亶亞
+ 舒舒亟亟舒亞:
+
+ WITH_PKGNG= yes
+
+
+
+ pkgng 仂仆亞
+ 仂亳仍舒
+
+ pkgng 弍舒亞 亟亳亟舒
+ 亳亠仄 仆 亳仆 勵亶仍亟仍亟 弍舒亞仆 亠仗仂亰亳仂亞 舒亳亞仍舒亟舒亞.
+ 舒亞仆 舒仆亟舒亞 亠仗仂亰亳仂仆 弍舒亶仍舒仍
+ /usr/local/etc/pkg.conf ミ 于仍
+ 仂亳亞仂仂仆 舒亶仍 亟舒 亞亞 亟舒亢 弍亳亟亞 PACKAGESITE
+ 仂仆 于舒亞亳亟 仂亟仂仂亶仍仂亞亟亟仂亞.
+
+ pkgng-仆 仆仄仍
+ 仂亳亞仂仂仆 弍仂仍仂仄亢亟亞 pkg.conf(5)-亟 舒亶仍弍舒仍舒舒仆 弍舒亶亞舒舒.
+
+
+
+ pkgng-仆 勵仆亟仆 勵亶仍亟仍勵勵亟
+
+ pkgng-亞 亞仍 仄亟仍仍亳亶亞
+ pkg(8) 亞舒仆 舒于仍舒亞仆 亟舒仆舒舒 于仍 pkg-亞
+ 仆仄仍 唏亞唏亞亟唏仍亞勵亶亞 舒亢亳仍仍仍亢 舒亢 弍仂仍仆仂.
+
+ pkgng 舒舒仍仆 舒亞仄亠仆 弍勵亳亶亞
+ 舒亶仆 舒舒仍仆 亞舒仆 舒于仍舒亞仆 亟舒仆亟 舒亶仍弍舒仍舒舒仆 弍舒亶亟舒亞.
+ 亳 仆 pkg install-仆 亞舒仆 舒于仍舒亞亞 仆亳仆
+ 仍亟 亟舒舒舒亳亶仆 舒仍 仆亞亳亶亞 舒亢亳仍仍仍亢 弍仂仍仆仂:
+
+ &prompt.root; pkg help install
+
+ &prompt.root; man pkg-install
+
+
+ pkgng 舒亳亞仍舒仆 仍亞舒舒仆 弍舒亞亟仆
+ 舒仍舒舒 仄亟仍仍亳亶亞 仂仍亢 舒于舒
+
+ 弌亳亠仄 亟 舒仆 弍舒亞亟仆 仄亟仍仍亳亶亞
+ pkg info 舒舒仍 舒亳亞仍舒仆 舒亢 弍仂仍仆仂.
+ &man.pkg.info.1;-仆 仆亞仆 舒亟亳仍 弍舒亞仆 于亳仍弍舒 弍仂仍仂仆
+ 弍勵 弍舒亞仆 舒亶仍弍舒亞 舒仍舒 弍仂仍仆仂.
+
+ 丐舒亶仆 弍舒亞仆 仄亟仍仍亳亶亞 亳仆亞亢 舒亢 弍仂仍仆仂:
+
+ &prompt.root; pkg info packagename
+
+ 亳 仆 亳亠仄 亟 pkgng-仆
+ 礆舒 于亳仍弍舒 仍亞舒舒仆 弍舒亶亞舒舒亞 舒舒仆 仍亟 亟舒舒舒亳亶亞
+ 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg info pkg
+pkg-1.0.2 New generation package manager
+
+
+
+ pkgng 舒亳亞仍舒仆 弍舒亞 仍亞舒 弍舒 亞舒
+
+ 唏仆亳亶亟唏唏 &os;-仆 亳仆 亞仍亞亳亟 弍亳仆舒 弍舒亞亞
+ 亟舒舒舒亳亶亞 舒亢亳仍仍仍亢 仍亞舒仆舒:
+
+ &prompt.root; pkg install packagename
+
+ pkg install 仆 -亟
+ 亟亟舒仆舒舒 亠仗仂亰亳仂仆 唏亞唏亞亟仍亳亶亞 舒亳亞仍舒亟舒亞. 亅亞 pkg-add(8) 仆
+ 亠仗仂亰亳仂仆 唏亞唏亞亟唏仍 于仍 PACKAGESITE-亟 亰舒舒仆亞 舒亳亞仍舒亟舒亞亞勵亶 亳
+ 舒仄舒舒仍亟亞 亰唏于 礌舒亟舒亞亞勵亶 弍唏亞唏唏亟 亟 弍舒亶亞舒舒 舒仄舒舒仍亟亞
+ 舒仍仆 舒舒亢 舒于亟舒亞亞勵亶. 亅仆 亞 仆
+ pkg install-亞 仆 舒亳亞仍舒 舒仍舒舒 舒仍仆舒.
+ pkg add-亞 亞仍 舒仍舒舒 仄亟仍仍亳亶亞
+ pkg-add(8)- 勵亰仆 勵勵.
+
+ pkg install 舒亳亞仍舒仆 仆仄仍 弍亳仆舒 弍舒亞亟亞
+ 仍亞舒亢 弍仂仍仆仂. 亳 仆 curl-亞
+ 仍亞舒仆 仍亟:
+
+ &prompt.root; pkg install curl
+Updating repository catalogue
+Repository catalogue is up-to-date, no need to fetch fresh copy
+The following packages will be installed:
+
+ Installing ca_root_nss: 3.13.5
+ Installing curl: 7.24.0
+
+The installation will require 4 MB more space
+
+1 MB to be downloaded
+
+Proceed with installing packages [y/N]: y
+ca_root_nss-3.13.5.txz 100% 255KB 255.1KB/s 255.1KB/s 00:00
+curl-7.24.0.txz 100% 1108KB 1.1MB/s 1.1MB/s 00:00
+Checking integrity... done
+Installing ca_root_nss-3.13.5... done
+Installing curl-7.24.0... done
+
+ 丿亳仆 弍舒亞 弍仂仍仂仆 舒仄舒舒仍亟 仍弍 舒仆 仆仄仍
+ 弍舒亞亟亞 仍亞舒舒仆 弍舒亞亟仆 亢舒亞舒舒仍舒舒 舒亢
+ 弍仂仍仆仂:
+
+ &prompt.root; pkg info
+ca_root_nss-3.13.5 The root certificate bundle from the Mozilla Project
+curl-7.24.0 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
+pkg-1.0.2 New generation package manager
+
+ 丱亞亞勵亶 弍仂仍仂仆 弍舒亞亟亞 pkg delete
+ 舒舒仍舒舒 亞舒亢 弍仂仍仆仂. 亳 仆 curl
+ 亞亞勵亶 弍仂仍:
+
+ &prompt.root; pkg delete curl
+The following packages will be deleted:
+
+ curl-7.24.0_1
+
+The deletion will free 3 MB
+
+Proceed with deleting packages [y/N]: y
+Deleting curl-7.24.0_1... done
+
+
+
+ pkgng 舒亳亞仍舒仆 仍亞舒舒仆
+ 弍舒亞亟亞 亳仆仍
+
+ 丱亳舒仆 弍舒亞亟亞 pkg version
+ 舒舒仍舒舒 仂仍亢 弍仂仍仆仂. 丱于 仍仂从舒仍 仗仂仆 仄仂亟 弍舒亶亞勵亶 弍仂仍
+ pkg-version(8) 仆 舒仍舒亟 弍舒亶仍舒 亠仗仂亰亳仂仆 从舒舒仍仂亞亳亶亞
+ 舒亳亞仍舒 弍唏亞唏唏亟 于 弍舒亶亞舒舒 弍仂仍 弍舒亞仆 于亳仍弍舒亞 舒仆亳仆
+ 仍亟 仍仂从舒仍 仗仂仆 仄仂亟亞 舒亳亞仍舒亞亟亟舒亞.
+
+ 舒亞亞 亳仆 于亳仍弍舒 pkgng
+ 舒亳亞仍舒仆 亳仆亳仍亢 弍仂仍仆仂. curl-仆
+ 亳仆 于亳仍弍舒 亞舒舒仆 亞亢 弍仂亟. 仂从舒仍 弍舒亞亞 亳仆 于亳仍弍舒
+ 亳仆亳仍亢 弍仂仍仆仂:
+
+ &prompt.root; pkg upgrade
+Updating repository catalogue
+repo.txz 100% 297KB 296.5KB/s 296.5KB/s 00:00
+The following packages will be upgraded:
+
+ Upgrading curl: 7.24.0 -> 7.24.0_1
+
+1 MB to be downloaded
+
+Proceed with upgrading packages [y/N]: y
+curl-7.24.0_1.txz 100% 1108KB 1.1MB/s 1.1MB/s 00:00
+Checking integrity... done
+Upgrading curl from 7.24.0 to 7.24.0_1... done
+
+
+
+ pkgng 舒亳亞仍舒仆 仍亞舒舒仆 弍舒亞亟亞 舒亟亳 亳亶
+
+ 舒亳仄亟舒舒 仗仂仆 亞仍仍亞舒 亟舒 仗仂亞舒仄 舒仆亞舒仄亢亳亟
+ 仂仂仂亶 亳仍 弍仂仍仆仂. pkgng 仆
+ 唏唏唏唏 ports-mgmt/portaudit 弍舒亞舒亶
+ 唏亶 舒亟亳 亳亶 弍仂仍仂仄亢亳亶亞 舒亞仍亟舒亞. 弌亳亠仄 亟 舒仆
+ 仗仂亞舒仄 舒仆亞舒仄亢亳亶亞 舒亟亳 亳亶亳亶仆 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg audit -F
+
+
+
+
+ pkgng-仆 亟于亳仍亶
+ 勵亶仍亟仍勵勵亟
+
+
+ pkgng 舒亳亞仍舒仆 舒于仂仄舒舒舒
+ 舒仍弍舒 舒仄舒舒仍亟亞 舒亳仍亞舒
+
+ 舒亞亞 亞舒仆舒舒 亟 亢亳仆 亟 security/ca_root_nss 亳亞 亞亞勵亶
+ 舒仄舒舒仍亟亞 勵仍亟亢 弍仂仍仂 ミ. 丐亳亶仄 弍舒亞亟 仆 舒仆 于
+ 弍舒亶 弍仂仍仂于 ム 亟仆 舒仄舒舒舒仍亞勵亶 弍舒亶亟舒亞. 丱舒仄舒舒舒仍 弍仂仍仂仆
+ 舒仆 亞亞勵亶 弍舒亞亟亞 舒于仂仄舒舒舒 亳仍勵勵仍亢 亞舒亢 弍仂仍仆仂:
+
+ &prompt.root; pkg autoremove
+Packages to be autoremoved:
+ ca_root_nss-3.13.5
+
+The autoremoval will free 723 kB
+
+Proceed with autoremoval of packages [y/N]: y
+Deinstalling ca_root_nss-3.13.5... done
+
+
+
+ pkgng 弍舒亞仆 唏亞唏亞亟仍亳亶仆
+ 舒仆亞 仆唏唏仍唏 仆
+
+ pkg_install 弍舒亞 亟亳亟舒
+ 亳亠仄 磿亞舒舒舒亶 仆 pkgng
+ 唏唏亳亶仆 亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 仆唏唏仍唏 舒亞舒舒亶 弍舒亶亟舒亞.
+ 舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞亳亶仆 舒亞仍亞亞 亞舒舒舒 仆唏唏仍唏亳亶仆
+ 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg backup -d pkgng.db
+
+
+ pkgng.db 舒亶仍仆 仆亳亶亞 仂亳仂仆
+ 舒亶仍仆 仆 仂仍亳 亞亶.
+
+
+ 唏仆 仆仄仍 pkgng 仆
+ 弍舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 唏亟唏 舒仄 舒于仂仄舒舒舒 仆唏唏唏仍亢
+ 弍舒亶 &man.periodic.8; 从亳仗亶 弍舒亶亟舒亞. 亟 仆 仆
+ &man.periodic.conf.5; 舒亶仍亟
+ daily_backup_pkgng_enable 于舒亞亳亶亞
+ YES 亞亢 仂亳仍亢 唏亞唏仆 仂亳仂仍亟仂仍亟 舒亢亳仍仍舒亟舒亞.
+
+
+ pkg_install-仆
+ 亟舒于舒仄亢舒亶亞舒舒 舒亢亳仍仍舒 从亳仗 弍舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞 仆唏唏仍唏唏唏
+ 亞亳亶仍亳亶仆 仍亟 &man.periodic.conf.5; 舒亶仍亟
+ daily_backup_pkgdb_enable 于舒亞亳亶亞
+ NO 弍仂仍亞仂亢 仂亳仍仆舒.
+
+
+ 哦仄仆唏 弍舒亞仆 唏亞唏亞亟仍亳亶仆 舒仆亞亳亶仆 仆唏唏亳亶仆 舒亞仍亞亞 亞亳亶仆
+ 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg backup -r /path/to/pkgng.db
+
+
+
+ pkgng 弍舒亞亟亞
+ 亞舒 仆
+
+ 仆亟舒亞舒舒 pkgng 仆
+ 弍亳仆舒 弍舒亞亟亞 pkg.conf(5)-仆 PKG_CACHEDIR-亟
+ 亰舒舒舒仆 从 舒仆亟 舒亟亞舒仍亟舒亞. pkg upgrade
+ 舒亳亞仍舒仆 弍舒亞亟亞 亳仆仍 勵亠亟 亳仆亳仍仆 弍舒亞亟仆
+ 亳仆 于亳仍弍舒亟 舒于仂仄舒舒舒 亟舒亞亞勵亶.
+
+ 丱亳舒仆 弍亳仆舒 弍舒亞亟亞 亞舒仆 仍亟:
+
+ &prompt.root; pkg clean
+
+
+
+ pkgng 弍舒亞仆 仄亠舒 唏亞唏亞亟仍亳亶亞
+ 唏唏仍唏
+
+ &os;-仆 仗仂仆 亞仍仍亞舒 亟舒 仗仂亞舒仄 舒仆亞舒仄亢亟 仍舒仄亢仍舒仍舒舒
+ 弍仂仍 于亳仍弍舒仆 亞仂仍 唏唏仍唏仍唏亟 唏唏 仄舒亞舒亟仍舒仍舒亶 弍舒亶亟舒亞.
+ pkg_install- 磿亞舒舒舒亶 仆
+ pkgng 弍舒亞仆 亳亶亞 亳仆仍
+ 舒舒仍舒亶 弍舒亶亟舒亞. 亳 仆 于 lang/php5 舒仆亟舒亞舒舒
+ 5.3 于亳仍弍舒 亟仂 弍舒亶亢 弍舒亶亞舒舒亟
+ 5.4-亞 仂仍舒 亰仂亳仍亞仂仂
+ lang/php53 唏唏仍唏亞亟唏仆
+ 弍仂仍 pkg_install 仆 弍舒亞仆 唏亞唏亞亟仍亳亶仆
+ 舒仆亞 亳仆仍亳亶仆 仍亟 舒仍 仗仂仂仂 仍亢 仆亞 仄亟
+ ports-mgmt/portmaster
+ 亞 仄 仆仄仍 仗仂亞舒仄 亞仍亳亶亞 舒舒亟亟舒亞.
+
+ ports-mgmt/portmaster 弍舒
+ ports-mgmt/portupgrade 仗仂亟舒舒
+ 磿亞舒舒舒亶 仆 亳仆 弍仂仍仂仆 亳仆 于亳仍弍舒亟 礆舒 亟舒舒舒仍仍舒舒 亢舒亞舒仆舒舒 舒仄舒舒
+ 唏唏 弍舒亶亟舒亞. pkgng-仆 于亟
+ 亳仆舒从 仆:
+
+ &prompt.root; pkg set -o category/oldport:category/newport
+
+ 亳 仆 亟 亢亳仆亳亶 弍舒亞仆 亳亶亞 唏唏仍唏亳亶仆 仍亟
+ 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg set -o lang/php5:lang/php53
+
+ 舒 仆亞 唏唏 亢亳 仆 lang/ruby18-亞
+ lang/ruby19 亳仆仍亳亶仆
+ 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg set -o lang/ruby18:lang/ruby19
+
+ 丐唏亞亞唏仍亳亶仆 亢亳 仆
+ libglut 于舒舒仍舒仆 舒仆亞亳亶仆 亳亶亞 graphics/libglut- graphics/freeglut 唏唏仍唏亳亶仆
+ 仍亟 亟舒舒舒亳亶亞 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg set -o graphics/libglut:graphics/freeglut
+
+
+ 舒亞仆 亳亶亞 仂仍亳 勵亠亟 亳仆 仂亳仂仍亟仂仍亟 唏唏仍唏亞亟唏仆 亳亶仆
+ 弍舒亞舒舒 舒仄舒舒舒仆 弍舒亞亟亞 亟舒亳仆 仍亞舒 仆 舒仍 弍舒亶亟舒亞.
+ 丱舒仄舒舒舒仆 弍舒亞亟亞 亟舒亳仆 仍亞舒仆 仍亟 亟舒舒舒亳亶亞
+ 舒亢亳仍仍仍仆舒:
+
+ &prompt.root; pkg install -Rf graphics/freeglut
+
+
+
+
+
仂仆 亞仍仍亞亞 亞仍 仆
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 11:23:01 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id DFA55C30;
Thu, 29 Nov 2012 11:23:01 +0000 (UTC)
(envelope-from garga@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B875C8FC15;
Thu, 29 Nov 2012 11:23:01 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATBN1Ue064196;
Thu, 29 Nov 2012 11:23:01 GMT (envelope-from garga@svn.freebsd.org)
Received: (from garga@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATBN1hX064195;
Thu, 29 Nov 2012 11:23:01 GMT (envelope-from garga@svn.freebsd.org)
Message-Id: <201211291123.qATBN1hX064195@svn.freebsd.org>
From: Renato Botelho
Date: Thu, 29 Nov 2012 11:23:01 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40185 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 11:23:02 -0000
Author: garga (ports committer)
Date: Thu Nov 29 11:23:01 2012
New Revision: 40185
URL: http://svnweb.freebsd.org/changeset/doc/40185
Log:
Add my new pgp key, I'll revocate the old one soon since it was using SHA-1 for signatures and was weak
Modified:
head/share/pgpkeys/garga.key
Modified: head/share/pgpkeys/garga.key
==============================================================================
--- head/share/pgpkeys/garga.key Thu Nov 29 09:14:37 2012 (r40184)
+++ head/share/pgpkeys/garga.key Thu Nov 29 11:23:01 2012 (r40185)
@@ -1,116 +1,122 @@
-uid Renato Botelho
-uid Renato Botelho
-uid Renato Botelho
-uid Renato Botelho
-uid Renato Botelho
-uid Renato Botelho
-sub 1024g/7B295760 2003-12-16
+pub 4096R/9F625790 2012-11-28 [expires: 2017-11-27]
+ Key fingerprint = E3DA 9B2A 6160 99CB 4B31 7641 F1F0 E7A1 9F62 5790
+uid Renato Botelho (FreeBSD)
+uid Renato Botelho (Personal)
+uid Renato Botelho (FreeBSD)
+sub 4096R/473CC82A 2012-11-28 [expires: 2017-11-27]
]]>
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 13:14:00 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 34577FAA;
Thu, 29 Nov 2012 13:14:00 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 171748FC17;
Thu, 29 Nov 2012 13:14:00 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATDDxLB082552;
Thu, 29 Nov 2012 13:13:59 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATDDxkP082551;
Thu, 29 Nov 2012 13:13:59 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211291313.qATDDxkP082551@svn.freebsd.org>
From: Eitan Adler
Date: Thu, 29 Nov 2012 13:13:59 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40186 -
head/en_US.ISO8859-1/books/arch-handbook/driverbasics
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 13:14:00 -0000
Author: eadler
Date: Thu Nov 29 13:13:59 2012
New Revision: 40186
URL: http://svnweb.freebsd.org/changeset/doc/40186
Log:
Fix typos
Submitted by: bjk
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Thu Nov 29 11:23:01 2012 (r40185)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml Thu Nov 29 13:13:59 2012 (r40186)
@@ -348,8 +348,8 @@ echo_write(struct cdev *dev __unused, st
/* Copy the string in from user memory to kernel memory */
/*
- * We either write from the beginning or are appending - do
- * not allow ranom access.
+ * We either write from the beginning or are appending -- do
+ * not allow random access.
*/
if (uio-<uio_offset != 0 && (uio-<uio_offset != echomsg-<len))
return (EINVAL);
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 13:14:08 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 95955FE6;
Thu, 29 Nov 2012 13:14:08 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 7AC3F8FC08;
Thu, 29 Nov 2012 13:14:08 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATDE8RE082634;
Thu, 29 Nov 2012 13:14:08 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATDE8lV082633;
Thu, 29 Nov 2012 13:14:08 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211291314.qATDE8lV082633@svn.freebsd.org>
From: Eitan Adler
Date: Thu, 29 Nov 2012 13:14:08 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40187 - head/en_US.ISO8859-1/books/handbook/mac
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 13:14:08 -0000
Author: eadler
Date: Thu Nov 29 13:14:08 2012
New Revision: 40187
URL: http://svnweb.freebsd.org/changeset/doc/40187
Log:
Remove obsolete comment added by trhodes on 2005-04-22.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/handbook/mac/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/mac/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/mac/chapter.xml Thu Nov 29 13:13:59 2012 (r40186)
+++ head/en_US.ISO8859-1/books/handbook/mac/chapter.xml Thu Nov 29 13:14:08 2012 (r40187)
@@ -672,7 +672,7 @@ test: biba/high
Singlelabel or Multilabel?
-
+
By default the system will use the
option. But what does this
mean to the administrator? There are several differences
From owner-svn-doc-head@FreeBSD.ORG Thu Nov 29 22:05:13 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 9D52BEAE;
Thu, 29 Nov 2012 22:05:13 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 7CB098FC13;
Thu, 29 Nov 2012 22:05:13 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATM5DQH063913;
Thu, 29 Nov 2012 22:05:13 GMT (envelope-from rene@svn.freebsd.org)
Received: (from rene@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATM5DDs063912;
Thu, 29 Nov 2012 22:05:13 GMT (envelope-from rene@svn.freebsd.org)
Message-Id: <201211292205.qATM5DDs063912@svn.freebsd.org>
From: Rene Ladan
Date: Thu, 29 Nov 2012 22:05:13 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40189 - head/nl_NL.ISO8859-1/books/handbook/mac
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 29 Nov 2012 22:05:13 -0000
Author: rene
Date: Thu Nov 29 22:05:13 2012
New Revision: 40189
URL: http://svnweb.freebsd.org/changeset/doc/40189
Log:
MFen r39631 -> r40187 (SRCID bump only)
Modified:
head/nl_NL.ISO8859-1/books/handbook/mac/chapter.xml
Modified: head/nl_NL.ISO8859-1/books/handbook/mac/chapter.xml
==============================================================================
--- head/nl_NL.ISO8859-1/books/handbook/mac/chapter.xml Thu Nov 29 21:55:39 2012 (r40188)
+++ head/nl_NL.ISO8859-1/books/handbook/mac/chapter.xml Thu Nov 29 22:05:13 2012 (r40189)
@@ -5,7 +5,7 @@
$FreeBSD$
%SOURCE% en_US.ISO8859-1/books/handbook/mac/chapter.xml
- %SRCID% 39631
+ %SRCID% 40187
-->
From owner-svn-doc-head@FreeBSD.ORG Fri Nov 30 00:20:37 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8FA7E7EB;
Fri, 30 Nov 2012 00:20:37 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 74D9D8FC08;
Fri, 30 Nov 2012 00:20:37 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU0Kbgf082273;
Fri, 30 Nov 2012 00:20:37 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU0KbhK082272;
Fri, 30 Nov 2012 00:20:37 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211300020.qAU0KbhK082272@svn.freebsd.org>
From: Eitan Adler
Date: Fri, 30 Nov 2012 00:20:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40190 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 30 Nov 2012 00:20:37 -0000
Author: eadler
Date: Fri Nov 30 00:20:37 2012
New Revision: 40190
URL: http://svnweb.freebsd.org/changeset/doc/40190
Log:
Mainlink has ceased operation and should no longer be listed on the
vendor page.
PR: www/173994
Submitted by: Wolfgang Wuest
Approved by: bcr (mentor)
Modified:
head/share/xml/commercial.isp.xml
Modified: head/share/xml/commercial.isp.xml
==============================================================================
--- head/share/xml/commercial.isp.xml Thu Nov 29 22:05:13 2012 (r40189)
+++ head/share/xml/commercial.isp.xml Fri Nov 30 00:20:37 2012 (r40190)
@@ -1022,17 +1022,6 @@
-
- Mainlink
- http://www.mainlink.de
-
- Mainlink is a Frankfurt/Germany based ISP offering root servers running
- FreeBSD and other *BSD flavours. Managing options, KVM-over-IP access,
- plain webspace, spam-protected email services etc. available. Foreign
- customers are welcome.
-
-
-
Mambo Bado Inc.http://www.mambobado.com
From owner-svn-doc-head@FreeBSD.ORG Fri Nov 30 00:20:41 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 481F17EE;
Fri, 30 Nov 2012 00:20:41 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 2D6758FC12;
Fri, 30 Nov 2012 00:20:41 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU0Kf0J082307;
Fri, 30 Nov 2012 00:20:41 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU0KfKM082305;
Fri, 30 Nov 2012 00:20:41 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201211300020.qAU0KfKM082305@svn.freebsd.org>
From: Eitan Adler
Date: Fri, 30 Nov 2012 00:20:41 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40191 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 30 Nov 2012 00:20:41 -0000
Author: eadler
Date: Fri Nov 30 00:20:40 2012
New Revision: 40191
URL: http://svnweb.freebsd.org/changeset/doc/40191
Log:
Opera no longer suffers from slowdown due to synchronous DNS queries on
startup
Tested by: dinoex
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 Fri Nov 30 00:20:37 2012 (r40190)
+++ head/en_US.ISO8859-1/books/faq/book.xml Fri Nov 30 00:20:40 2012 (r40191)
@@ -4012,22 +4012,6 @@ kern.timecounter.hardware: TSC -> i82
-
- Why does
- Opera take so long to start?
-
-
-
- The usual answer is that DNS on your system is
- misconfigured.
- Opera perform DNS checks when
- starting up. The browser will not appear on your desktop
- until the program either gets a response or determines that
- the system has no network connection.
-
-
-
- How do I create audio CDs from my MIDI files?
From owner-svn-doc-head@FreeBSD.ORG Fri Nov 30 02:03:25 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 41859996;
Fri, 30 Nov 2012 02:03:25 +0000 (UTC)
(envelope-from linimon@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 25AE68FC08;
Fri, 30 Nov 2012 02:03:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU23PJ1095438;
Fri, 30 Nov 2012 02:03:25 GMT (envelope-from linimon@svn.freebsd.org)
Received: (from linimon@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU23PJl095437;
Fri, 30 Nov 2012 02:03:25 GMT (envelope-from linimon@svn.freebsd.org)
Message-Id: <201211300203.qAU23PJl095437@svn.freebsd.org>
From: Mark Linimon
Date: Fri, 30 Nov 2012 02:03:24 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40193 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 30 Nov 2012 02:03:25 -0000
Author: linimon
Date: Fri Nov 30 02:03:24 2012
New Revision: 40193
URL: http://svnweb.freebsd.org/changeset/doc/40193
Log:
Clarify sysutils/ganglia-webfrontend installation instructions.
Note that you don't have to edit sudoers directly.
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 Fri Nov 30 00:30:32 2012 (r40192)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Nov 30 02:03:24 2012 (r40193)
@@ -1977,13 +1977,11 @@ touch /tmp/.boot_finished
- Modify
- usr/local/etc/sudoers:
-38a39,42
->
-> # local changes for package building
-> %wheel ALL=(ALL) ALL
-> ports-${arch} ALL=(ALL) NOPASSWD: ALL
+ Create
+ usr/local/etc/sudoers/sudoers.d/portbuild:
+# local changes for package building
+%wheel ALL=(ALL) ALL
+ports-${arch} ALL=(ALL) NOPASSWD: ALL
@@ -2921,7 +2919,7 @@ devel/subversion
net/nc
net/rsync
sysutils/ganglia-monitor-core (with GMETAD off)
-sysutils/ganglia-webfrontend (WITHOUT_X11)
+sysutils/ganglia-webfrontend (compile with -DWITHOUT_X11)
www/apache22 (with EXT_FILTER)
From owner-svn-doc-head@FreeBSD.ORG Fri Nov 30 18:53:25 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id E2457676;
Fri, 30 Nov 2012 18:53:25 +0000 (UTC)
(envelope-from loader@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id C6D2A8FC0C;
Fri, 30 Nov 2012 18:53:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUIrP6C037356;
Fri, 30 Nov 2012 18:53:25 GMT (envelope-from loader@svn.freebsd.org)
Received: (from loader@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUIrPnn037350;
Fri, 30 Nov 2012 18:53:25 GMT (envelope-from loader@svn.freebsd.org)
Message-Id: <201211301853.qAUIrPnn037350@svn.freebsd.org>
From: Fukang Chen
Date: Fri, 30 Nov 2012 18:53:25 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40200 - in head/zh_CN.GB2312/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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 30 Nov 2012 18:53:26 -0000
Author: loader
Date: Fri Nov 30 18:53:25 2012
New Revision: 40200
URL: http://svnweb.freebsd.org/changeset/doc/40200
Log:
Add the bsdinstall chapter.
Translated by: alphachi (alphachi at mediaspirit org)
Obtained from: The FreeBSD Simplified Chinese Project
Added:
head/zh_CN.GB2312/books/handbook/bsdinstall/
head/zh_CN.GB2312/books/handbook/bsdinstall/Makefile (contents, props changed)
head/zh_CN.GB2312/books/handbook/bsdinstall/chapter.xml (contents, props changed)
Modified:
head/zh_CN.GB2312/books/handbook/Makefile
head/zh_CN.GB2312/books/handbook/book.xml
head/zh_CN.GB2312/books/handbook/chapters.ent
Modified: head/zh_CN.GB2312/books/handbook/Makefile
==============================================================================
--- head/zh_CN.GB2312/books/handbook/Makefile Fri Nov 30 18:53:06 2012 (r40199)
+++ head/zh_CN.GB2312/books/handbook/Makefile Fri Nov 30 18:53:25 2012 (r40200)
@@ -3,7 +3,7 @@
#
# Build the FreeBSD Handbook (Simplified Chinese).
#
-# Original revision: 1.113
+# Original revision: r38039
# ------------------------------------------------------------------------
#
@@ -51,6 +51,50 @@ IMAGES_EN+= advanced-networking/isdn-twi
IMAGES_EN+= advanced-networking/natd.eps
IMAGES_EN+= advanced-networking/net-routing.pic
IMAGES_EN+= advanced-networking/static-routes.pic
+IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png
+IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png
+IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png
+IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png
+IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png
+IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
+IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
+IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
+IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
+IMAGES_EN+= bsdinstall/bsdinstall-config-crashdump.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6-static.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-slaac.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-network-ipv4-dns.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-accesspoints.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-scan.png
+IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-wpa2setup.png
+IMAGES_EN+= bsdinstall/bsdinstall-distfile-extracting.png
+IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
+IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
+IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
+IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
+IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
+IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
+IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
+IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
+IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-manual-create.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-manual-partscheme.png
+IMAGES_EN+= bsdinstall/bsdinstall-part-review.png
+IMAGES_EN+= bsdinstall/bsdinstall-post-root-passwd.png
+IMAGES_EN+= bsdinstall/bsdinstall-set-clock-local-utc.png
+IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png
+IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
+IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
+IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
IMAGES_EN+= geom/striping.pic
IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
@@ -206,6 +250,7 @@ IMAGES_LIB+= callouts/15.png
# XML content
SRCS+= audit/chapter.xml
SRCS+= book.xml
+SRCS+= bsdinstall/chapter.xml
SRCS+= colophon.xml
SRCS+= dtrace/chapter.xml
SRCS+= advanced-networking/chapter.xml
Modified: head/zh_CN.GB2312/books/handbook/book.xml
==============================================================================
--- head/zh_CN.GB2312/books/handbook/book.xml Fri Nov 30 18:53:06 2012 (r40199)
+++ head/zh_CN.GB2312/books/handbook/book.xml Fri Nov 30 18:53:25 2012 (r40200)
@@ -14,7 +14,7 @@
The FreeBSD Documentation Project
The FreeBSD Simplified Chinese Documentation Project
- Original Revision: 1.177
+ Original Revision: r38410
$FreeBSD$
-->
@@ -46,6 +46,7 @@
200920102011
+ 2012The FreeBSD Documentation Project
@@ -62,6 +63,7 @@
200920102011
+ 2012&cnproj.freebsd.org;
@@ -110,23 +112,28 @@
- 散哭聞喘 FreeBSD 云返過癖喘噐芦廾 FreeBSD &rel2.current;-RELEASE
- 才 FreeBSD &rel.current;-RELEASE 參式万断議晩械聞喘。
- 宸倖返過朕念喇載謹繁 隔偬仇 略擦。 凪嶄議坪否俶勣音僅仇厚仟。
- 泌惚艇嗤佶箸歌紗宸倖酊殖萩窟喨周欺 &a.doc;。緩猟亀恷仟議哂猟圻兵井云辛參貫 FreeBSD Web嫋泣 貧資誼
- (宸云返過議熟壼豚井云辛參壓 孀欺)
+ 散哭聞喘 FreeBSD 云返過癖喘噐芦廾
+ FreeBSD &rel2.current;-RELEASE 才
+ FreeBSD &rel.current;-RELEASE 參式万断議晩械聞喘。
+ 宸倖返過朕念喇載謹繁 隔偬仇 略擦。
+ 凪嶄議坪否俶勣音僅仇厚仟。 泌惚艇嗤佶箸歌紗宸倖酊殖
+ 萩窟喨周欺 &a.doc;。 緩猟亀恷仟議哂猟圻兵井云辛參貫
+ FreeBSD 利嫋
+ 貧資誼
+ (云返過議熟壼豚井云辛參壓
+ 孀欺)。
喇 &cnproj.freebsd.org;
- 略擦議恷仟咎云辛參壓 &cnproj.freebsd.org; 酔孚 Web 嫋泣
- 才 &cnproj.freebsd.org; 猟亀酔孚
- 侃資誼 宸匯咎云氏音僅鰆嫋揖化。 緩翌 艇匆辛參貫 FreeBSD 議 FTP
- 捲暦匂 賜巉謹議 承騁承 誼欺宸芸猟亀議光嶽凪麿鯉塀參式儿抹侘塀議井云。
- 泌惚艇厚錬李誼欺匯芸咫泡井云議返過 辛參貫
- FreeBSD Mall 杭択。 艇珊辛參 朴沫返過。
+ 略擦議恷仟咎云辛參壓 &cnproj.freebsd.org;
+ 酔孚利嫋 資誼 宸匯咎云氏隔偬仇鰆嫋揖化。
+ 緩翌 艇匆辛參貫
+ FreeBSD
+ FTP 捲暦匂 式凪巉謹
+ 承騁承
+ 函誼宸芸猟亀議光嶽凪万鯉塀 參式儿抹侘塀議井云。
+ 泌惚艇錬李誼欺匯芸咫泡井云議返過 辛參貫
+ FreeBSD Mall
+ 杭択。 茅緩岻翌 艇珊辛參
+ 壓返過嶄朴沫坪否。
@@ -156,7 +163,8 @@
- 初府聞喘 X&unix; 完笥狼由參式葎匯乂伏恢桟廠塘崔彑中桟廠議聾准。
+ 初府聞喘 X&unix; 完笥狼由
+ 參式葎匯乂嬬校戻互垢恬丼楕議彑中桟廠塘崔聾准。
@@ -165,6 +173,7 @@
&chap.introduction;
&chap.install;
+ &chap.bsdinstall;
&chap.basics;
&chap.ports;
&chap.x11;
@@ -174,8 +183,8 @@
械需議販暦
- 念中厮将初府阻駅勣議児粥岑紛 返過議宸匯何蛍繍網胎 FreeBSD 議匯乂恷械喘議孔嬬。
- 宸乂嫗准淫凄
+ 念中厮将初府阻駅勣議児粥岑紛 返過議宸匯何蛍繍網胎
+ FreeBSD 議匯乂恷械喘議孔嬬。 宸乂嫗准淫凄
@@ -188,21 +197,21 @@
- 初府更秀協崙議 FreeBSD 坪宰參尼喘現紗孔嬬議圭隈。
+ 初府選園協崙議 FreeBSD 坪宰參尼喘現紗孔嬬議圭隈。
- 袁現乕椣凄彑中才利大嬉咫字壓坪議嬉咫狼由譜崔。
+ 袁現乕椣凄彑中才利大嬉咫字壓坪議嬉咫狼由譜崔。
- 鯆婢幣泌採壓 FreeBSD 貧塰佩 Linux 哘喘殻會。
+ 鯆婢幣泌採壓 FreeBSD 貧塰佩 Linux 哘喘殻會。
- 蝶乂嫗准錬李艇遍枠堋響狛凪麿何蛍壓宸乂嫗議蝕遊何蛍匆氏公竃窃貌議戻幣。
-
+ 蝶乂嫗准錬李艇遍枠堋響狛凪麿何蛍
+ 壓宸乂嫗議蝕遊何蛍匆氏公竃窃貌議戻幣。
&chap.desktop;
@@ -216,9 +225,14 @@
狼由砿尖
- FreeBSD 返過嶄凪噫嫗准議坪否脅頁購噐狼由砿尖。耽匯嫗准脅貫宙峰蝕兵喇燃秘侮。
-
- 宸乂嫗准瓜譜柴撹載謹犇塒衲議何蛍泌惚艇俶勣阻盾蝶何蛍坪否岷俊堋響宸何蛍坪否軸辛涙俶梓孚乏會匆音喘壓艇聞喘 FreeBSD 議扮昨俶勣枠響匯演。
+ FreeBSD 返過嶄凪噫嫗准議坪否脅頁購噐狼由砿尖。
+ 耽匯嫗准脅貫宙峰宸嫗繍勣初府議坪否蝕兵
+ 喇燃秘侮斤犢慊敞歃佩初府。
+
+ 宸乂嫗准壓廱亟扮 厮将譜柴撹阻俯謹犹ザ請議何蛍
+ 泌惚艇俶勣阻盾蝶何蛍坪否 岷俊堋響宸何蛍坪否軸辛
+ 遇涙俶梓孚乏會 匆音駅壓艇蝕兵聞喘 FreeBSD
+ 岻念頼屁仇堋響万断。
&chap.config;
@@ -243,36 +257,37 @@
FreeBSD 頁朕念參互來嬬利大捲暦葎朕議遇何俸袈律恷鴻議荷恬狼由岻匯。
- 網胎宸乂三籾議嫗准淫凄
+ 網胎宸乂三籾議嫗准淫凄
-
- 堪笥宥儷
-
+
+ 堪笥宥儷
+
-
- PPP 才參湊利貧議 PPP
-
+
+ PPP 才參湊利貧議 PPP
+
-
- 窮徨喨周
-
+
+ 窮徨喨周
+
-
- 塰佩利大捲暦
-
+
+ 塰佩利大捲暦
+
-
- 契諮能
-
+
+ 契諮能
+
-
- 凪麿互雫利大三籾
-
+
+ 凪麿序竣利大三籾
+ 宸乂嫗准麼勣工艇壓俶勣扮歌深。
- 音俶勣參蒙協議乏會栖堋響万断 緩翌 艇蝕兵壓利大嶄聞喘 FreeBSD 岻念匆音駅委万断脅響頼。
+ 音駅梓蒙協議乏會栖堋響万断 緩翌
+ 艇蝕兵壓利大嶄聞喘 FreeBSD 岻念匆音俶勣枠委万断脅響頼。
&chap.serialcomms;
Added: head/zh_CN.GB2312/books/handbook/bsdinstall/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/zh_CN.GB2312/books/handbook/bsdinstall/Makefile Fri Nov 30 18:53:25 2012 (r40200)
@@ -0,0 +1,16 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# Original revision: r39631
+# $FreeBSD$
+#
+
+CHAPTERS= bsdinstall/chapter.xml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"
Added: head/zh_CN.GB2312/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/zh_CN.GB2312/books/handbook/bsdinstall/chapter.xml Fri Nov 30 18:53:25 2012 (r40200)
@@ -0,0 +1,2467 @@
+
+
+
+
+
+
+
+ Jim
+ Mock
+ 嶷更、 嶷屁式何蛍嶷亟
+
+
+
+
+ Randy
+ Pratt
+ sysinstall 荷恬送殻、 徳鳥舜夕式匯違來猟忖
+
+
+
+
+ Gavin
+ Atkinson
+ 斤 bsdinstall 議厚仟
+
+
+
+ Warren
+ Block
+
+
+
+
+ 芦廾 &os;癖喘噐 9.x 式參朔井云
+
+
+ 古峰
+
+ 芦廾
+
+ &os; 戻工阻匯倖參猟忖葎麼、 宴噐聞喘議芦廾殻會
+ 貫 &os; 9.0-RELEASE 蝕兵頁峺 bsdinstall
+ 遇壓岻念夸頁峺 sysinstall。
+ 云嫗初府 bsdinstall 議聞喘
+ 嗤購 sysinstall
+ 議聞喘歌需 。
+
+ 僥楼頼云嫗岻朔 艇繍岑祇
+
+
+
+ 泌採幹秀 &os; 芦廾初嵎。
+
+
+
+
+ &os; 泌採皿蛍朕炎啣徒。
+
+
+
+ 泌採尼強
+ bsdinstall。
+
+
+
+ 塰佩 bsdinstall 扮俶勣指基議諒籾
+ 諒籾議醤悶根吶 參式哘乎泌採指基。
+
+
+
+ 堋響云嫗岻念 艇哘乎
+
+
+
+ 臥心繍勣芦廾議 &os; 井云侭現議啣周屶隔双燕
+ 參鳩協艇議啣周嬬校瓜屶隔。
+
+
+
+
+ 匯違栖傍 緩芦廾傍苧頁寞斤 &i386;─PC 惹否字 ̄ 尺更議柴麻字
+ 揖扮匆氏勝辛嬬仇斤凪麿尺更和議芦廾嚠參傍苧。 埋隼云猟亀将械厚仟
+ 徽挽辛嬬嚥侭芦廾井云貧現揮議傍苧猟亀嗤乂俯竃秘
+ 咀緩秀咏艇叙繍凪恬葎械号議芦廾峺擬。
+
+
+
+
+ 啣周俶箔
+
+
+ 恷詰塘崔
+
+ 芦廾 &os; 侭俶議恷詰塘崔 昧井云式啣周尺更遇嗤侭音揖。
+
+ 參和叱准斤宸乂佚連序佩阻悳潤。 功象侭僉議芦廾圭塀
+ 辛嬬俶勣聞喘 &os; 屶隔議 CDROM 賜利大癖塘匂
+ 蠎 。
+
+
+ &os;/&arch.i386;
+
+ &os;/&arch.i386; 俶勣 486 賜厚酔議侃尖匂 恷弌 64 MB 議坪贋
+ 參式崛富 1.1 GB 議啣徒腎寂。
+
+
+ 宥械秤趨和斤噐析症議柴麻字遇冱
+ 芦廾厚寄議坪贋才木竃厚謹議啣徒腎寂
+ 氏曳聞喘厚酔議侃尖匂斤來嬬議戻幅厚紗苧圈
+
+
+
+
+ &os;/&arch.amd64;
+
+ &os;/&arch.amd64; 屶隔曾嶽侃尖匂。 及匯嶽頁 AMD64 侃尖匂
+ 淫凄 &amd.athlon;64、 &amd.athlon;64-FX、 &amd.opteron;
+ 參式厚互雫艶議侃尖匂。
+
+ 嬬校聞喘 &os;/&arch.amd64; 議総匯嶽侃尖匂頁寡喘阻
+ &intel; EM64 尺更議侃尖匂。 宸窃侃尖匂淫凄
+ &intel; &core; 2 Duo、 Quad 才 Extreme 社怛
+ 珊淫凄 &intel; &xeon; 3000、 5000 才 7000 狼双
+ 參式 &intel; &core; i3、 i5 才 i7。
+
+ 斤噐聞喘阻 nVidia nForce3 Pro-150 議字匂 駅倬
+ 壓 BIOS 譜崔嶄鋤喘 IO APIC 泌惚短嗤宸劔議僉郛蓉残榕遇鋤喘 ACPI。
+ 咀葎 Pro-150 仂頭怏贋壓 bug遇朕念珊短嗤嬬校号閲緩諒籾議圭隈。
+
+
+
+ &os;/&arch.powerpc; &apple; &macintosh;
+
+ 屶隔侭嗤坪秀 USB 議 New World &apple; &macintosh; 狼由
+ 揖扮匆葎塘崔謹 CPU 議字匂戻工 SMP 屶隔。
+
+ 廣吭 32 了議坪宰峪嬬聞喘坪贋議念 2 GB遇 PowerMac G3
+ 清易字貧議 &firewire; 匆音瓜屶隔。
+
+
+
+ &os;/&arch.sparc64;
+
+ 嗤購 &os;/&arch.sparc64; 議狼由屶隔
+ 蠎
+ FreeBSD/sparc64 酊拭
+
+ &os;/&arch.sparc64; 俶勣鏡媼匯翠甘徒。
+ 朕念珊音屶隔嚥凪麿荷恬狼由慌輙匯翠甘徒。
+
+
+
+
+ 屶隔議啣周
+
+ &os; 窟佩井侭屶隔議啣周尺更式譜姥氏双壓啣周惹否傍苧猟周嶄
+ 緩猟周宥械兆葎 HARDWARE.TXT
+ 了噐窟佩井初嵎議功朕村和。 宸乂坪否匆辛參壓 &os; 利嫋議 窟佩井佚連
+ 匈中貧孀欺。
+
+
+
+
+ 芦廾念議彈姥垢恬
+
+
+ 姥芸艇議方象
+
+ 壓繍 &os; 芦廾崛朕炎字匂念
+ 哘遍枠姥芸凪貧議嶷勣方象旺斤姥芸序佩霞編。
+ &os; 芦廾殻會斤啣徒恂販採個強念脅氏序佩儂諒
+ 遇匯稀荷恬蝕兵祥涙隈碍。
+
+
+
+ 畳協繍 &os; 芦廾壓採侃
+
+ 泌惚屁倖啣徒貧叙芦廾 &os; 匯倖荷恬狼由 椎担萩岷俊柳狛緩准
+ 徽泌惚俶勣斑 &os; 嚥凪麿荷恬狼由旺贋
+ 椎担遍枠哘輝阻盾 &os; 議啣徒下蕉潤更。
+
+
+ &os;/&arch.i386; 嚥
+ &os;/&arch.amd64; 議啣徒下蕉
+
+ 啣徒辛參蛍護撹謹倖曝囃
+ 宸乂曝囃各恬 partition┠崘。
+
+ 嗤曾嶽啣徒蛍曝圭塀。
+ 勧由議 Master Boot Record
+ (MBR 麼哈擬芝村)
+ 議蛍曝燕嶄辛參協吶膨倖 primary
+ partitions (麼蛍曝)。 (喇噐煽雰圻咀 &os;
+ 嶄繍麼蛍曝各恬 slice。)
+ 葎阻融篤膨倖蛍曝議渣藤 辛參繍凪嶄匯倖麼蛍曝幹秀葎
+ extended partition (制婢蛍曝)
+ 旺壓凪嶄秀羨
+ logical partitions (貸辞蛍曝)。
+ 屎泌艇心欺議椎劔 宸嶽圭隈噴蛍運彎。
+
+ 仟塀議 GUID Partition Table (GUID 蛍曝燕)
+ (GPT)
+ 戻工阻厚葎酒宴議甘徒蛍曝圭隈。
+ 嚥勧由議 MBR 蛍曝牘硲 GPT 孔嬬厚葎膿寄。 械需議
+ GPT 糞嵜敏墺斷賛藉電棉屶隔謹器 128
+ 倖蛍曝 貫遇涙俶壅寡喘窃貌貸辞蛍曝宸劔亨寛尺塁議潤更。
+
+
+ 匯乂症塀議荷恬狼由 泌 &windows; XP
+ 旺音惹否 GPT
+ 蛍曝鯉塀。 泌惚俶勣斑 &os; 嚥宸劔議荷恬狼由慌喘匯翠啣徒
+ 祥駅倬聞喘 MBR 蛍曝阻。
+
+
+ &os; 議炎彈哈擬紗墮匂俶勣聞喘匯倖麼蛍曝賜
+ GPT 蛍曝。 (嗤購 &os; 哈擬狛殻議蠻蕋
+ 萩歌堋 。) 泌惚侭嗤議麼蛍曝賜
+ GPT 蛍曝脅厮壓聞喘嶄
+ 夸駅倬葎 &os; 木竃匯倖栖聞喘。
+
+ 恷弌芦廾議 &os; 峪俶
+ 1 GB 甘徒腎寂。 音狛 宸頁
+ 掲械 児云議芦廾
+ 遇拝匆音氏藻和謹富辛喘議腎寂。 曳熟糞喘議秤趨和
+ 泌惚音聞喘夕侘順中 恷弌芦廾哘蛍塘崛富 3 GB 議腎寂
+ 遇聞喘夕侘順中 夸哘蛍塘崛富 5 GB 議腎寂。
+ 緩翌 及眉圭哘喘殻會辛嬬珊俶勣厚謹議腎寂。
+
+ 嗤載謹
+ 窒継賜斌匍議蛍曝距屁垢醤 辛工聞喘。 箭泌
+ 參 Live CD 侘塀戻工議 GParted
+ Live 嶄議 GParted
+ 蛍曝園辞匂。 緩翌 GParted 匆辛參壓俯謹凪万
+ Linux Live CD 窟佩井嶄孀欺。
+
+
+ 甘徒蛍曝殻會嗤辛嬬氏篤撒嶝亠鎚象。 壓俐個甘徒蛍曝岻念
+ 哘枠恂匯肝頼屁議姥芸旺丕刮凪頼屁來。
+
+
+ 距屁 µsoft; Vista 蛍曝寄弌扮辛嬬氏囑欺匯乂諒籾。
+ 泌惚勣宸劔恂 萩戻念彈姥挫 Vista 芦廾高徒。
+
+
+ 聞喘嶝亠跳崘
+
+ 邪譜匯岬芦廾阻 &windows; 議柴麻字貧嗤匯翠 40 GB 議啣徒
+ 蛍撹阻曾倖 20 GB 議蛍曝。 &windows;
+ 繍万断蛍艶出恂 C: 才
+ D:。
+ C: 蛍曝淫根阻 10 GB
+ 方象 遇 D: 蛍曝淫根阻
+ 5 GB 方象。
+
+ 繍方象貫 D: 卞強欺
+ C: 祥辛繍及屈倖蛍曝木竃栖工
+ &os; 聞喘阻。
+
+
+
+ 抹弌嶝亠跳崘
+
+ 邪譜匯岬芦廾阻 &windows; 議柴麻字貧嗤匯翠 40 GB 議啣徒
+ 匯倖寄議蛍曝聞喘阻屁翠甘徒議畠何腎寂。 &windows;
+ 繍宸倖 40 GB 蛍曝出恂
+ C:。 朕念媼喘阻 15 GB 腎寂。
+ 嶇M繍 &windows; 蛍曝受富欺
+ 20 GB 旺繍噫和議 20 GB
+ 蛍公 &os; 聞喘。
+
+ 辛參壓參和曾嶽圭隈嶄販僉匯嶽
+
+
+
+ 姥芸 &windows; 方象。 俊彭 嶷仟芦廾
+ &windows; 壓芦廾狛殻嶄秀羨匯倖 20 GB 議蛍曝。
+
+
+
+ 聞喘窃貌 GParted 宸劔議蛍曝距屁垢醤栖抹弌
+ &windows; 蛍曝 旺木竃腎寂公 &os; 聞喘。
+
+
+
+
+ 淫根音揖荷恬狼由議甘徒蛍曝綜艇嬬校壓販採扮昨聞喘凪嶄議匯嶽。
+ 泌惚錬李揖扮塰佩謹嶽音揖議荷恬狼由 辛參聞喘壓
+ 嶄初府議圭隈。
+
+
+
+
+ 辺鹿利大塘崔佚連
+
+ 蝶乂 &os; 芦廾圭塀俶勣宥狛利大銭俊和墮犢慘勅。
+ 飛勣銭俊崛參湊利 (賜窮篇窮逝/DSL 距崙盾距匂貧議參湊利俊笥)
+ 夸俶勣魄苛鯵茂鯡畊駅勣議利大塘崔佚連。
+
+ DHCP
+ 辛參喘栖戻工徭強塘崔利大議佚連。 邪泌短嗤辛喘議
+ DHCP 夸駅倬貫蕉囃利砿尖埀
+ 賜利大捲暦戻工斌椎戦資誼駅勣議塘崔佚連
+
+
+ 利大塘崔佚連
+
+
+ IP
+ 仇峽
+
+
+
+ 徨利凉鷹
+
+
+
+ 潮範利購議 IP 仇峽
+
+
+
+ 云仇利大囃兆
+
+
+
+ DNS
+ 捲暦匂議 IP 仇峽
+
+
+
+
+
+ 殊臥 &os; 窟佩娠列
+
+ 勝砿 &os; 酊浸疊訓C晋窟佩井勝辛嬬仇糧協
+ 徽 bug 悳頁壓侭佃窒。 自富方秤趨和 宸乂 bug 封崛氏唹谿苛亜
+ 匯稀宸乂諒籾瓜窟峅∃渾朔 祥氏双壓 &os; 利嫋議 &os; 窟佩娠列 嶄。
+ 壓芦廾岻念 哘遍枠殊臥宸乂娠列 參鳩隠芦廾辛參乏旋序佩。
+
+ 嗤購侭嗤窟佩井議佚連式娠列 辛參壓
+ &os; 利嫋 議
+ 窟佩井佚連
+ 匯准嶄孀欺。
+
+
+
+ 彈姥芦廾初嵎
+
+ &os; 議芦廾初嵎淫凄 CD、 DVD 式 USB 芝吮允。
+ 飛勣蝕兵芦廾 峪俶聞喘芦廾初嵎哈擬柴麻字軸辛
+ 廣吭音嬬宥狛壓凪麿荷恬狼由嶄峇佩芦廾殻會宸嶽圭塀序佩芦廾。
+
+ 炎彈議芦廾初嵎嶄淫根阻 &os; 芦廾侭俶議畠何猟周
+ 茅緩岻翌 珊嗤匯嶽 bootonly 芦廾初嵎。
+ 宸嶽初嵎旺音壓凪嶄岷俊淫根芦廾侭俶議畠何猟周
+ 遇頁壓俶勣扮宥狛利大序佩和墮。 咀緩 嚥炎彈議芦廾初嵎牘硲
+ bootonly芦廾初嵎悶持厚弌。
+
+ &os; 芦廾初嵎議険云辛參貫
+ &os; 利嫋 資函。
+
+
+ 泌惚艇厮将嗤 &os; 議芦廾 CD、 DVD 賜 USB 芝吮允
+ 夸辛參柳狛緩准。
+
+
+ &os; 議芦廾 CD 賜 DVD 啌饐葎辛哈擬議 ISO 猟周。 峪俶勣
+ CD 賜 DVD 凪嶄議匯嶽軸辛頼撹芦廾荷恬。
+ 販僉匯嶽壓輝念荷恬狼由嶄震村撹辛哈擬高徒軸辛。
+
+ 飛勣幹秀辛哈擬議芝吮允 萩峇佩參和荷恬
+
+
+
+ 資函芝吮允啌
+
+ &os; 9.0-RELEASE 才厚互井云議芝吮允啌駑勅辛參壓
+ ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/arch/arch/ISO-IMAGES/version/&os;-version-RELEASE-arch-memstick.img
+ 嶄議
+ ISO-IMAGES/
+ 朕村嶄孀欺 凪嶄 arch
+ 頁峺勣芦廾議尺更 遇
+ version
+ 夸頁峺勣芦廾議井云催。 訟箭栖傍 &os;/&arch.i386; 9.0-RELEASE
+ 議芝吮允啌駑屍
+ 孀欺。
+
+
+ 壓 &os; 8.X 參式厚壼議井云嶄
+ 啌駑勅議和墮了崔待嗤音揖。 購噐 &os; 8.X
+ 才厚壼井云議芦廾荷恬萩歌堋 。
+
+
+ 芝吮允啌餤沈婢兆葎 .img。
+ 壓 ISO-IMAGES/
+ 朕村嶄戻工阻謹倖音揖議啌顳 辛參功象俶勣議 &os; 井云
+ 嗤扮匆淫凄芦廾斤鶺柘下彜趨序佩僉夲。
+
+
+ 峇佩參和化帶念 哘 姥芸 USB
+ 芝吮允貧議方象 咀葎岻朔議荷恬繍 価茅
+ 宸乂方象。
+
+
+
+
+ 繍啌駑勅亟秘芝吮允
+
+
+ 壓 &os; 嶄荷恬
+
+
+ 壓和中議箭徨嶄 朕炎芝吮允斤哘議譜姥准泣頁 /dev/da0。
+ 荷恬念萩徙聾鳩範朕炎譜姥頁倦屎鳩
+ 參窒鱒撒嶝亠鎚象。
+
+
+
+ 聞喘 &man.dd.1; 亟秘啌
+
+ 制婢兆葎 .img 議啌駑勅
+ 音頁 匯嶽噸宥議猟周。
+ 万頁斤芝吮允貧頼屁坪否侭恂議 啌
+ 咀緩 音嬬 峪頁馥嬪猟周匯劔酒汽議鹸崙
+ 遇哘聞喘
+ &man.dd.1; 繍凪岷俊亟秘朕炎譜姥
+
+ &prompt.root; dd if=&os;-9.0-RELEASE-&arch.i386;-memstick.img of=/dev/da0 bs=64k
+
+
+
+
+ 壓 &windows; 嶄荷恬
+
+
+ 荷恬念萩鳩範頁倦葎朕炎譜姥僉夲阻屎鳩議駁強匂催
+ 倦夸辛嬬氏顕固旺鱒撒艇議嶝佇象。
+
+
+
+ 資函 Image Writer for
+ &windows;
+
+ Image Writer for
+ &windows; 頁匯嶽嬬繍啌騁鳩亟秘欺芝吮允嶄議窒継哘喘殻會。
+ 貫
+ 和墮旺繍凪戻函崛販吭猟周斜朔軸辛蝕兵聞喘。
+
+
+
+ 聞喘 Image Writer 亟秘啌
+
+ 褒似夕炎 Win32DiskImager
+ 塰佩殻會朔 鳩協 Device
+ 和中塋承椎強匂催侭斤哘議頁芝吮允。
+ 泣似猟周斜夕炎參僉夲俶勣亟秘議啌駑勅
+ 隼朔泣似 [ Save ] 俊鞭僉夲。
+ 壓鳩範侭嗤荷恬涙列拝短嗤凪麿完笥恵諒芝吮允朔
+ 泣似 [ Write ] 繍啌駑勅亟秘芝吮允。
+
+
+
+
+
+
+ 狼由音壅屶隔貫罷徒序佩芦廾阻。
+
+
+ 艇嶬攷敏埒兵芦廾 &os; 阻。
+
+
+
+
+ 蝕兵芦廾
+
+
+ 潮範秤趨和 壓艇心欺和中宸訳佚連岻念
+ 芦廾殻會音氏斤啣徒方象恂販採俐個
+
+ Your changes will now be written to disk. If you
+have chosen to overwrite existing data, it will
+be PERMANENTLY ERASED. Are you sure you want to
+commit your changes?
+
+ 壓緩岻念譲辛芦畠曜竃 雙賜艇毅伉序佩阻蝶乂危列議塘崔
+ 匆辛參岷俊購液窮坿。
+
+
+
+ 蝕字尼強
+
+
+ 哈擬 &i386; 式 &arch.amd64; 狼由
+
+
+
+ 飛勣聞喘
+ 侭峰議 USB 芝吮允哈擬 夸哘壓蝕字念繍凪峨秘柴麻字。
+
+ 飛勣聞喘 CDROM 哈擬 夸哘壓蝕字朔羨震繍凪慧秘柴麻字。
+
+
+
+ 功象侭聞喘議芦廾初嵎 僉夲貫 CDROM 賜 USB尼強。 壓
+ BIOS 譜崔嶄
+ 辛參僉夲蒙協議哈擬譜姥。 寄謹方狼由珊辛參壓尼強扮僉夲哈擬譜姥
+ 宥械俶勣梓 F10、 F11、
+ F12 賜 Escape 囚。
+
+
+
+ 泌惚艇議柴麻字屎械尼強旺紗墮阻嶝亠腸掀狼由
+ 椎担萩殊臥
+
+
+
+ USB 芝吮允峨秘狛絡賜 CDROM 慧秘狛絡 萩繍凪偉和賜函竃
+ 隼朔嶷仟尼強柴麻字旺壅肝晦編。
+
+
+
+ BIOS 譜崔危列 萩嶷仟譜崔。
+
+
+
+ BIOS 音屶隔貫輝念初嵎尼強 辛參聞喘
+ Plop
+ Boot Manager 万嬬校斑析塀柴麻字屶隔
+ CD 賜 USB 尼強。
+
+
+
+
+
+ &os; 繍蝕兵尼強。 泌惚聞喘議頁CDROM
+ 夸氏心欺窃貌宸劔議塋升┛羆笑渡⊃敏垪待
+
+ Booting from CD-ROM...
+645MB medium detected
+CD Loader 1.2
+
+Building the boot loader arguments
+Looking up /BOOT/LOADER... Found
+Relocating the loader and the BTX
+Starting the BTX loader
+
+BTX loader 1.00 BTX version is 1.02
+Consoles: internal video/keyboard
+BIOS CD is cd0
+BIOS drive C: is disk0
+BIOS drive D: is disk1
+BIOS 636kB/261056kB available memory
+
+FreeBSD/i386 bootstrap loader, Revision 1.1
+
+Loading /boot/defaults/loader.conf
+/boot/kernel/kernel text=0x64daa0 data=0xa4e80+0xa9e40 syms=[0x4+0x6cac0+0x4+0x88e9d]
+\
+
+
+
+ &os; 哈擬紗墮匂氏塋升
+
+
+
+ 艇辛參吉棋噴昼賜梓 Enter 囚。
+
+
+
+
+
+ 哈擬 &macintosh; &powerpc;
+
+ 壓寄謹方字匂貧 蝕字扮梓廖 C 囚辛參貫 CD 尼強。
+ 茅緩岻翌 梓廖
+
+ Command
+ Option
+ O
+ F
+ 壓掲 &apple; 囚徒貧頁
+
+ Windows
+ Alt
+ O
+ F
+ 隼朔壓竃峙通疂招 0 > 和補秘
+
+ boot cd:,\ppc\loader cd:0
+
+ 斤噐音揮囚徒議 Xserves 字匂萩歌深
+ &apple;
+ 屶隔利嫋 參阻盾泌採哈擬崛 Open Firmware。
+
+
+
+ 哈擬 &sparc64;
+
+ 謹方 &sparc64; 狼由譲譜崔撹阻啣徒徭尼強。 飛勣芦廾 &os;
+ 夸哘貫利大賜 CDROM 尼強 宸祥俶勣遍枠序秘
+
+ PROMOpenFirmware。
+
+ 嶷尼狼由朔吉棋哈擬佚連竃孱 埋隼凪醤悶坪否函畳噐字匂侏催
+ 徽哘乎氏窃貌
+
+ Sun Blade 100 (UltraSPARC-IIe), Keyboard Present
+Copyright 1998-2001 Sun Microsystems, Inc. All rights reserved.
+OpenBoot 4.2, 128 MB memory installed, Serial #51090132.
+Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.
+
+ 泌惚緩扮狼由厮将蝕兵貫啣徒尼強 椎担萩梓和
+ L1A
+ 賜
+ StopA
+ 賜壓堪笥陣崙岬窟僕 BREAK壓 &man.tip.1; 賜 &man.cu.1;
+ 嶄頁 ~#參序秘
+ PROM 戻幣憲
+ 万哘乎泌和侭幣
+
+
+
+
+
+
+
+ ok
+ok {0}
+
+
+
+ 宸頁壓汽 CPU 狼由貧議戻幣憲。
+
+
+
+ 宸頁壓 SMP 狼由貧議戻幣憲
+ 凪嶄議方忖燕幣辛喘議 CPU 倖方。
+
+
+
+
+ 嶬擅 慧秘 CDROM 旺壓 PROM 戻幣憲朔補秘
+ boot cdrom。
+
+
+
+
+
+
+ 臥心譜姥冥霞潤惚
+
+ 葎阻宴噐臥堋
+ 徳鳥貧侭塋承鍔邵鷦鍵捐俔峽氏兵嶮隠贋壓産喝曝戦。
+
+ 飛勣箝誓産喝曝 辛參梓和 Scroll Lock
+ 囚栖蝕尼徳鳥議獄強孔嬬 蝕尼朔軸辛聞喘圭鮗、
+ PageUp 囚賜 PageDown 囚序佩鍬堋
+ 壅肝梓和 Scroll Lock 囚繍購液獄強孔嬬。
+
+ 箝誓扮繍心欺坪宰序佩阻譜姥冥霞
+ 凪潤惚窃貌 嶄議猟云
+ 徽醤悶坪否氏咀柴麻字嶄侭淫根議譜姥遇嗤侭音揖。
+
+
Modified: head/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml
==============================================================================
--- head/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml Sat Dec 1 17:00:17 2012 (r40228)
+++ head/nl_NL.ISO8859-1/books/handbook/filesystems/chapter.xml Sat Dec 1 17:14:16 2012 (r40229)
@@ -680,7 +680,7 @@ errors: No known data errors
SID-naam
(bijvoorbeeld
- jan.bloggs@voorbeeld.com).
+ jan.bloggs@example.com).
Numeriek SID-ID
Modified: head/nl_NL.ISO8859-1/books/handbook/network-servers/chapter.xml
==============================================================================
--- head/nl_NL.ISO8859-1/books/handbook/network-servers/chapter.xml Sat Dec 1 17:00:17 2012 (r40228)
+++ head/nl_NL.ISO8859-1/books/handbook/network-servers/chapter.xml Sat Dec 1 17:14:16 2012 (r40229)
@@ -4231,8 +4231,8 @@ mail IN A 192.168.
Record (RRs). Het biedt noch
betrouwbaarheid noch bescherming tegen onjuiste aannames van
eindgebruikers. Dit betekent dat het mensen niet kan beschermen tegen
- het bezoeken van voorbeeld.net in
- plaats van voorbeeld.com. Het enige
+ het bezoeken van example.net in
+ plaats van example.com. Het enige
wat DNSSEC doet is authenticeren dat de gegevens
niet tijdens het transport zijn gecompromitteerd. De beveiliging van
DNSSEC is een belangrijke stap in het beveiligen van
@@ -4434,7 +4434,7 @@ dnssec-validation yes;
te worden.Om DNSSEC aan te zetten voor de zone voorbeeld.com zoals beschreven in de
+ role="domainname">example.com zoals beschreven in de
voorgaande voorbeelden, dient als eerste
dnssec-keygen gebruikt te worden om het
sleutelpaar met de KSK en ZSK
@@ -4442,26 +4442,26 @@ dnssec-validation yes;
algoritmes gebruiken. Het wordt aanbevolen om RSA/SHA-256 voor de
sleutels te gebruiken, een sleutellengte van 2048 bits zou voldoende
moeten zijn. Om de KSK voor voorbeeld.com te genereren:
+ role="domainname">example.com te genereren:
- &prompt.user; dnssec-keygen -f KSK -a RSASHA256 -b 2048 -n ZONE voorbeeld.com
+ &prompt.user; dnssec-keygen -f KSK -a RSASHA256 -b 2048 -n ZONE example.comen om de ZSK te genereren:
- &prompt.user; dnssec-keygen -a RSASHA256 -b 2048 -n ZONE voorbeeld.com
+ &prompt.user; dnssec-keygen -a RSASHA256 -b 2048 -n ZONE example.comdnssec-keygen maakt twee bestanden, de
publieke en private sleutels in bestanden met namen als
- Kvoorbeeld.com.+005+nnnnn.key (publiek) en
- Kvoorbeeld.com.+005+nnnnn.private (privaat). Het
+ Kexample.com.+005+nnnnn.key (publiek) en
+ Kexample.com.+005+nnnnn.private (privaat). Het
gedeelte nnnnn van de bestandsnaam is een
sleutel-ID van vijf cijfers. Houd bij welke sleutel-ID bij welke
sleutel hoort. Dit is in het bijzonder van belang wanneer er meerdere
sleutels per zone zijn. Het is ook mogelijk om de sleutels te
hernoemen. Voor elk KSK-bestand:
- &prompt.user; mv Kvoorbeeld.com.+005+nnnnn.key Kvoorbeeld.com.+005+nnnn.KSK.key
-&prompt.user; mv Kvoorbeeld.com.+005+nnnnn.private Kvoorbeeld.com.+005+nnnnn.KSK.private
+ &prompt.user; mv Kexample.com.+005+nnnnn.key Kexample.com.+005+nnnn.KSK.key
+&prompt.user; mv Kexample.com.+005+nnnnn.private Kexample.com.+005+nnnnn.KSK.privateVoor ZSK-bestanden dient KSK
waar nodig door ZSK vervangen te worden. De
@@ -4469,18 +4469,18 @@ dnssec-validation yes;
opdracht $include te gebruiken. Het zou er
ongeveer als volgt uit moeten zien:
- $include Kvoorbeeld.com.+005+nnnnn.KSK.key ; KSK
-$include Kvoorbeeld.com.+005+nnnnn.ZSK.key ; ZSK
+ $include Kexample.com.+005+nnnnn.KSK.key ; KSK
+$include Kexample.com.+005+nnnnn.ZSK.key ; ZSKOnderteken tenslotte de zone en vertel BIND om
het ondertekende zonebestand te gebruiken. Voor het ondertekenen van
een zone wordt dnssec-signzone gebruikt.
Het commando om de zone voorbeeld.com, dat zich in
- voorbeeld.com.db bevindt, zou er ongeveer zo
+ role="domainname">example.com, dat zich in
+ example.com.db bevindt, zou er ongeveer zo
uit moeten zien:
- &prompt.user; dnssec-signzone -o voorbeeld.com -k Kvoorbeeld.com.+005+nnnnn.KSK voorbeeld.com.db Kvoorbeeld.com.+005+nnnnn.ZSK.key
+ &prompt.user; dnssec-signzone -o example.com -k Kexample.com.+005+nnnnn.KSK example.com.db Kexample.com.+005+nnnnn.ZSK.keyDe sleutel die aan het argument wordt
meegegeven is de KSK en het andere sleutelbestand
@@ -4493,12 +4493,12 @@ $include Kvoorbeeld.com.+005+nnnnn.ZSK.k
dnssec-signzone is een zonebestand met
daarin alle RRs ondertekend. Deze uitvoer komt in
een bestand met de extensie .signed terecht, zoals
- voorbeeld.com.db.signed. De example.com.db.signed. De DS-records worden ook naar een
- apart bestand dsset-voorbeeld.com geschreven. Om
+ apart bestand dsset-example.com geschreven. Om
deze ondertekende zone te gebruiken hoeft alleen de zone-directief in
named.conf veranderd te worden om
- voorbeeld.com.db.signed. Standaard zijn de
+ example.com.db.signed. Standaard zijn de
ondertekeningen slechts 30 dagen geldig, wat betekent dat de zone over
ongeveer 15 dagen hertekend moet worden om er zeker van te zijn dat
resolvers geen records met oude ondertekeningen cachen. Het is
@@ -4538,15 +4538,15 @@ $include Kvoorbeeld.com.+005+nnnnn.ZSK.k
sleutels uit het sleutelreservoir door de optie
te gebruiken. Voeg, om BIND dit automatische
ondertekenen en bijwerken van zones te laten gebruiken voor voorbeeld.com, het volgende aan
+ role="domainname">example.com, het volgende aan
named.conf toe:
- zone voorbeeld.com {
+ zone example.com {
type master;
key-directory "/etc/named/keys";
update-policy local;
auto-dnssec maintain;
- file "/etc/named/dynamic/voorbeeld.com.zone";
+ file "/etc/named/dynamic/example.com.zone";
};Nadat deze veranderingen gemaakt zijn, dienen de sleutels voor de
From owner-svn-doc-head@FreeBSD.ORG Sat Dec 1 17:21:27 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 395EA8AF;
Sat, 1 Dec 2012 17:21:27 +0000 (UTC)
(envelope-from gavin@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 049CA8FC1C;
Sat, 1 Dec 2012 17:21:27 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1HLQQD055541;
Sat, 1 Dec 2012 17:21:26 GMT (envelope-from gavin@svn.freebsd.org)
Received: (from gavin@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1HLQP3055540;
Sat, 1 Dec 2012 17:21:26 GMT (envelope-from gavin@svn.freebsd.org)
Message-Id: <201212011721.qB1HLQP3055540@svn.freebsd.org>
From: Gavin Atkinson
Date: Sat, 1 Dec 2012 17:21:26 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40230 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 01 Dec 2012 17:21:27 -0000
Author: gavin
Date: Sat Dec 1 17:21:26 2012
New Revision: 40230
URL: http://svnweb.freebsd.org/changeset/doc/40230
Log:
educe the size of the security notice on the website home page.
Discussed with: core, simon
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/htdocs/index.xsl
Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl Sat Dec 1 17:14:16 2012 (r40229)
+++ head/en_US.ISO8859-1/htdocs/index.xsl Sat Dec 1 17:21:26 2012 (r40230)
@@ -68,32 +68,18 @@
-
Security Warning
+
Security Notice
On Sunday
11th of November, an intrusion
was detected on two machines
within the FreeBSD.org cluster.
- The affected machines were taken
- offline for analysis.
- Additionally, a large portion of
- the remaining infrastructure
- machines were also taken offline
- as a precaution.
-
-
We have found
+ We have found
no evidence of any modifications
that would put any end user at
- risk, and as a result we do not
- believe that any end users have
- been affected. However, we do
- urge all users to read the
- report and decide on any
- required actions themselves.
- We will continue to update that
- page as further information
- becomes known.
+ report for more details.
From owner-svn-doc-head@FreeBSD.ORG Sat Dec 1 17:27:51 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 6F25094D;
Sat, 1 Dec 2012 17:27:51 +0000 (UTC)
(envelope-from gavin@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3A50A8FC0C;
Sat, 1 Dec 2012 17:27:51 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1HRpJT056399;
Sat, 1 Dec 2012 17:27:51 GMT (envelope-from gavin@svn.freebsd.org)
Received: (from gavin@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1HRp9b056397;
Sat, 1 Dec 2012 17:27:51 GMT (envelope-from gavin@svn.freebsd.org)
Message-Id: <201212011727.qB1HRp9b056397@svn.freebsd.org>
From: Gavin Atkinson
Date: Sat, 1 Dec 2012 17:27:51 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40231 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 01 Dec 2012 17:27:51 -0000
Author: gavin
Date: Sat Dec 1 17:27:50 2012
New Revision: 40231
URL: http://svnweb.freebsd.org/changeset/doc/40231
Log:
Correct the case of two "FreeBSd"s.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2001-08.xml
head/en_US.ISO8859-1/htdocs/news/status/report-2002-05-2002-06.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2001-08.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2001-08.xml Sat Dec 1 17:21:26 2012 (r40230)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2001-08.xml Sat Dec 1 17:27:50 2012 (r40231)
@@ -1014,7 +1014,7 @@
Ahistrom
- nra@FreeBSd.org
+ nra@FreeBSD.org
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2002-05-2002-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2002-05-2002-06.xml Sat Dec 1 17:21:26 2012 (r40230)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2002-05-2002-06.xml Sat Dec 1 17:27:50 2012 (r40231)
@@ -1202,7 +1202,7 @@ includes porting this facility to the -c
Project WebpageProject Webpage (in Japanese
)
- SNAPSHOTs anonftp area on the web
+ SNAPSHOTs anonftp area on the webRelease branch snapshots for FreeBSD/i386
From owner-svn-doc-head@FreeBSD.ORG Sat Dec 1 18:04:37 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 71109F8D;
Sat, 1 Dec 2012 18:04:37 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3BCF88FC16;
Sat, 1 Dec 2012 18:04:37 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1I4bta062141;
Sat, 1 Dec 2012 18:04:37 GMT (envelope-from rene@svn.freebsd.org)
Received: (from rene@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1I4bAJ062140;
Sat, 1 Dec 2012 18:04:37 GMT (envelope-from rene@svn.freebsd.org)
Message-Id: <201212011804.qB1I4bAJ062140@svn.freebsd.org>
From: Rene Ladan
Date: Sat, 1 Dec 2012 18:04:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40233 - head/nl_NL.ISO8859-1/htdocs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 01 Dec 2012 18:04:37 -0000
Author: rene
Date: Sat Dec 1 18:04:36 2012
New Revision: 40233
URL: http://svnweb.freebsd.org/changeset/doc/40233
Log:
MFen r40054 -> r40230
Modified:
head/nl_NL.ISO8859-1/htdocs/index.xsl
Modified: head/nl_NL.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/nl_NL.ISO8859-1/htdocs/index.xsl Sat Dec 1 17:50:50 2012 (r40232)
+++ head/nl_NL.ISO8859-1/htdocs/index.xsl Sat Dec 1 18:04:36 2012 (r40233)
@@ -1,7 +1,7 @@
-
Beveiligingswaarschuwing
+
Beveiligingsmelding
Op zondag 11 september is
er een inbraak gedetecteerd op twee machines
- binnen het FreeBSD.org-cluster. De
- getroffen machines zijn offline gehaald ter
- analyze. Ook is uit voorzorg een groot deel
- van de overgebleven machines in de
- infrastructuur offline gehaald.
-
-
We hebben geen bewijs
- gevonden van wijzigingen die een risico
- vormen voor eindgebruikers, en derhalve
- zijn we niet van mening dat eindgebruikers
- getroffen zijn. We raden echter alle
- gebruikers met spoed aan om het
- verslag te lezen en zelf te besluiten
- of er stappen moeten worden ondernomen. We
- zullen deze pagina bijwerken als er verdere
- informatie beschikbaar komt.
+ verslag voor meer details.
From owner-svn-doc-head@FreeBSD.ORG Sat Dec 1 23:23:35 2012
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8C4E9F5E;
Sat, 1 Dec 2012 23:23:35 +0000 (UTC) (envelope-from cs@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 5DFE18FC0C;
Sat, 1 Dec 2012 23:23:35 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1NNZqN018461;
Sat, 1 Dec 2012 23:23:35 GMT (envelope-from cs@svn.freebsd.org)
Received: (from cs@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1NNYEf018459;
Sat, 1 Dec 2012 23:23:34 GMT (envelope-from cs@svn.freebsd.org)
Message-Id: <201212012323.qB1NNYEf018459@svn.freebsd.org>
From: Carlo Strub
Date: Sat, 1 Dec 2012 23:23:34 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40234 - 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-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 01 Dec 2012 23:23:35 -0000
Author: cs (ports committer)
Date: Sat Dec 1 23:23:34 2012
New Revision: 40234
URL: http://svnweb.freebsd.org/changeset/doc/40234
Log:
Update my PGP key
Modified:
head/share/pgpkeys/cs.key
Modified: head/share/pgpkeys/cs.key
==============================================================================
--- head/share/pgpkeys/cs.key Sat Dec 1 18:04:36 2012 (r40233)
+++ head/share/pgpkeys/cs.key Sat Dec 1 23:23:34 2012 (r40234)
@@ -1,133 +1,125 @@
-sub 4096R/99AC2A67 2012-06-05 [expires: 2017-06-04]
-
pub 3072R/D06F0BD7 2012-11-25 [expires: 2017-11-24]
Key fingerprint = 61A4 F2B8 2A6C B81E 5557 0798 78E7 DE70 D06F 0BD7
uid Carlo Strub
+uid Carlo Strub
sub 3072R/71C75997 2012-11-25 [expires: 2017-11-24]
sub 3072R/318AEB16 2012-11-25 [expires: 2017-11-24]
]]>