From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 00:05:26 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 2E884EF7;
Sun, 9 Dec 2012 00:05:26 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id ED5BE8FC12;
Sun, 9 Dec 2012 00:05:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB905Pn0046378;
Sun, 9 Dec 2012 00:05:25 GMT (envelope-from rene@svn.freebsd.org)
Received: (from rene@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB905Pcb046377;
Sun, 9 Dec 2012 00:05:25 GMT (envelope-from rene@svn.freebsd.org)
Message-Id: <201212090005.qB905Pcb046377@svn.freebsd.org>
From: Rene Ladan
Date: Sun, 9 Dec 2012 00:05:25 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-translations@freebsd.org
Subject: svn commit: r40310 - translations/nl_NL.ISO8859-1/books/faq
X-SVN-Group: doc-translations
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 09 Dec 2012 00:05:26 -0000
Author: rene
Date: Sun Dec 9 00:05:25 2012
New Revision: 40310
URL: http://svnweb.freebsd.org/changeset/doc/40310
Log:
Somehow CVS revision 1.1100 was not merged in, fix this.
Modified:
translations/nl_NL.ISO8859-1/books/faq/book.xml
Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml
==============================================================================
--- translations/nl_NL.ISO8859-1/books/faq/book.xml Sat Dec 8 23:51:04 2012 (r40309)
+++ translations/nl_NL.ISO8859-1/books/faq/book.xml Sun Dec 9 00:05:25 2012 (r40310)
@@ -7503,23 +7503,30 @@ Key F15 A A Menu Wo
- BIND (named) is listening on port 53
- and some other high-numbered port. What is going on?
+ BIND (named) is listening on
+ some other high-numbered ports. What is going on?BIND uses a random high-numbered port for outgoing
- queries. If you want to use port 53 for outgoing queries,
- either to get past a firewall or to make yourself feel
- better, you can try the following in
- /etc/namedb/named.conf:
-
- options {
- query-source address * port 53;
-};
-
- You can replace the * with a single
- IP address if you want to tighten things further.
+ queries. Recent versions of it choose a new, random UDP
+ port for each query. This may cause problems for some
+ network configurations, especially if a firewall blocks
+ incoming UDP packets on particular ports. If you want to
+ get past that firewall, you can try the
+ avoid-v4-udp-ports and
+ avoid-v6-udp-ports options to avoid
+ selecting random port numbers within a blocked range.
+
+
+ If a port number (like 53) is specified via the
+ query-source or
+ query-source-v6 options in
+ /etc/namedb/named.conf, randomized
+ port selection will not be used. It is strongly
+ recommended that these options not be used to specify
+ fixed port numbers.
+ Congratulations, by the way. It is good practice to
read your &man.sockstat.1; output and notice odd
From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 10:36:42 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 66168CE3;
Sun, 9 Dec 2012 10:36:42 +0000 (UTC)
(envelope-from rene@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 30FF68FC13;
Sun, 9 Dec 2012 10:36:42 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9AagYY033139;
Sun, 9 Dec 2012 10:36:42 GMT (envelope-from rene@svn.freebsd.org)
Received: (from rene@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9Aafni033137;
Sun, 9 Dec 2012 10:36:41 GMT (envelope-from rene@svn.freebsd.org)
Message-Id: <201212091036.qB9Aafni033137@svn.freebsd.org>
From: Rene Ladan
Date: Sun, 9 Dec 2012 10:36:41 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40311 - in head/nl_NL.ISO8859-1: books htdocs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 09 Dec 2012 10:36:42 -0000
Author: rene
Date: Sun Dec 9 10:36:41 2012
New Revision: 40311
URL: http://svnweb.freebsd.org/changeset/doc/40311
Log:
MFen:
- books/Makefile r38826 -> r40258 (SRCID bump only)
- htdocs/where.xml r39920 -> r40278
Modified:
head/nl_NL.ISO8859-1/books/Makefile
head/nl_NL.ISO8859-1/htdocs/where.xml
Modified: head/nl_NL.ISO8859-1/books/Makefile
==============================================================================
--- head/nl_NL.ISO8859-1/books/Makefile Sun Dec 9 00:05:25 2012 (r40310)
+++ head/nl_NL.ISO8859-1/books/Makefile Sun Dec 9 10:36:41 2012 (r40311)
@@ -1,7 +1,7 @@
# $FreeBSD$
#
# %SOURCE% en_US.ISO8859-1/books/Makefile
-# %SRCID% 38826
+# %SRCID% 40258
#
SUBDIR = handbook
Modified: head/nl_NL.ISO8859-1/htdocs/where.xml
==============================================================================
--- head/nl_NL.ISO8859-1/htdocs/where.xml Sun Dec 9 00:05:25 2012 (r40310)
+++ head/nl_NL.ISO8859-1/htdocs/where.xml Sun Dec 9 10:36:41 2012 (r40311)
@@ -6,7 +6,7 @@
]>
@@ -51,11 +51,7 @@
Als u &os; via FTP of HTTP wilt downloaden, bekijk dan de lijst met spiegelsites
- in het handboek om te zien of er een site is die dichterbij u is. Als
- alternatief kunt u &os; via het BitTorrent-protocol downloaden. De
- .torrent-bestanden kunnen van de &os; BitTorrent Tracker
- gedownload worden.
+ in het handboek om te zien of er een site is die dichterbij u is.
From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 17:47:25 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 1AF2BCCE;
Sun, 9 Dec 2012 17:47:25 +0000 (UTC)
(envelope-from linimon@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id F3F6D8FC0C;
Sun, 9 Dec 2012 17:47:24 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9HlOpX094942;
Sun, 9 Dec 2012 17:47:24 GMT (envelope-from linimon@svn.freebsd.org)
Received: (from linimon@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9HlOJh094941;
Sun, 9 Dec 2012 17:47:24 GMT (envelope-from linimon@svn.freebsd.org)
Message-Id: <201212091747.qB9HlOJh094941@svn.freebsd.org>
From: Mark Linimon
Date: Sun, 9 Dec 2012 17:47:24 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40312 - head/en_US.ISO8859-1/articles/portbuild
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 09 Dec 2012 17:47:25 -0000
Author: linimon
Date: Sun Dec 9 17:47:24 2012
New Revision: 40312
URL: http://svnweb.freebsd.org/changeset/doc/40312
Log:
Fix the location of the rc.d files. Add the very handy sysutils/zfs-stats
port to recommended.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.xml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Dec 9 10:36:41 2012 (r40311)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Dec 9 17:47:24 2012 (r40312)
@@ -2947,7 +2947,8 @@ sysutils/screen
benchmarks/bonnie++
ports-mgmt/pkg_tree
sysutils/dmidecode
-sysutils/smartmontools
+sysutils/smartmontools
+sysutils/zfs-stats
@@ -3126,7 +3127,7 @@ sysutils/smartmontools
Copy the following files from
- /var/portbuild/conf/etc/rc.d/ to
+ /var/portbuild/etc/rc.d/ to
/usr/local/etc/rc.d/:
buildproxy.sh
pollmachine.sh
From owner-svn-doc-all@FreeBSD.ORG Sun Dec 9 20:07:02 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id BFA0DD0A;
Sun, 9 Dec 2012 20:07:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id A5FD38FC0C;
Sun, 9 Dec 2012 20:07:02 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9K72SN019292;
Sun, 9 Dec 2012 20:07:02 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9K72Xv019291;
Sun, 9 Dec 2012 20:07:02 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212092007.qB9K72Xv019291@svn.freebsd.org>
From: Glen Barber
Date: Sun, 9 Dec 2012 20:07:02 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40313 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 09 Dec 2012 20:07:02 -0000
Author: gjb
Date: Sun Dec 9 20:07:02 2012
New Revision: 40313
URL: http://svnweb.freebsd.org/changeset/doc/40313
Log:
Link the Privacy Policy to the index page.
Modified:
head/share/xml/header.ent
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Sun Dec 9 17:47:24 2012 (r40312)
+++ head/share/xml/header.ent Sun Dec 9 20:07:02 2012 (r40313)
@@ -64,6 +64,7 @@
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:01:51 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id F22E3F6C;
Mon, 10 Dec 2012 02:01:50 +0000 (UTC) (envelope-from kaduk@mit.edu)
Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU
[18.9.25.13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE338FC0C;
Mon, 10 Dec 2012 02:01:49 +0000 (UTC)
X-AuditID: 1209190d-b7f266d00000092b-9d-50c5415b6935
Received: from mailhub-auth-2.mit.edu ( [18.7.62.36])
by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id
FC.CF.02347.B5145C05; Sun, 9 Dec 2012 20:56:43 -0500 (EST)
Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])
by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id qBA1uh2s031947;
Sun, 9 Dec 2012 20:56:43 -0500
Received: from multics.mit.edu (SYSTEM-LOW-SIPB.MIT.EDU [18.187.2.37])
(authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id qBA1ueLx021376
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Sun, 9 Dec 2012 20:56:42 -0500 (EST)
Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308)
id qBA1udIb013897; Sun, 9 Dec 2012 20:56:39 -0500 (EST)
Date: Sun, 9 Dec 2012 20:56:39 -0500 (EST)
From: Benjamin Kaduk
To: Eitan Adler
Subject: Re: svn commit: r40306 - head/en_US.ISO8859-1/books/porters-handbook
In-Reply-To: <201212081332.qB8DWMnV046772@svn.freebsd.org>
Message-ID:
References: <201212081332.qB8DWMnV046772@svn.freebsd.org>
User-Agent: Alpine 1.10 (GSO 962 2008-03-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrAIsWRmVeSWpSXmKPExsUixG6nohvteDTAYPM2IYsfHw8xWez6O4fZ
4sai/UwWu/t7mR1YPGZ8ms8SwBjFZZOSmpNZllqkb5fAlXFluWjBbIGKGwsWsjUw9vN2MXJy
SAiYSDzZcIkdwhaTuHBvPVsXIxeHkMA+RomuR3NZIZz1jBLN024zQTjHmSTO/O5hBWkREqiX
2N00HcxmEdCSOLr4BzOIzSagIjHzzUY2EFsEyP6+/ycTiM0sECWxZ2kjUD0Hh7CAv0TfRAOQ
MKeAlcTvhW1gJbwCDhJT+7ayQIy3lGg+ex1sjKiAjsTq/VNYIGoEJU7OfMICMdJS4tyf62wT
GAVnIUnNQpJawMi0ilE2JbdKNzcxM6c4NVm3ODkxLy+1SNdILzezRC81pXQTIyhgOSV5dzC+
O6h0iFGAg1GJh3eBzNEAIdbEsuLK3EOMkhxMSqK8/vZAIb6k/JTKjMTijPii0pzU4kOMEhzM
SiK8XMeOBAjxpiRWVqUW5cOkpDlYlMR5r6Tc9BcSSE8sSc1OTS1ILYLJynBwKEnwKjkADRUs
Sk1PrUjLzClBSDNxcIIM5wEargxSw1tckJhbnJkOkT/FqCglzvsY5CIBkERGaR5cLyyhvGIU
B3pFmPc3SBUPMBnBdb8CGswENPik4GGQwSWJCCmpBkYDQZngpevXn2rsfKQzp6PbcFdH1+Oo
bN5dHFKzF22RuCPaufHWHnnuj5paupYq6477myev8656Vs2z12OSN9fVbSycPS2esWLnSqqU
O//Lyf0Xlnk0+Tz34d9/jrZzd9m7384L42sQjdZV0Qp81C8dHi8tf7f75ubCjsUrX2yTvN/u
JWWQpcRSnJFoqMVcVJwIAN1JKjoDAwAA
Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org,
doc-committers@freebsd.org
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 02:01:51 -0000
On Sat, 8 Dec 2012, Eitan Adler wrote:
> Author: eadler
> Date: Sat Dec 8 13:32:22 2012
> New Revision: 40306
> URL: http://svnweb.freebsd.org/changeset/doc/40306
>
> Log:
> Wording tweaks to the pkg-descr section of the porter's handbook.
>
> Submitted by: wblock
> Approved by: bcr (mentor)
>
> Modified:
> head/en_US.ISO8859-1/books/porters-handbook/book.xml
>
> Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
> ==============================================================================
> --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 00:09:39 2012 (r40305)
> +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8 13:32:22 2012 (r40306)
> @@ -185,18 +185,17 @@ USE_IMAKE= yes
> fonts).
>
>
> - Well-written description text should describe the port
> - completely enough that users would not have to consult its
> - documentation or visit its website to understand what does it
> - do, how it can be useful for them, what particularly nice
> - features (if any) does it have, etc. You might want to
> - mention certain requirements (e.g. the graphical toolkit),
> - heavy dependencies, runtime environment, or implementation
> - languages, to help users to decide if they want to install
> - this port or not.
> + A well-written pkg-descr describes
> + the port completely enough that users would not have to
> + consult the documentation or visit the website to understand
> + what the software does, how it can be useful, or what
> + particularly nice features it has. Mentioning certain
> + requirements like a graphical toolkit, heavy dependencies,
> + runtime environment, or implementation languages help users
> + whether this port will work for them.
Presumably such knowledge will help users *decide* whether this port will
work for them (as opposed to helping them whether or not the port will
work for them, which is I guess also true).
-Ben Kaduk
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:06:28 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id AC371C4
for ; Mon, 10 Dec 2012 02:06:28 +0000 (UTC)
(envelope-from lists@eitanadler.com)
Received: from mail-la0-f54.google.com (mail-la0-f54.google.com
[209.85.215.54])
by mx1.freebsd.org (Postfix) with ESMTP id 0DF958FC12
for ; Mon, 10 Dec 2012 02:06:27 +0000 (UTC)
Received: by mail-la0-f54.google.com with SMTP id j13so2033764lah.13
for ; Sun, 09 Dec 2012 18:06:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=eitanadler.com; s=0xdeadbeef;
h=mime-version:sender:in-reply-to:references:from:date
:x-google-sender-auth:message-id:subject:to:cc:content-type;
bh=cxzm0ShstynuSUBWgE5Uk/DqwqKlDDT5sI0VmFo/euo=;
b=VVcnJ/WpMZAzAqCOLtIQe6/R1+DQ4zTUX+lPP2Q4D5NMocg/uR4ki9R8Ika/xpIR6g
/kGEJhkLpj9RRkjYapg9apHNwQCleyWnYn66dqOOb/RT5ogNJ+iYhsHPvzt8UGksWSQT
PRcsyWvgY6YQYdlRvsOf4uGCQXpwMCdbiAFWI=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=20120113;
h=mime-version:sender:in-reply-to:references:from:date
:x-google-sender-auth:message-id:subject:to:cc:content-type
:x-gm-message-state;
bh=cxzm0ShstynuSUBWgE5Uk/DqwqKlDDT5sI0VmFo/euo=;
b=TmAOcp0+EyDb1P+NfGvhlfSMeJAfpIUdUm9stXgPk9VtxDvc/IaLdE21bAIdZ+Frpl
1bczzyaPNdQ0fw58qFXkykYIgErNB3dtJJAsMNhTKtO062ZkOrcftpFKG1xxPv++5JLr
Rsgrs2oUx4vOhQ3iUDezwfyLQ/tuEVaFEbj+gGkbcsj9FGA88h9kNcP02/iJMei1OXUf
PL6+2fqJ0iDOg8Yyai38ZPyS4I4MGkxRxSa+vQUs9X+wdn2i7WtdURfsoJsgVTKlwvUe
pBN2KQx83bhDYCB2+hh6WsJfo6rmCF+2A6Bv3IcZ7fbqfH4RjquF90RsMBwX2SSAUK+g
CJXw==
Received: by 10.152.105.103 with SMTP id gl7mr12109346lab.10.1355105186228;
Sun, 09 Dec 2012 18:06:26 -0800 (PST)
MIME-Version: 1.0
Sender: lists@eitanadler.com
Received: by 10.112.43.229 with HTTP; Sun, 9 Dec 2012 18:05:56 -0800 (PST)
In-Reply-To:
References: <201212081332.qB8DWMnV046772@svn.freebsd.org>
From: Eitan Adler
Date: Sun, 9 Dec 2012 21:05:56 -0500
X-Google-Sender-Auth: DWYZ6J7sVjJ-ZerUDSQ1tDNEuSU
Message-ID:
Subject: Re: svn commit: r40306 - head/en_US.ISO8859-1/books/porters-handbook
To: Benjamin Kaduk
Content-Type: text/plain; charset=UTF-8
X-Gm-Message-State: ALoCoQmBWW2Yipr69k3hBQbrLLm8RwPlqbUcegvmg8ZmrpLR/salQWGMQRRrCcxXJb0v38dsxqIQ
Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org,
doc-committers@freebsd.org
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 02:06:28 -0000
On 9 December 2012 20:56, Benjamin Kaduk wrote:
> On Sat, 8 Dec 2012, Eitan Adler wrote:
>
>> Author: eadler
>> Date: Sat Dec 8 13:32:22 2012
>> New Revision: 40306
>> URL: http://svnweb.freebsd.org/changeset/doc/40306
>>
>> Log:
>> Wording tweaks to the pkg-descr section of the porter's handbook.
>>
>> Submitted by: wblock
>> Approved by: bcr (mentor)
>>
>> Modified:
>> head/en_US.ISO8859-1/books/porters-handbook/book.xml
>>
>> Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
>>
>> ==============================================================================
>> --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8
>> 00:09:39 2012 (r40305)
>> +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Dec 8
>> 13:32:22 2012 (r40306)
>> @@ -185,18 +185,17 @@ USE_IMAKE= yes
>> fonts).
>>
>>
>> - Well-written description text should describe the port
>> - completely enough that users would not have to consult its
>> - documentation or visit its website to understand what does it
>> - do, how it can be useful for them, what particularly nice
>> - features (if any) does it have, etc. You might want to
>> - mention certain requirements (e.g. the graphical toolkit),
>> - heavy dependencies, runtime environment, or implementation
>> - languages, to help users to decide if they want to install
>> - this port or not.
>> + A well-written pkg-descr describes
>> + the port completely enough that users would not have to
>> + consult the documentation or visit the website to understand
>> + what the software does, how it can be useful, or what
>> + particularly nice features it has. Mentioning certain
>> + requirements like a graphical toolkit, heavy dependencies,
>> + runtime environment, or implementation languages help users
>> + whether this port will work for them.
>
>
> Presumably such knowledge will help users *decide* whether this port will
> work for them (as opposed to helping them whether or not the port will work
> for them, which is I guess also true).
Will fix - thanks.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 02:11:26 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 0249D150;
Mon, 10 Dec 2012 02:11:26 +0000 (UTC) (envelope-from wen@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id DD2FE8FC15;
Mon, 10 Dec 2012 02:11:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBA2BPD3090820;
Mon, 10 Dec 2012 02:11:25 GMT (envelope-from wen@svn.freebsd.org)
Received: (from wen@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBA2BPm1090817;
Mon, 10 Dec 2012 02:11:25 GMT (envelope-from wen@svn.freebsd.org)
Message-Id: <201212100211.qBA2BPm1090817@svn.freebsd.org>
From: Wen Heping
Date: Mon, 10 Dec 2012 02:11:25 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40315 - head/share/pgpkeys
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 02:11:26 -0000
Author: wen (ports committer)
Date: Mon Dec 10 02:11:24 2012
New Revision: 40315
URL: http://svnweb.freebsd.org/changeset/doc/40315
Log:
- Add my PGP key
Added:
head/share/pgpkeys/wen.key (contents, props changed)
Modified:
head/share/pgpkeys/pgpkeys-developers.xml
head/share/pgpkeys/pgpkeys.ent
Modified: head/share/pgpkeys/pgpkeys-developers.xml
==============================================================================
--- head/share/pgpkeys/pgpkeys-developers.xml Sun Dec 9 22:25:20 2012 (r40314)
+++ head/share/pgpkeys/pgpkeys-developers.xml Mon Dec 10 02:11:24 2012 (r40315)
@@ -656,6 +656,11 @@
&pgpkey.mux;
+
+ &a.wen;
+ &pgpkey.wen;
+
+
&a.dhn;
&pgpkey.dhn;
Modified: head/share/pgpkeys/pgpkeys.ent
==============================================================================
--- head/share/pgpkeys/pgpkeys.ent Sun Dec 9 22:25:20 2012 (r40314)
+++ head/share/pgpkeys/pgpkeys.ent Mon Dec 10 02:11:24 2012 (r40315)
@@ -387,6 +387,7 @@
+
Added: head/share/pgpkeys/wen.key
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/pgpkeys/wen.key Mon Dec 10 02:11:24 2012 (r40315)
@@ -0,0 +1,41 @@
+
+
+
+sub 2048R/CFC8D6A9 2012-12-10
+]]>
+
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 11:23:33 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 11A89D64;
Mon, 10 Dec 2012 11:23:33 +0000 (UTC)
(envelope-from zeising@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id D04EA8FC0C;
Mon, 10 Dec 2012 11:23:32 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBABNWE6098969;
Mon, 10 Dec 2012 11:23:32 GMT (envelope-from zeising@svn.freebsd.org)
Received: (from zeising@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBABNWZo098968;
Mon, 10 Dec 2012 11:23:32 GMT (envelope-from zeising@svn.freebsd.org)
Message-Id: <201212101123.qBABNWZo098968@svn.freebsd.org>
From: Niclas Zeising
Date: Mon, 10 Dec 2012 11:23:32 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40316 - head/en_US.ISO8859-1/books/porters-handbook
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 11:23:33 -0000
Author: zeising
Date: Mon Dec 10 11:23:32 2012
New Revision: 40316
URL: http://svnweb.freebsd.org/changeset/doc/40316
Log:
Add documentation about the newly added OPTIONS knobs.
Submitted by: bapt
Approved by: joel (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 02:11:24 2012 (r40315)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 11:23:32 2012 (r40316)
@@ -4427,6 +4427,13 @@ OPT6_DESC= Describe OPT6OPTIONS_SINGLE= SG1
OPTIONS_SINGLE_SG1= OPT3 OPT4
+ OPTIONS can be grouped as radio
+ choices, where none or only one choice from each group
+ is allowed:
+
+ OPTIONS_RADIO= RG1
+OPTIONS_RADIO_RG1= OPT7 OPT8
+
OPTIONS can also be grouped as
multiple-choice lists, where
at least one option must be
@@ -4435,20 +4442,12 @@ OPTIONS_SINGLE_SG1= OPT3 OPT4OPTIONS_MULTI= MG1
OPTIONS_MULTI_MG1= OPT5 OPT6
- OPTIONS_MULTI and
- OPTIONS_SINGLE can also allow zero
- choices by including the group in
- OPTIONS_DEFINE:
-
- OPTIONS_DEFINE= MG1
-OPTIONS_MULTI= MG1
-OPTIONS_MULTI_MG1= OPT5 OPT6
+ OPTIONS can also be grouped as
+ multiple-choice lists, where non or any
+ option can be enabled:
- This group then requires at least one
- OPTION from MG1
- only if the new MG1
- OPTION is selected. Experimentation
- is encouraged to ensure that this is understood.
+ OPTIONS_GROUP= GG1
+OPTIONS_GROUP_GG1= OPT9 OPT10OPTIONS are unset by default,
unless they are listed in
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:48 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 35AA1E8D;
Mon, 10 Dec 2012 15:30:48 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 1751D8FC1B;
Mon, 10 Dec 2012 15:30:48 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUlBB045270;
Mon, 10 Dec 2012 15:30:47 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUlNU045269;
Mon, 10 Dec 2012 15:30:47 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUlNU045269@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:47 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40317 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:48 -0000
Author: eadler
Date: Mon Dec 10 15:30:47 2012
New Revision: 40317
URL: http://svnweb.freebsd.org/changeset/doc/40317
Log:
Add an example of how to add a user to the 'wheel' group to the
su-wheel-group FAQ.
PR: docs/174251
Submitted by: "Edward"
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 11:23:32 2012 (r40316)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:47 2012 (r40317)
@@ -5349,7 +5349,14 @@ C:\="DOS"
To allow someone to su to
root, simply put them in the
- wheel group.
+ wheel group. Use &man.pw.8
+ for this purpose.
+
+ &prompt.root; pw groupmod wheel -m lisa
+
+ The above example will add user
+ lisa to the group
+ wheel.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:50 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 9327EE8E;
Mon, 10 Dec 2012 15:30:50 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 76C558FC08;
Mon, 10 Dec 2012 15:30:50 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUohP045316;
Mon, 10 Dec 2012 15:30:50 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUoEJ045315;
Mon, 10 Dec 2012 15:30:50 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUoEJ045315@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:50 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40318 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:50 -0000
Author: eadler
Date: Mon Dec 10 15:30:49 2012
New Revision: 40318
URL: http://svnweb.freebsd.org/changeset/doc/40318
Log:
pcvt(4) hasn't been around since 6.X according to man pages.
Noted by: Derek Wood
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:47 2012 (r40317)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:49 2012 (r40318)
@@ -5640,12 +5640,6 @@ options SYSVMSG # enable for
does not exist if you compile your kernel with the
SC_DISABLE_REBOOT option.
-
- If you use the &man.pcvt.4; console driver, use the
- following kernel configuration line instead and rebuild the
- kernel:
-
- options PCVT_CTRL_ALT_DEL
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:52 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D54C5E8F;
Mon, 10 Dec 2012 15:30:52 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B953F8FC0C;
Mon, 10 Dec 2012 15:30:52 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUqtR045360;
Mon, 10 Dec 2012 15:30:52 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUqOs045358;
Mon, 10 Dec 2012 15:30:52 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUqOs045358@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:52 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40319 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:52 -0000
Author: eadler
Date: Mon Dec 10 15:30:52 2012
New Revision: 40319
URL: http://svnweb.freebsd.org/changeset/doc/40319
Log:
Fix minor branding detail in Apache OpenOffice - there is no space
between "Open" and "Office" [1]
[1] https://blogs.apache.org/OOo/entry/openoffice_org_is_now_apache
Submitted by: Jakub Lach
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:49 2012 (r40318)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:52 2012 (r40319)
@@ -3519,7 +3519,7 @@ kern.timecounter.hardware: TSC -> i82
The open-source Apache Open Office
+ url="http://www.openoffice.org">Apache OpenOffice
and LibreOffice
office suites work natively on &os;.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:55 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 3214AEC6;
Mon, 10 Dec 2012 15:30:55 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 155D38FC15;
Mon, 10 Dec 2012 15:30:55 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUsKd045406;
Mon, 10 Dec 2012 15:30:54 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUsLg045405;
Mon, 10 Dec 2012 15:30:54 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUsLg045405@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:54 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40320 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:55 -0000
Author: eadler
Date: Mon Dec 10 15:30:54 2012
New Revision: 40320
URL: http://svnweb.freebsd.org/changeset/doc/40320
Log:
It is hard to find IDE drives. ZIP and JAZ drives are gone from the
world of useful technologies.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:52 2012 (r40319)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:54 2012 (r40320)
@@ -1563,21 +1563,6 @@
-
- Why does the boot floppy start, but hang at the
- Probing Devices... screen?
-
-
-
- If you have a IDE &iomegazip; or &jaz; drive installed,
- remove it and try again. The boot floppy can get confused by
- the drives. After the system is installed you can reconnect
- the drive. Hopefully this will be fixed in a later
- release.
-
-
-
- Why do I get a panic: can't mount
root error when rebooting the system after
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:57 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 91287EEB;
Mon, 10 Dec 2012 15:30:57 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 5C56D8FC17;
Mon, 10 Dec 2012 15:30:57 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUvf8045449;
Mon, 10 Dec 2012 15:30:57 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUvZu045448;
Mon, 10 Dec 2012 15:30:57 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUvZu045448@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40321 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:57 -0000
Author: eadler
Date: Mon Dec 10 15:30:56 2012
New Revision: 40321
URL: http://svnweb.freebsd.org/changeset/doc/40321
Log:
SLIP was removed in 8.x. Given that 7.x will only be supported for
another 2 months it doesn't make much sense to keep this information in
the FAQ.
Noted by: Joe Barbish
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:54 2012 (r40320)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:56 2012 (r40321)
@@ -6788,27 +6788,16 @@ Key F15 A A Menu Wo
- Does &os; support SLIP and PPP?
+ Does &os; support PPP?
- Yes. See the manual pages for &man.slattach.8;,
- &man.sliplogin.8;, &man.ppp.8;, and &man.pppd.8;.
- &man.ppp.8; and &man.pppd.8; provide support for both
- incoming and outgoing connections, while &man.sliplogin.8;
- deals exclusively with incoming connections, and
- &man.slattach.8; deals exclusively with outgoing
- connections.
+ Yes. &man.ppp.8; provides support for both
+ incoming and outgoing connections.For more information on how to use these, please see the
Handbook chapter on PPP and SLIP.
-
- If you only have access to the Internet through a
- shell account, you may want to have a look at
- the net/slirp package.
- It can provide you with (limited) access to services such as
- ftp and http direct from your local machine.
+ url="&url.books.handbook;/ppp-and-slip.html">Handbook chapter on PPP.
@@ -8436,7 +8425,7 @@ ATDT1234567
Serial CommunicationsThis section answers common questions about serial
- communications with &os;. PPP and SLIP are covered in the Networking section.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:30:59 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id CD432F24;
Mon, 10 Dec 2012 15:30:59 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B1D598FC13;
Mon, 10 Dec 2012 15:30:59 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFUxZB045497;
Mon, 10 Dec 2012 15:30:59 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFUxqJ045494;
Mon, 10 Dec 2012 15:30:59 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101530.qBAFUxqJ045494@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:30:59 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40322 - head/en_US.ISO8859-1/books/porters-handbook
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:30:59 -0000
Author: eadler
Date: Mon Dec 10 15:30:59 2012
New Revision: 40322
URL: http://svnweb.freebsd.org/changeset/doc/40322
Log:
Add missing word "decide"
Submitted by: bjk
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 15:30:56 2012 (r40321)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 15:30:59 2012 (r40322)
@@ -192,7 +192,7 @@ USE_IMAKE= yes
particularly nice features it has. Mentioning certain
requirements like a graphical toolkit, heavy dependencies,
runtime environment, or implementation languages help users
- whether this port will work for them.
+ decide whether this port will work for them.
Include a URL to the official WWW homepage.
Prepend one of
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:02 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 295ECF2C;
Mon, 10 Dec 2012 15:31:02 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 0DA238FC1A;
Mon, 10 Dec 2012 15:31:02 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV1MK045552;
Mon, 10 Dec 2012 15:31:01 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV1Y9045551;
Mon, 10 Dec 2012 15:31:01 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFV1Y9045551@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:01 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40323 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:02 -0000
Author: eadler
Date: Mon Dec 10 15:31:01 2012
New Revision: 40323
URL: http://svnweb.freebsd.org/changeset/doc/40323
Log:
The PNP one can go... it was only marginally useful back in the day,
and now it reads like a bad wikipedia article. - imp.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:30:59 2012 (r40322)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:01 2012 (r40323)
@@ -9364,93 +9364,6 @@ hint.sio.7.irq="12"
-
- How are Plug N Play ISA cards detected and
- initialized?
-
-
-
- By: Frank Durda IV
- uhclem@nemesis.lonestar.org
-
- In a nutshell, there a few I/O ports that all of the PnP
- boards respond to when the host asks if anyone is out there.
- So when the PnP probe routine starts, it asks if there are
- any PnP boards present, and all the PnP boards respond with
- their model # to a I/O read of the same port, so the probe
- routine gets a wired-OR yes to that question.
- At least one bit will be on in that reply. Then the probe
- code is able to cause boards with board model IDs (assigned
- by µsoft;/&intel;) lower than X to
- go off-line. It then looks to see if any
- boards are still responding to the query. If the answer was
- 0, then there are no boards with IDs
- above X. Probe will then ask for boards
- below X. Finally, probe requests boards
- greater than
- X - (limit / 4) to go
- off-line. It then repeats this query. By repeating this
- semi-binary search of IDs-in-range enough times, the probing
- code will eventually identify all PnP boards present in a
- given machine with a number of iterations that is much lower
- than what 264 would take.
-
- The IDs are two 32-bit fields (hence
- 264) + 8-bit checksum. The first
- 32 bits are a vendor identifier. They never come out
- and say it, but it appears to be assumed that different
- types of boards from the same vendor could have different
- 32-bit vendor IDs. The idea of needing 32 bits just
- for unique manufacturers is a bit excessive.
-
- The lower 32 bits are a serial #, or something else
- that makes this one board unique. The vendor must never
- produce a second board that has the same lower 32 bits
- unless the upper 32 bits are also different. So you
- can have multiple boards of the same type in the machine and
- the full 64 bits will still be unique.
-
- The 32-bit groups can never be all zero. This
- allows the wired-OR to show non-zero bits during the initial
- binary search.
-
- Once the system has identified all the board IDs
- present, it will reactivate each board, one at a time (via the
- same I/O ports), and find out what resources the given board
- needs, what interrupt choices are available, etc. A scan is
- made over all the boards to collect this information.
-
- This info is then combined with info from any ECU files
- on the hard disk or wired into the MLB BIOS. The ECU and
- BIOS PnP support for hardware on the MLB is usually
- synthetic, and the peripherals do not really do genuine PnP.
- However by examining the BIOS info plus the ECU info, the
- probe routines can cause the devices that are PnP to avoid
- those devices the probe code cannot relocate.
-
- Then the PnP devices are visited once more and given
- their I/O, DMA, IRQ and Memory-map address assignments. The
- devices will then appear at those locations and remain there
- until the next reboot, although there is nothing that says
- you cannot move them around whenever you want.
-
- There is a lot of oversimplification above, but you
- should get the general idea.
-
- µsoft; took over some of the primary printer status
- ports to do PnP, on the logic that no boards decoded those
- addresses for the opposing I/O cycles. I found a genuine
- IBM printer board that did decode writes of the status port
- during the early PnP proposal review period, but µsoft;
- said tough. So they do a write to the
- printer status port for setting addresses, plus that use
- that address + 0x800, and a third I/O
- port for reading that can be located anywhere between
- 0x200 and 0x3ff.
-
-
-
- What about alternative layout policies for
directories?
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:04 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 6C396F2D;
Mon, 10 Dec 2012 15:31:04 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 506808FC0C;
Mon, 10 Dec 2012 15:31:04 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV4Zg045595;
Mon, 10 Dec 2012 15:31:04 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV4PH045594;
Mon, 10 Dec 2012 15:31:04 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFV4PH045594@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:04 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40324 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:04 -0000
Author: eadler
Date: Mon Dec 10 15:31:03 2012
New Revision: 40324
URL: http://svnweb.freebsd.org/changeset/doc/40324
Log:
uha is no longer supported since CAM
Noted by: imp
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:01 2012 (r40323)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:03 2012 (r40324)
@@ -2804,22 +2804,6 @@ quit
-
- What does the message ahc0: brkadrint,
- Illegal Host Access at seqaddr 0x0 mean?
-
-
-
- This is a conflict with an Ultrastor SCSI Host
- Adapter.
-
- During the boot process enter the kernel configuration
- menu and disable uha0, which is
- causing the problem.
-
-
-
- When I boot my system, I get the error ahc0:
illegal cable configuration. My cabling is
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:06 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id B4837F66;
Mon, 10 Dec 2012 15:31:06 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 981658FC16;
Mon, 10 Dec 2012 15:31:06 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV6nI045642;
Mon, 10 Dec 2012 15:31:06 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV6Zx045640;
Mon, 10 Dec 2012 15:31:06 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFV6Zx045640@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:06 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40325 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:06 -0000
Author: eadler
Date: Mon Dec 10 15:31:06 2012
New Revision: 40325
URL: http://svnweb.freebsd.org/changeset/doc/40325
Log:
Discuss uart in a question about supporting serial cards.
Noted by: Andrea Venturoli,
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:03 2012 (r40324)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:06 2012 (r40325)
@@ -2342,7 +2342,7 @@ bindkey ^[[3~ delete-char # for xtermSome unnamed clone cards have also been known to work,
especially those that claim to be AST compatible.
- Check the &man.sio.4; manual page to get more
+ Check &man.uart.4; and &man.sio.4; to get more
information on configuring such cards.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:09 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 09A9FF6A;
Mon, 10 Dec 2012 15:31:09 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id E1EE58FC18;
Mon, 10 Dec 2012 15:31:08 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFV8lV045682;
Mon, 10 Dec 2012 15:31:08 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFV8ap045681;
Mon, 10 Dec 2012 15:31:08 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFV8ap045681@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:08 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40326 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:09 -0000
Author: eadler
Date: Mon Dec 10 15:31:08 2012
New Revision: 40326
URL: http://svnweb.freebsd.org/changeset/doc/40326
Log:
Combine all the serial questions under one section in the FAQ.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:06 2012 (r40325)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:08 2012 (r40326)
@@ -2302,7 +2302,7 @@ bindkey ^[[3~ delete-char # for xterm
- Networking and Serial Devices
+ Networking
@@ -2327,37 +2327,6 @@ bindkey ^[[3~ delete-char # for xterm
-
-
-
- Which multi-port serial cards are supported by
- &os;?
-
-
-
- There is a list of these in the Serial Communications
- chapter of the handbook.
-
- Some unnamed clone cards have also been known to work,
- especially those that claim to be AST compatible.
-
- Check &man.uart.4; and &man.sio.4; to get more
- information on configuring such cards.
-
-
-
-
-
- How do I get the boot: prompt to show on the serial
- console?
-
-
-
- See this section of the handbook.
-
-
@@ -8414,6 +8383,37 @@ ATDT1234567
+
+ Which multi-port serial cards are supported by
+ &os;?
+
+
+
+ There is a list of these in the Serial Communications
+ chapter of the handbook.
+
+ Some unnamed clone cards have also been known to work,
+ especially those that claim to be AST compatible.
+
+ Check &man.uart.4; and &man.sio.4; to get more
+ information on configuring such cards.
+
+
+
+
+
+ How do I get the boot: prompt to show on the serial
+ console?
+
+
+
+ See this section of the handbook.
+
+
+
+ How do I tell if &os; found my serial ports or modem
cards?
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:11 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 71A1DFC0;
Mon, 10 Dec 2012 15:31:11 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3B7B08FC15;
Mon, 10 Dec 2012 15:31:11 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVBgj045733;
Mon, 10 Dec 2012 15:31:11 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVBAS045732;
Mon, 10 Dec 2012 15:31:11 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVBAS045732@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:11 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40327 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:11 -0000
Author: eadler
Date: Mon Dec 10 15:31:10 2012
New Revision: 40327
URL: http://svnweb.freebsd.org/changeset/doc/40327
Log:
EISA is dead.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:08 2012 (r40326)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:10 2012 (r40327)
@@ -2444,52 +2444,6 @@ bindkey ^[[3~ delete-char # for xterm
-
- Why does &os; not detect my HP Netserver's SCSI
- controller?
-
-
-
- This is basically a known problem. The EISA on-board
- SCSI controller in the HP Netserver machines occupies EISA
- slot number 11, so all the true EISA slots
- are in front of it. Alas, the address space for EISA slots
- >= 10 collides with the address space assigned to PCI,
- and &os;'s auto-configuration currently cannot handle this
- situation very well.
-
- So now, the best you can do is to pretend there is no
- address range clash :), by bumping the kernel option
- EISA_SLOTS to a value of 12. Configure
- and compile a kernel, as described in the Handbook entry on configuring the kernel.
-
- Of course, this does present you with a chicken-and-egg
- problem when installing on such a machine. In order to work
- around this problem, a special hack is available inside
- UserConfig. Do not use the
- visual interface, but the plain command-line
- interface there. Simply type the following command at the
- prompt and install your system as usual:
-
- eisa 12
-quit
-
- While it is recommended you compile and install a custom
- kernel anyway.
-
- Hopefully, future versions will have a proper fix for
- this problem.
-
-
- You cannot use a dangerously
- dedicated disk with an HP Netserver. See this note for more info.
-
-
-
-
- I keep seeing messages like ed1:
timeout. What do these messages mean?
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:13 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id A98AEFC5;
Mon, 10 Dec 2012 15:31:13 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 8D4688FC1F;
Mon, 10 Dec 2012 15:31:13 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVDRP045771;
Mon, 10 Dec 2012 15:31:13 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVDJa045770;
Mon, 10 Dec 2012 15:31:13 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVDJa045770@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:13 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40328 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:13 -0000
Author: eadler
Date: Mon Dec 10 15:31:12 2012
New Revision: 40328
URL: http://svnweb.freebsd.org/changeset/doc/40328
Log:
3dfx went defunct in 2002
Noted by: Chris Petrik
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:10 2012 (r40327)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:12 2012 (r40328)
@@ -6615,11 +6615,6 @@ Key F15 A A Menu Wo
For ATI Rage 128 and Radeon, see the
&man.ati.4x;, &man.r128.4x; and &man.radeon.4x; manual
pages.
-
- For 3dfx Voodoo 3, 4, 5, and Banshee cards, there
- is a x11-servers/driglide
- port.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:16 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 1CD6AFF5;
Mon, 10 Dec 2012 15:31:15 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id CFB798FC12;
Mon, 10 Dec 2012 15:31:15 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVFmN045814;
Mon, 10 Dec 2012 15:31:15 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVF3c045813;
Mon, 10 Dec 2012 15:31:15 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVF3c045813@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:15 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40329 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:16 -0000
Author: eadler
Date: Mon Dec 10 15:31:15 2012
New Revision: 40329
URL: http://svnweb.freebsd.org/changeset/doc/40329
Log:
Hot plugging of the usb system works
Noted by: imp
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:12 2012 (r40328)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:15 2012 (r40329)
@@ -2113,14 +2113,6 @@
See the &man.ukbd.4;, &man.kbdcontrol.1; and
&man.kbdmux.4; manual pages for more information.
-
-
- Hot-plugging and unplugging of the USB keyboard may
- not work quite right yet. We recommend connecting the
- keyboard before starting the system and leaving it
- connected until the system is shutdown to avoid
- issues.
-
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:18 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 469F01000;
Mon, 10 Dec 2012 15:31:18 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 2BAEC8FC19;
Mon, 10 Dec 2012 15:31:18 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVIDu045857;
Mon, 10 Dec 2012 15:31:18 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVIXU045856;
Mon, 10 Dec 2012 15:31:18 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVIXU045856@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:18 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40330 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:18 -0000
Author: eadler
Date: Mon Dec 10 15:31:17 2012
New Revision: 40330
URL: http://svnweb.freebsd.org/changeset/doc/40330
Log:
use two spaces at sentence start
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:15 2012 (r40329)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:17 2012 (r40330)
@@ -5106,7 +5106,7 @@ C:\="DOS"
not be duplicated until they are next modified.Deduplication can also lead to some unexpected
- situations. In particular deleting files may become much
+ situations. In particular deleting files may become much
slower.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:20 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8CE116B;
Mon, 10 Dec 2012 15:31:20 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 711698FC0C;
Mon, 10 Dec 2012 15:31:20 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVK6w045895;
Mon, 10 Dec 2012 15:31:20 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVKKs045894;
Mon, 10 Dec 2012 15:31:20 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVKKs045894@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:20 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40331 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:20 -0000
Author: eadler
Date: Mon Dec 10 15:31:19 2012
New Revision: 40331
URL: http://svnweb.freebsd.org/changeset/doc/40331
Log:
Make some language in running-X nicer and more professional.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:17 2012 (r40330)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:19 2012 (r40331)
@@ -6002,10 +6002,10 @@ options SYSVMSG # enable for
requires write access to &man.io.4;. For more information,
see at the &man.init.8; manual page.
- So the question is what else you should do instead, and
- you basically have two choices: set your
+ There are two solutions to the problem:
+ Set your
securelevel back down to zero (usually
- from /etc/rc.conf), or run &man.xdm.1;
+ in /etc/rc.conf), or run &man.xdm.1;
at boot time (before the securelevel is
raised).
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:22 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D1697E5;
Mon, 10 Dec 2012 15:31:22 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B4D588FC12;
Mon, 10 Dec 2012 15:31:22 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVMjb045942;
Mon, 10 Dec 2012 15:31:22 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVMUE045940;
Mon, 10 Dec 2012 15:31:22 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVMUE045940@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:22 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40332 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:22 -0000
Author: eadler
Date: Mon Dec 10 15:31:22 2012
New Revision: 40332
URL: http://svnweb.freebsd.org/changeset/doc/40332
Log:
This answer is relatively clear and we have had multiple supported
versions of FreeBSD for years.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:19 2012 (r40331)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:22 2012 (r40332)
@@ -314,11 +314,6 @@
What is the latest version of &os;?
-
-
At any point in the development of &os;, there can be
multiple parallel branches. &rel.relx; releases are
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:25 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 22219E7;
Mon, 10 Dec 2012 15:31:25 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 06A2C8FC13;
Mon, 10 Dec 2012 15:31:25 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVO9T045981;
Mon, 10 Dec 2012 15:31:24 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVOYw045980;
Mon, 10 Dec 2012 15:31:24 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVOYw045980@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:24 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40333 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:25 -0000
Author: eadler
Date: Mon Dec 10 15:31:24 2012
New Revision: 40333
URL: http://svnweb.freebsd.org/changeset/doc/40333
Log:
iomega devices are no longer mentioned in the FAQ.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:22 2012 (r40332)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:24 2012 (r40333)
@@ -64,7 +64,6 @@
&tm-attrib.ibm;
&tm-attrib.ieee;
&tm-attrib.intel;
- &tm-attrib.iomega;
&tm-attrib.linux;
&tm-attrib.microsoft;
&tm-attrib.mips;
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:31:27 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8A68911D;
Mon, 10 Dec 2012 15:31:27 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 55B4F8FC14;
Mon, 10 Dec 2012 15:31:27 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFVRYq046026;
Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFVRoc046025;
Mon, 10 Dec 2012 15:31:27 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212101531.qBAFVRoc046025@svn.freebsd.org>
From: Eitan Adler
Date: Mon, 10 Dec 2012 15:31:27 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40334 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:31:27 -0000
Author: eadler
Date: Mon Dec 10 15:31:26 2012
New Revision: 40334
URL: http://svnweb.freebsd.org/changeset/doc/40334
Log:
Manually mucking with disk geometry is obsolete.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:24 2012 (r40333)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 10 15:31:26 2012 (r40334)
@@ -3204,37 +3204,6 @@ kern.timecounter.hardware: TSC -> i82
-
- Why does &os;'s boot loader display Read
- error and stop after the BIOS screen?
-
-
-
- &os;'s boot loader is incorrectly recognizing the hard
- drive's geometry. This must be manually set within
- &man.fdisk.8; when creating or modifying &os;'s
- slice.
-
- The correct drive geometry values can be found within
- the machine's BIOS. Look for the number of cylinders, heads
- and sectors for the particular drive.
-
- Within &man.sysinstall.8;'s fdisk, hit
- G to set the drive geometry.
-
- A dialog will pop up requesting the number of cylinders,
- heads and sectors. Type the numbers found from the BIOS
- separated by forward slashes. For example, values of 5000
- cylinders, 250 heads, and 60 sectors would be entered as
- 5000/250/60.
-
- Press Enter to set the values, and hit
- W to write the new partition table to the
- drive.
-
-
-
- Another operating system destroyed my Boot Manager. How
do I get it back?
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 15:35:45 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id E18D973D;
Mon, 10 Dec 2012 15:35:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id C4D3C8FC08;
Mon, 10 Dec 2012 15:35:45 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAFZjoM046802;
Mon, 10 Dec 2012 15:35:45 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAFZj5L046801;
Mon, 10 Dec 2012 15:35:45 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212101535.qBAFZj5L046801@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 15:35:45 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40335 - head/en_US.ISO8859-1/htdocs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 15:35:46 -0000
Author: gjb
Date: Mon Dec 10 15:35:45 2012
New Revision: 40335
URL: http://svnweb.freebsd.org/changeset/doc/40335
Log:
Put a more prominent "Donate to FreeBSD" button on the index page.
This currently uses the same CSS as the "New to FreeBSD?" button for
now.
Requested by: rwatson
Modified:
head/en_US.ISO8859-1/htdocs/index.xsl
Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl Mon Dec 10 15:31:26 2012 (r40334)
+++ head/en_US.ISO8859-1/htdocs/index.xsl Mon Dec 10 15:35:45 2012 (r40335)
@@ -193,6 +193,14 @@
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 17:00:54 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id E55B84AC;
Mon, 10 Dec 2012 17:00:54 +0000 (UTC)
(envelope-from zeising@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id C8CF18FC12;
Mon, 10 Dec 2012 17:00:54 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAH0s9Q062284;
Mon, 10 Dec 2012 17:00:54 GMT (envelope-from zeising@svn.freebsd.org)
Received: (from zeising@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAH0sBm062283;
Mon, 10 Dec 2012 17:00:54 GMT (envelope-from zeising@svn.freebsd.org)
Message-Id: <201212101700.qBAH0sBm062283@svn.freebsd.org>
From: Niclas Zeising
Date: Mon, 10 Dec 2012 17:00:54 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40337 - head/en_US.ISO8859-1/books/porters-handbook
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 17:00:55 -0000
Author: zeising
Date: Mon Dec 10 17:00:54 2012
New Revision: 40337
URL: http://svnweb.freebsd.org/changeset/doc/40337
Log:
Fix spelling.
Noticed by: wblock
Approved by: joel (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 16:09:38 2012 (r40336)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Dec 10 17:00:54 2012 (r40337)
@@ -4443,7 +4443,7 @@ OPTIONS_RADIO_RG1= OPT7 OPT8
OPTIONS can also be grouped as
- multiple-choice lists, where non or any
+ multiple-choice lists, where none or any
option can be enabled:OPTIONS_GROUP= GG1
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 18:33:10 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 8FD53615;
Mon, 10 Dec 2012 18:33:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 73FA38FC0C;
Mon, 10 Dec 2012 18:33:10 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAIXAEL080764;
Mon, 10 Dec 2012 18:33:10 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAIXAMu080763;
Mon, 10 Dec 2012 18:33:10 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212101833.qBAIXAMu080763@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 18:33:10 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40338 - head/en_US.ISO8859-1/htdocs/donations
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 18:33:10 -0000
Author: gjb
Date: Mon Dec 10 18:33:09 2012
New Revision: 40338
URL: http://svnweb.freebsd.org/changeset/doc/40338
Log:
Add text to make it more clear where monetary donations can be
sent.
Requested by: rwatson, gavin
Modified:
head/en_US.ISO8859-1/htdocs/donations/index.xml
Modified: head/en_US.ISO8859-1/htdocs/donations/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/donations/index.xml Mon Dec 10 17:00:54 2012 (r40337)
+++ head/en_US.ISO8859-1/htdocs/donations/index.xml Mon Dec 10 18:33:09 2012 (r40338)
@@ -13,6 +13,24 @@
+
Monetary FreeBSD Foundation Donations
+
+
The &os; Foundation's fund-raising efforts are essential
+ to keeping &os; free. As the Project grows, so do the
+ costs.
+
+
By donating to the foundation, you are helping us fund and
+ manage projects, sponsor &os; events, and provide travel
+ grants to &os; developers. You are also helping us represent
+ the Project in executing contracts, license agreements,
+ copyrights, trademarks, and other legal arrangements that
+ require a recognized legal entity.
+
+
To make a monetary donation to the &os; Foundation, please
+ visit the &os; Foundation
+ donation page.
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:46:03 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id A93F4498;
Mon, 10 Dec 2012 22:46:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 8D1DC8FC0C;
Mon, 10 Dec 2012 22:46:03 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMk3Og029479;
Mon, 10 Dec 2012 22:46:03 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMk3U0029478;
Mon, 10 Dec 2012 22:46:03 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212102246.qBAMk3U0029478@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 22:46:03 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40339 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 22:46:03 -0000
Author: gjb
Date: Mon Dec 10 22:46:02 2012
New Revision: 40339
URL: http://svnweb.freebsd.org/changeset/doc/40339
Log:
Add a link to the FreeBSD Foundation Fundraising Campaign.
Requested by: rwatson
Modified:
head/share/xml/news.xml
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Dec 10 18:33:09 2012 (r40338)
+++ head/share/xml/news.xml Mon Dec 10 22:46:02 2012 (r40339)
@@ -37,6 +37,24 @@
5
+ &os; Year-End Fundraising Campaign
+
+
Your donations have helped make &os; the best OS
+ available! By investing in The &os; Foundation you
+ have helped us keep &os; a high-performance, secure, and
+ stable operating system.
+
+
Thanks to people like you, the &os; Foundation has
+ been proudly supporting the &os;&nbps;Project and
+ community for 12 years now. Read
+ more...
+
+
+
+ 5
+
+ &os; Project Website is Using Google
Analytics
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:55:22 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 7FE9E5A5;
Mon, 10 Dec 2012 22:55:22 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 64FF88FC0C;
Mon, 10 Dec 2012 22:55:22 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMtMPe031101;
Mon, 10 Dec 2012 22:55:22 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMtMZ2031100;
Mon, 10 Dec 2012 22:55:22 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212102255.qBAMtMZ2031100@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 22:55:22 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40340 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 22:55:22 -0000
Author: gjb
Date: Mon Dec 10 22:55:21 2012
New Revision: 40340
URL: http://svnweb.freebsd.org/changeset/doc/40340
Log:
Fix an entity that I'm rather surprised did not generate an error.
Modified:
head/share/xml/news.xml
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Dec 10 22:46:02 2012 (r40339)
+++ head/share/xml/news.xml Mon Dec 10 22:55:21 2012 (r40340)
@@ -45,7 +45,7 @@
stable operating system.
Thanks to people like you, the &os; Foundation has
- been proudly supporting the &os;&nbps;Project and
+ been proudly supporting the &os; Project and
community for 12 years now. Read
more...
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 22:59:11 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id AE91164B;
Mon, 10 Dec 2012 22:59:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 934488FC08;
Mon, 10 Dec 2012 22:59:11 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAMxBsq031749;
Mon, 10 Dec 2012 22:59:11 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAMxBFP031748;
Mon, 10 Dec 2012 22:59:11 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212102259.qBAMxBFP031748@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 22:59:11 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40341 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 22:59:11 -0000
Author: gjb
Date: Mon Dec 10 22:59:11 2012
New Revision: 40341
URL: http://svnweb.freebsd.org/changeset/doc/40341
Log:
Fix duplicate entry of latest news addition.
Pointyhat: gjb (myself)
Modified:
head/share/xml/news.xml
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Dec 10 22:55:21 2012 (r40340)
+++ head/share/xml/news.xml Mon Dec 10 22:59:11 2012 (r40341)
@@ -50,8 +50,7 @@
href="http://freebsdfoundation.blogspot.com/2012/12/year-end-fundraising-campaign.html">Read
more...
-
-
+
5
From owner-svn-doc-all@FreeBSD.ORG Mon Dec 10 23:56:23 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 3DDAAAC5;
Mon, 10 Dec 2012 23:56:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 22BDC8FC15;
Mon, 10 Dec 2012 23:56:23 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBANuNuO042801;
Mon, 10 Dec 2012 23:56:23 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBANuM9H042799;
Mon, 10 Dec 2012 23:56:22 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201212102356.qBANuM9H042799@svn.freebsd.org>
From: Glen Barber
Date: Mon, 10 Dec 2012 23:56:22 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40342 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 10 Dec 2012 23:56:23 -0000
Author: gjb
Date: Mon Dec 10 23:56:22 2012
New Revision: 40342
URL: http://svnweb.freebsd.org/changeset/doc/40342
Log:
Add the first Faces of FreeBSD entry.
Submitted by: deb
Modified:
head/share/xml/news.xml
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Mon Dec 10 22:59:11 2012 (r40341)
+++ head/share/xml/news.xml Mon Dec 10 23:56:22 2012 (r40342)
@@ -34,6 +34,23 @@
12
+ 10
+
+
+ Faces of &os; ‐ Alberto Mijares
+
+
Are you aware of the tangible benefits derived from our
+ support of the &os; community? In conjunction with our
+ year-end fundraising drive we are going to be spotlighting
+ different people on our website, blog, and Facebook page
+ who have received funding to work on development projects,
+ run conferences, travel to conferences, and advocate for
+ &os;. Read more...
+
+
+
+ 5
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 13:39:58 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 01682334;
Tue, 11 Dec 2012 13:39:58 +0000 (UTC)
(envelope-from ryusuke@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id BFE9C8FC0C;
Tue, 11 Dec 2012 13:39:57 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBDdvDD004488;
Tue, 11 Dec 2012 13:39:57 GMT (envelope-from ryusuke@svn.freebsd.org)
Received: (from ryusuke@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBDdvHv004487;
Tue, 11 Dec 2012 13:39:57 GMT (envelope-from ryusuke@svn.freebsd.org)
Message-Id: <201212111339.qBBDdvHv004487@svn.freebsd.org>
From: Ryusuke SUZUKI
Date: Tue, 11 Dec 2012 13:39:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40343 - head/ja_JP.eucJP/htdocs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 13:39:58 -0000
Author: ryusuke
Date: Tue Dec 11 13:39:57 2012
New Revision: 40343
URL: http://svnweb.freebsd.org/changeset/doc/40343
Log:
- Merge the following from the English version:
r40230 -> r40335 head/ja_JP.eucJP/htdocs/index.xsl
Modified:
head/ja_JP.eucJP/htdocs/index.xsl
Modified: head/ja_JP.eucJP/htdocs/index.xsl
==============================================================================
--- head/ja_JP.eucJP/htdocs/index.xsl Mon Dec 10 23:56:22 2012 (r40342)
+++ head/ja_JP.eucJP/htdocs/index.xsl Tue Dec 11 13:39:57 2012 (r40343)
@@ -5,7 +5,7 @@
]>
-
+
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:34 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id B898BC92;
Tue, 11 Dec 2012 23:40:34 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 9C67B8FC1A;
Tue, 11 Dec 2012 23:40:34 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNeYkS017094;
Tue, 11 Dec 2012 23:40:34 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNeYWt017093;
Tue, 11 Dec 2012 23:40:34 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212112340.qBBNeYWt017093@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 11 Dec 2012 23:40:34 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40347 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 23:40:34 -0000
Author: eadler
Date: Tue Dec 11 23:40:34 2012
New Revision: 40347
URL: http://svnweb.freebsd.org/changeset/doc/40347
Log:
Add mention of specific hardware.
Submitted by: imp
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:26:49 2012 (r40346)
+++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:34 2012 (r40347)
@@ -8297,6 +8297,9 @@ ATDT1234567
url="&url.books.handbook;/serial.html">Serial Communications
chapter of the handbook.
+ Most multi-port PCI cards that are based on 16550 or
+ clones are supported with no extra effort.
+
Some unnamed clone cards have also been known to work,
especially those that claim to be AST compatible.
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:37 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 2ACC0C93;
Tue, 11 Dec 2012 23:40:37 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 109E78FC1B;
Tue, 11 Dec 2012 23:40:37 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNeawO017129;
Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNeaJf017128;
Tue, 11 Dec 2012 23:40:36 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212112340.qBBNeaJf017128@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 11 Dec 2012 23:40:36 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40348 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 23:40:37 -0000
Author: eadler
Date: Tue Dec 11 23:40:36 2012
New Revision: 40348
URL: http://svnweb.freebsd.org/changeset/doc/40348
Log:
Special instructions for dealing with ancient mice are not needed
anymore.
Noted by: imp
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:34 2012 (r40347)
+++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:36 2012 (r40348)
@@ -2111,54 +2111,6 @@
-
- I have an unusual bus mouse. How do I set it
- up?
-
-
-
- &os; supports the bus mouse and the InPort bus mouse
- from such manufacturers as Microsoft, Logitech and ATI. The
- GENERIC kernel does not include the
- device driver. To build a custom kernel with the bus mouse
- driver, add the following line to the kernel config
- file:
-
- device mse0 at isa? port 0x23c irq5
-
- Bus mice usually come with dedicated interface cards.
- These cards may allow you to set the port address and the
- IRQ number other than shown above. Refer to the manual of
- your mouse and the &man.mse.4; manual page for more
- information.
-
-
-
-
-
- How do I use my PS/2 (mouse port or
- keyboard) mouse?
-
-
-
- The PS/2 mouse is supported out-of-the-box. The
- necessary device driver, psm, is
- included in the kernel.
-
- If your custom kernel does not have this, add the
- following line to your kernel configuration and compile a
- new kernel.
-
- device psm0 at atkbdc? irq 12
-
- Once the kernel detects psm0
- correctly at boot time, a device node
- psm0 will be created
- automatically.
-
-
-
- Is it possible to use a mouse in any way outside the X
Window system?
@@ -2248,18 +2200,6 @@
-
- How do I use the mouse/trackball/touchpad on my
- laptop?
-
-
-
- Please refer to the answer to
- the previous question.
-
-
-
- How do I use my delete key in sh
and csh?
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:39 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 83D95C94;
Tue, 11 Dec 2012 23:40:39 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 693B88FC08;
Tue, 11 Dec 2012 23:40:39 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNed3f017165;
Tue, 11 Dec 2012 23:40:39 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNedWP017164;
Tue, 11 Dec 2012 23:40:39 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212112340.qBBNedWP017164@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 11 Dec 2012 23:40:39 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40349 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 23:40:39 -0000
Author: eadler
Date: Tue Dec 11 23:40:38 2012
New Revision: 40349
URL: http://svnweb.freebsd.org/changeset/doc/40349
Log:
Don't make it seem like tcsh is in the ports collection
Submitted by; bjk
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:36 2012 (r40348)
+++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:38 2012 (r40349)
@@ -3734,10 +3734,11 @@ kern.timecounter.hardware: TSC -> i82
meeting as many of these requirements simultaneously as we
can. In order to keep /bin/sh small,
we have not provided many of the convenience features that
- other shells have. That is why the Ports Collection
- includes more featureful shells like
+ other shells have. That is why other more
+ featureful shells like
bash, scsh,
- &man.tcsh.1;, and zsh. (You can
+ &man.tcsh.1;, and zsh are available.
+ (You can
compare for yourself the memory utilization of all these
shells by looking at the VSZ and
RSS columns in a ps
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:41 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id D33D3CCC;
Tue, 11 Dec 2012 23:40:41 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id B7C278FC12;
Tue, 11 Dec 2012 23:40:41 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNef1B017204;
Tue, 11 Dec 2012 23:40:41 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNef6g017203;
Tue, 11 Dec 2012 23:40:41 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212112340.qBBNef6g017203@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 11 Dec 2012 23:40:41 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40350 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 23:40:41 -0000
Author: eadler
Date: Tue Dec 11 23:40:41 2012
New Revision: 40350
URL: http://svnweb.freebsd.org/changeset/doc/40350
Log:
"What other sources of information are there?" is answered by the entire
next section: "Documentation and support"
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:38 2012 (r40349)
+++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:41 2012 (r40350)
@@ -606,19 +606,6 @@
an article on how to write good problem reports.
-
-
-
- What other sources of information are there?
-
-
-
- Please check the Documentation
- list on the main &os; web site.
-
-
From owner-svn-doc-all@FreeBSD.ORG Tue Dec 11 23:40:44 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 2A8AACCE;
Tue, 11 Dec 2012 23:40:44 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 0F7768FC13;
Tue, 11 Dec 2012 23:40:44 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBNehK0017241;
Tue, 11 Dec 2012 23:40:43 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBNehex017240;
Tue, 11 Dec 2012 23:40:43 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212112340.qBBNehex017240@svn.freebsd.org>
From: Eitan Adler
Date: Tue, 11 Dec 2012 23:40:43 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40351 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 11 Dec 2012 23:40:44 -0000
Author: eadler
Date: Tue Dec 11 23:40:43 2012
New Revision: 40351
URL: http://svnweb.freebsd.org/changeset/doc/40351
Log:
Prefer service(1) over explicitly running /etc/rc.d/ scripts.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:41 2012 (r40350)
+++ head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:43 2012 (r40351)
@@ -5954,7 +5954,7 @@ options SYSVMSG # enable for
with the following command (as
root):
- &prompt.root; /etc/rc.d/devfs restart
+ &prompt.root; service devfs restart
From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:34 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 97C7F2E2;
Wed, 12 Dec 2012 00:07:34 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 7B84F8FC08;
Wed, 12 Dec 2012 00:07:34 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07Yht021761;
Wed, 12 Dec 2012 00:07:34 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07YsQ021760;
Wed, 12 Dec 2012 00:07:34 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212120007.qBC07YsQ021760@svn.freebsd.org>
From: Eitan Adler
Date: Wed, 12 Dec 2012 00:07:34 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40352 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 12 Dec 2012 00:07:34 -0000
Author: eadler
Date: Wed Dec 12 00:07:33 2012
New Revision: 40352
URL: http://svnweb.freebsd.org/changeset/doc/40352
Log:
Almost no one is affected by this any more.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Tue Dec 11 23:40:43 2012 (r40351)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:33 2012 (r40352)
@@ -1466,22 +1466,6 @@
-
- Why can I not get past the boot manager's
- F? prompt?
-
-
-
- This is another symptom of the problem described in the
- preceding question. Your BIOS geometry and &os; geometry
- settings do not agree! If your controller or BIOS supports
- cylinder translation (often marked as >1GB drive
- support), try toggling its setting and reinstalling
- &os;.
-
-
-
- Do I need to install the source?
From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:37 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 2B7312E3;
Wed, 12 Dec 2012 00:07:37 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id EA4628FC0C;
Wed, 12 Dec 2012 00:07:36 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07aBX021801;
Wed, 12 Dec 2012 00:07:36 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07aMO021800;
Wed, 12 Dec 2012 00:07:36 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212120007.qBC07aMO021800@svn.freebsd.org>
From: Eitan Adler
Date: Wed, 12 Dec 2012 00:07:36 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40353 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 12 Dec 2012 00:07:37 -0000
Author: eadler
Date: Wed Dec 12 00:07:36 2012
New Revision: 40353
URL: http://svnweb.freebsd.org/changeset/doc/40353
Log:
Even though floppies are still supported for the last
three remaining users of PC-98 it isn't common to get questions
about floppies. Instead answer
with the most likely cause of the problem.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:33 2012 (r40352)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:36 2012 (r40353)
@@ -1373,41 +1373,19 @@
- Strange things happen when I boot the install floppy!
+ Strange things happen when I boot the install disk!
What is happening?If you are seeing things like the machine grinding to a
halt or spontaneously rebooting when you try to boot the
- install floppy, here are three questions to ask
- yourself:
-
-
-
- Did you use a new, freshly-formatted, error-free
- floppy (preferably a brand-new one straight out of the
- box, as opposed to the magazine cover disk that has been
- lying under the bed for the last three years)?
-
-
-
- Did you download the floppy image in binary (or
- image) mode? (do not be embarrassed, even the best of us
- have accidentally downloaded a binary file in ASCII mode
- at least once!)
-
-
-
- If you are using &windows; 95 or
- &windows; 98 did you run fdimage
- or rawrite in pure DOS mode? These
- operating systems can interfere with programs that write
- directly to hardware, which the disk creation program
- does; even running it inside a DOS shell in the GUI can
- cause this problem.
-
-
+ &os; installer, make sure that the SHA256 hash of
+ the image matches the one on the website. If you
+ accidently downloaded the disk image in binary (or
+ image) mode the will be corrupted. (Do not be embarrassed,
+ even the best of us have accidentally downloaded a binary
+ file in ASCII mode at least once!)
From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:39 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id 734AF2E4;
Wed, 12 Dec 2012 00:07:39 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 3DA528FC12;
Wed, 12 Dec 2012 00:07:39 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07dxq021839;
Wed, 12 Dec 2012 00:07:39 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07dQH021838;
Wed, 12 Dec 2012 00:07:39 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212120007.qBC07dQH021838@svn.freebsd.org>
From: Eitan Adler
Date: Wed, 12 Dec 2012 00:07:39 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40354 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 12 Dec 2012 00:07:39 -0000
Author: eadler
Date: Wed Dec 12 00:07:38 2012
New Revision: 40354
URL: http://svnweb.freebsd.org/changeset/doc/40354
Log:
HEAD is expected to be buildable and *work*; that said
the users are expected to be able to deal with problems.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:36 2012 (r40353)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:38 2012 (r40354)
@@ -382,17 +382,12 @@
url="&url.books.handbook;/index.html">Handbook for
details on running -CURRENT.
- If you are not familiar with the operating system or are
- not capable of identifying the difference between a real
- problem and a temporary problem, you should not use
+ If you are not familiar with &os;
+ you should not use
&os.current;. This branch sometimes evolves quite quickly
- and can be un-buildable sometimes.
+ and due to mistake can be un-buildable at times.
People that use &os.current; are expected to be able to
- analyze any problems and only report them if they are deemed
- to be mistakes rather than glitches.
- Questions such as make world produces some error
- about groups on the &a.current; may be treated with
- contempt.
+ analyze, debug, and report problems.Every month, snapshot
From owner-svn-doc-all@FreeBSD.ORG Wed Dec 12 00:07:41 2012
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
by hub.freebsd.org (Postfix) with ESMTP id C42E133C;
Wed, 12 Dec 2012 00:07:41 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 901508FC15;
Wed, 12 Dec 2012 00:07:41 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC07f8P021882;
Wed, 12 Dec 2012 00:07:41 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC07fFV021881;
Wed, 12 Dec 2012 00:07:41 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201212120007.qBC07fFV021881@svn.freebsd.org>
From: Eitan Adler
Date: Wed, 12 Dec 2012 00:07:41 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40355 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 12 Dec 2012 00:07:41 -0000
Author: eadler
Date: Wed Dec 12 00:07:40 2012
New Revision: 40355
URL: http://svnweb.freebsd.org/changeset/doc/40355
Log:
Expand a bit upon the first FAQ question: "What is FreeBSD?"
and don't redirect people to the home page for further information.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:38 2012 (r40354)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 12 00:07:40 2012 (r40355)
@@ -121,17 +121,18 @@
- Briefly, &os; is a &unix; like operating system for
- AMD64 and &intel; EM64T, &i386; PC-98, IA-64, &arm;,
- &powerpc; and &ultrasparc; platforms based on U.C.
+ &os; is a modern operating system for desktops,
+ laptops, servers, and embedded systems with
+ support for a large number of