Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/games/fortune/datfiles Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/be86bd556b31
branches:  netbsd-9
changeset: 934969:be86bd556b31
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 21 10:39:58 2020 +0000

description:
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}.

diffstat:

 games/fortune/datfiles/fortunes    |  15 +++++++++++++++
 games/fortune/datfiles/netbsd-tips |   6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 7270f8308ce1 -r be86bd556b31 games/fortune/datfiles/fortunes
--- a/games/fortune/datfiles/fortunes   Sun Jun 21 10:32:38 2020 +0000
+++ b/games/fortune/datfiles/fortunes   Sun Jun 21 10:39:58 2020 +0000
@@ -16289,3 +16289,18 @@
 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
diff -r 7270f8308ce1 -r be86bd556b31 games/fortune/datfiles/netbsd-tips
--- a/games/fortune/datfiles/netbsd-tips        Sun Jun 21 10:32:38 2020 +0000
+++ b/games/fortune/datfiles/netbsd-tips        Sun Jun 21 10:39:58 2020 +0000
@@ -35,11 +35,11 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index