From owner-svn-doc-all@FreeBSD.ORG Sun Jan 13 05:59:43 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70A397A0; Sun, 13 Jan 2013 05:59:43 +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 3371C867; Sun, 13 Jan 2013 05:59:43 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0D5xh4h026443; Sun, 13 Jan 2013 05:59:43 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0D5xhgG026442; Sun, 13 Jan 2013 05:59:43 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301130559.r0D5xhgG026442@svn.freebsd.org> From: Eitan Adler Date: Sun, 13 Jan 2013 05:59:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40598 - 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: Sun, 13 Jan 2013 05:59:43 -0000 Author: eadler Date: Sun Jan 13 05:59:42 2013 New Revision: 40598 URL: http://svnweb.freebsd.org/changeset/doc/40598 Log: Reorganize a bit: move database systems from "commercial applications" to "user applications" Approved by: bcr (mentor) Merge conflicts handled manually 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 Sun Jan 13 05:56:49 2013 (r40597) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 13 05:59:42 2013 (r40598) @@ -2936,25 +2936,6 @@ kern.timecounter.hardware: TSC -> i82 url="&url.base;/commercial/index.html">the Vendors page for a longer list. - - - - - - Are there any Database systems for &os;? - - - - Yes! See the Commercial Vendors - section of &os;'s Web site. - - Also see the Databases - section of the Ports Collection. - - - @@ -3263,6 +3244,22 @@ kern.timecounter.hardware: TSC -> i82 + + Are there any Database systems for &os;? + + + + Yes! See the Commercial Vendors + section of &os;'s Web site. + + Also see the Databases + section of the Ports Collection. + + + + How can I convert from pkgng to the old package tools?