From owner-svn-src-all@FreeBSD.ORG Mon Jan 12 19:17:44 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 419A51065751; Mon, 12 Jan 2009 19:17:43 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B188A8FC16; Mon, 12 Jan 2009 19:17:43 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n0CJHhA0074086; Mon, 12 Jan 2009 19:17:43 GMT (envelope-from simon@svn.freebsd.org) Received: (from simon@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0CJHh73074085; Mon, 12 Jan 2009 19:17:43 GMT (envelope-from simon@svn.freebsd.org) Message-Id: <200901121917.n0CJHh73074085@svn.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 12 Jan 2009 19:17:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187110 - head/games/fortune/datfiles X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 19:17:45 -0000 Author: simon Date: Mon Jan 12 19:17:43 2009 New Revision: 187110 URL: http://svn.freebsd.org/changeset/base/187110 Log: netcat is "now" in base, so point people at nc(1) instead of the port. MFC after: 1 week Modified: head/games/fortune/datfiles/freebsd-tips Modified: head/games/fortune/datfiles/freebsd-tips ============================================================================== --- head/games/fortune/datfiles/freebsd-tips Mon Jan 12 19:17:35 2009 (r187109) +++ head/games/fortune/datfiles/freebsd-tips Mon Jan 12 19:17:43 2009 (r187110) @@ -215,8 +215,8 @@ Over quota? "du -s * | sort -n " will g directory sizes. -- David Scheidt % -ports/net/netcat port is useful not only for redirecting input/output -to TCP or UDP connections, but also for proxying them with inetd(8). +nc(1) (or netcat) is useful not only for redirecting input/output to +TCP or UDP connections, but also for proxying them with inetd(8). % sh (the default Bourne shell in FreeBSD) supports command-line editing. Just ``set -o emacs'' or ``set -o vi'' to enable it.