| Summary: | fortune: instant-workstation tip should go | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Giorgos Keramidas <keramida> | ||||
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->patched Patched in -current remko 2008-05-31 18:07:26 UTC
FreeBSD src repository
Modified files:
games/fortune/datfiles freebsd-tips
Log:
SVN rev 179459 on 2008-05-31 18:07:16Z by remko
Remove a quote about the instant-workstation, this port
has been removed ages ago.
PR: docs/124166
Submitted by: keramida
Prodded by: novel,keramida
Revision Changes Path
1.46 +0 -10 src/games/fortune/datfiles/freebsd-tips
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-doc->remko Over to Remko, original patcher. Thanks! State Changed From-To: patched->closed MFC to stable/7 done. Author: edwin Date: Fri Jun 5 11:55:32 2009 New Revision: 193493 URL: http://svn.freebsd.org/changeset/base/193493 Log: MFC of r179459 and r187110: Remove a quote about the instant-workstation, this port has been removed ages ago. netcat is "now" in base, so point people at nc(1) instead of the port. PR: docs/124166 Modified: stable/7/games/fortune/datfiles/freebsd-tips (contents, props changed) Modified: stable/7/games/fortune/datfiles/freebsd-tips ============================================================================== --- stable/7/games/fortune/datfiles/freebsd-tips Fri Jun 5 09:46:00 2009 (r193492) +++ stable/7/games/fortune/datfiles/freebsd-tips Fri Jun 5 11:55:32 2009 (r193493) @@ -215,8 +215,8 @@ Over quota? "du -s * | sort -n " will g directory sizes. -- David Scheidt <dscheidt@tumbolia.com> % -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. @@ -402,16 +402,6 @@ install it by doing as root. This will install a collection of packages that is appropriate for running a "generic" server. % -You can get a good standard workstation install by using the -instant-workstation port/package. If you have ports installed, you can -install it by doing - - # cd /usr/ports/misc/instant-workstation - # make install && make clean - -as root. This will install a collection of packages that is convenient to -have on a workstation. -% You can install extra packages for FreeBSD by using the ports system. If you have installed it, you can download, compile, and install software by just typing _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" |
The instant-workstation port is gone. We should remove the tip from our fortune cookies. This PR will help me remember this, until Peter sorts out the ACLs of ${svnsrc} for doc-committers.