From owner-svn-doc-all@FreeBSD.ORG Wed Apr 1 05:59:51 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2778573B; Wed, 1 Apr 2015 05:59:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECBD42F3; Wed, 1 Apr 2015 05:59:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t315xooD067663; Wed, 1 Apr 2015 05:59:50 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t315xopS067662; Wed, 1 Apr 2015 05:59:50 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504010559.t315xopS067662@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Wed, 1 Apr 2015 05:59:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46404 - 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.18-1 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, 01 Apr 2015 05:59:51 -0000 Author: eadler Date: Wed Apr 1 05:59:49 2015 New Revision: 46404 URL: https://svnweb.freebsd.org/changeset/doc/46404 Log: FAQ: multiple changes - remove leading "So" - simplify explanation of packages and pkg(7) - the old package tools are dead, don't ask about converting back - remove question about killing processes by name. This is not an FAQ and the FAQ is not an intro to Unix guide. 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 Apr 1 05:40:24 2015 (r46403) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Apr 1 05:59:49 2015 (r46404) @@ -2432,7 +2432,7 @@ kern.timecounter.hardware: TSC -> i82 - So, where are all the user applications? + Where are all the user applications? @@ -2450,11 +2450,9 @@ kern.timecounter.hardware: TSC -> i82 of release in also included in the ports/ directory. - &os; supports - packages, which provide a - compressed binary distribution. Package can be installed - and uninstalled again easily. On &os;, - &man.pkg.7; to install packages. + &os; supports compressed binary packages to easily + install and uninstall ports. Use &man.pkg.7; to control + the installation of packages. @@ -2681,24 +2679,6 @@ kern.timecounter.hardware: TSC -> i82 Collection. - - - - Can I convert from pkgng to the old package - tools? - - - - Short answer: no. - - Longer answer: converting back is non-trivial and - requires lots of manual editing of internal package - database files. However, if - pkg2ng has just been run, remove - /var/db/pkg/local.sqlite and extract - /var/backups/pkgdb.bak.tbz. - - @@ -4093,16 +4073,6 @@ options SYSVMSG # enable for - - How do I kill processes by name? - - - - Use &man.pkill.1;. - - - - How do I re-read /etc/rc.conf and re-start /etc/rc without a