From 8ccecdd30b23b16268c234177e702b5d7706216d Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 12 Jan 2009 19:17:43 +0000 Subject: netcat is "now" in base, so point people at nc(1) instead of the port. MFC after: 1 week --- games/fortune/datfiles/freebsd-tips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 3029df7..c9a2ed6 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -215,8 +215,8 @@ Over quota? "du -s * | sort -n " will give you a sorted list of your 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. -- cgit v1.1