Pull up following revision(s) (requested by sevan in ticket #969):

games/fortune/datfiles/fortunes: revision 1.90
	games/fortune/datfiles/fortunes: revision 1.91
	games/fortune/datfiles/netbsd-tips: revision 1.7
	games/fortune/datfiles/netbsd-tips: revision 1.8
	games/fortune/datfiles/fortunes: revision 1.87
	games/fortune/datfiles/fortunes: revision 1.88
	games/fortune/datfiles/fortunes: revision 1.89

something I apparently forgot to commit months or years ago

Andrew Weatherall's tattoo and a track on A Pox On The Pioneers album.
https://pbs.twimg.com/media/ERAuddhU4AAFv3w?format=jpg&name=orig
Story:
https://www.dummymag.com/features/andrew-weatherall-interview-it-s-bollocks-it-s-discos-tell-me-tales-of-the/

Disks can sense vibes, DTrace confirms it.
https://youtu.be/tDacjrSCeq4

Heads up on Bell patents
P21 on https://minnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V01.1.pdf

A revision of "The purpose of computing is insight, not numbers" by
Richard Hamming.
 From The Art of Doing Science and Engineering

Properly quote printf string
Noticed by Ottavio Caruso on #netbsd@Freenode, thanks!

Recommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead of
{download-vulnerability-list,audit-packages}.
This commit is contained in:
martin 2020-06-21 10:39:58 +00:00
parent f82e8b10d1
commit 342b9470b2
2 changed files with 18 additions and 3 deletions

View File

@ -16289,3 +16289,18 @@ I wonder why I wonder.
I wonder why I wonder why
I wonder why I wonder!
-- Richard P. Feynman, "Always Trying to Escape"
%
Fanfare, n.:
The food available for consumption at a con.
%
Fail we may, sail we must
%
Don't shout at your JBODs, they don't like it!
-- Brendan Gregg, "Shouting in the Datacenter"
%
Bell has two patents on UNIX
a) set-user-id bit
b) on "typo" !
-- John Lions, Australian UNIX Users Group Newsletter, Oct 1978
%
The purpose of computing numbers is not yet in sight

View File

@ -35,11 +35,11 @@ You can view your non-default Postfix settings with:
To report about installed packages with known vulnerabilities,
fetch the latest pkg-vulnerabilities file as the superuser with:
download-vulnerability-list
pkg_admin fetch-pkg-vulnerabilities
And then run:
audit-packages
pkg_admin audit
%
The following shows an example of temporarily adding 10MB more swap
space for virtual memory:
@ -51,7 +51,7 @@ space for virtual memory:
If your console ever gets broken, you can try resetting it to its
initial state with:
printf "\033c
printf "\033c"
%
If you installed a package, but don't know what the software is
called or what executables to run, use pkg_info with the -L switch