]> Zhao Yanbai Git Server - minix.git/commit
Importing games/fortune
authorThomas Cort <tcort@minix3.org>
Sun, 16 Mar 2014 13:39:21 +0000 (09:39 -0400)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:16 +0000 (17:05 +0200)
commitbd0f8badfacf85fcbd11b5aed1d27ca7778e0fb7
treea2f52b5105eb277ce51fb2e2f62c5142a8f6bcbf
parentc1f592a24c56302c3d77330920ae55c1c8936925
Importing games/fortune

Replaces commands/fortune. No Minix specific changes needed.

Change-Id: Iac79ea82dedd12e80377c85954da5e2d8eee74af
53 files changed:
commands/Makefile
commands/fortune/Makefile [deleted file]
commands/fortune/fortune.c [deleted file]
commands/fortune/fortune.dat [deleted file]
distrib/sets/lists/minix/mi
etc/mtree/NetBSD.dist.base
games/Makefile
games/fortune/Makefile [new file with mode: 0644]
games/fortune/Notes [new file with mode: 0644]
games/fortune/README [new file with mode: 0644]
games/fortune/datfiles/Makefile [new file with mode: 0644]
games/fortune/datfiles/farber [new file with mode: 0644]
games/fortune/datfiles/fortunes [new file with mode: 0644]
games/fortune/datfiles/fortunes-o.fake [new file with mode: 0644]
games/fortune/datfiles/fortunes-o.real [new file with mode: 0644]
games/fortune/datfiles/fortunes-o.sp.ok [new file with mode: 0644]
games/fortune/datfiles/fortunes.sp.ok [new file with mode: 0644]
games/fortune/datfiles/fortunes2 [new file with mode: 0644]
games/fortune/datfiles/fortunes2-o.fake [new file with mode: 0644]
games/fortune/datfiles/fortunes2-o.real [new file with mode: 0644]
games/fortune/datfiles/limerick [new file with mode: 0644]
games/fortune/datfiles/limerick-o.fake [new file with mode: 0644]
games/fortune/datfiles/limerick-o.real [new file with mode: 0644]
games/fortune/datfiles/netbsd [new file with mode: 0644]
games/fortune/datfiles/netbsd-o.fake [new file with mode: 0644]
games/fortune/datfiles/netbsd-o.real [new file with mode: 0644]
games/fortune/datfiles/netbsd-tips [new file with mode: 0644]
games/fortune/datfiles/startrek [new file with mode: 0644]
games/fortune/datfiles/startrek.sp.ok [new file with mode: 0644]
games/fortune/datfiles/unamerican-o.fake [new file with mode: 0644]
games/fortune/datfiles/unamerican-o.real [new file with mode: 0644]
games/fortune/datfiles/zippy [new file with mode: 0644]
games/fortune/datfiles/zippy.sp.ok [new file with mode: 0644]
games/fortune/fortune/Makefile [new file with mode: 0644]
games/fortune/fortune/fortune.6 [new file with mode: 0644]
games/fortune/fortune/fortune.c [new file with mode: 0644]
games/fortune/fortune/pathnames.h [new file with mode: 0644]
games/fortune/strfile/Makefile [new file with mode: 0644]
games/fortune/strfile/strfile.8 [new file with mode: 0644]
games/fortune/strfile/strfile.c [new file with mode: 0644]
games/fortune/strfile/strfile.h [new file with mode: 0644]
games/fortune/tools/Do_spell [new file with mode: 0644]
games/fortune/tools/Do_troff [new file with mode: 0644]
games/fortune/tools/Troff.mac [new file with mode: 0644]
games/fortune/tools/Troff.sed [new file with mode: 0644]
games/fortune/tools/do_sort [new file with mode: 0644]
games/fortune/unstr/Makefile [new file with mode: 0644]
games/fortune/unstr/unstr.c [new file with mode: 0644]
man/man1/Makefile
man/man1/fortune.1 [deleted file]
releasetools/nbsd_ports
tools/Makefile
tools/strfile/Makefile [new file with mode: 0644]