From owner-svn-doc-head@FreeBSD.ORG Tue Mar 12 08:31:40 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70633AD1; Tue, 12 Mar 2013 08:31:40 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4617C115; Tue, 12 Mar 2013 08:31:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2C8Vecd000774; Tue, 12 Mar 2013 08:31:40 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2C8VeGk000773; Tue, 12 Mar 2013 08:31:40 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303120831.r2C8VeGk000773@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 12 Mar 2013 08:31:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41172 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 08:31:40 -0000 Author: gavin Date: Tue Mar 12 08:31:39 2013 New Revision: 41172 URL: http://svnweb.freebsd.org/changeset/doc/41172 Log: Drop two questions from the FAQ: o "How do I uninstall Kerberos" - Answer is almost entirely wrong, and I don't think I've ever seen anybody ask this so it's hardly an FAQ o "How do I add pseudoterminals to the system?" This question actually lacked any form of answer. It is also no longer required in >=9.0, so just drop it Reviewed by: eadler 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 Mar 12 07:45:11 2013 (r41171) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Mar 12 08:31:39 2013 (r41172) @@ -4520,42 +4520,6 @@ options SYSVMSG # enable for - - How do I uninstall - Kerberos? - - - - To remove Kerberos from the - system, reinstall the base distribution - for the release you are running. If you have the CD-ROM, - you can mount it (we will assume on /cdrom) and run the commands - below: - - &prompt.root; cd /cdrom/base -&prompt.root; ./install.sh - - Alternately, you can include the - NO_KERBEROS option in your - /etc/make.conf and rebuild - world. - - - - - How do I add pseudoterminals to the system? - - - - If you have a lot of telnet, - ssh, X, or screen - users, you might run out of pseudoterminals. By default, - &os; supports 512 pseudoterminals. - - - - How do I re-read /etc/rc.conf and re-start /etc/rc without a