Commit Graph

416 Commits

Author SHA1 Message Date
jim
3db6c84ff1 Add a new fortune and remove an email address.
Reviewed by:	jkh
2000-04-05 18:44:02 +00:00
green
84f48a1340 Get rid of some deltas lying around. This is a collection of lots of
small typo fixes.  Most have to do with periods and ellipses, but there
are some spelling, capitalization, and miscellaneous fixes.  No meanings
have been changed.
2000-03-26 09:04:06 +00:00
green
2f1e54ee31 Put the '%' before the new appended fortune, not after. 2000-03-26 08:47:26 +00:00
peter
92d7260f77 This, we believe, is the first commit
from Disneyland, committed via ssh
on a Palm + wireless.

                                        Inspired by:  ps
                                        Thanks to:  Glenn (Damn, now I want one  of these :-)
2000-03-26 06:00:02 +00:00
grog
34396cba79 Fix typo. 2000-03-09 22:53:13 +00:00
mph
30b97776d5 Change RETTOKEN from '\n' to '\r'; it didn't work under some or all
terminals before.  This change tested on FreeBSD syscons, XFree86 xterm,
and Solaris xterm.
2000-02-27 23:02:47 +00:00
joerg
710572bb8d Add an eleventh-hour gimick... But since it's only in `games' and
Jordan OK'ed it, i think it's a nice one for those who need it.  I
once mentioned in Usenet that i've hacked morse(6) so it can control
an external device like a tone generator or even a ham radio
transceiver, so you could actually use that `game' for really
transmitting morse code through the air.  A couple of people then
bugged be to send them my hack (which it was by that time).

So i've now finally found some hours to clean it up (like freaking out
with the transmitter no longer keyed in case someone ^c's out of the
program...), and to write the man page addition.

While i was at it, i also cleaned up some minor nits in Lyndon's
/dev/speaker code, mainly #ifdef related stuff like handling getopt()
if SPEAKER is not defined etc.

enjoy & 73

Approved by:	jkh, the restless...
2000-02-27 01:21:28 +00:00
mph
1835252407 Install the game files mode 444, so atc(6) can load them.
Little interest shown by:	jkh
2000-02-25 10:23:19 +00:00
billf
acfee30552 Fix grammar error (repeated word).`
PR:		bin/16810
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-21 03:07:31 +00:00
jkh
364d43782d The people frobbing this file seem constitutionally unable to do so
without breaking it.  Use ${.CURDIR} properly so that beforeinstall
target will actually work in the presence of an obj dir.
2000-02-15 07:15:41 +00:00
chris
789e20995d - Properly indent $FreeBSD$
- Remove NOOBJ to repair read-only building.

Submitted by:	bde
Approved by:	jkh
2000-02-15 04:27:46 +00:00
chris
77025da0d2 - Fix the Makefile so it installs the manual page (properly).
- Use ``beforeinstall'' rather than install for the custom installation
  target used to install the shell script.

Approved by:	jkh
2000-02-12 03:36:51 +00:00
chris
2362a3cd13 Add a manual page for wargames(6).
Obtained from:	NetBSD
Approved by:	jkh
2000-02-12 00:22:54 +00:00
billf
7b5e44afcc Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).
As wpaul notes, I was trying to fix something that wasn't broke.
1999-12-25 03:50:42 +00:00
marcel
9319f70c59 Use tr(1) instead of caesar(6) to perform the rotation. This removes
the dependency on caesar which therefore doesn't need to be built by
bootstrap-tools.

Suggested by: des
Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-12-23 19:09:59 +00:00
joerg
608430714f Add the "3 syncs" fortune Jordan has been posting in Usenet years ago.
Found by:	Thomas Gellekum <tg@melaten.rwth-aachen.de>
1999-12-22 16:32:28 +00:00
billf
1fabd91386 -Wall fixes.
XXX: This code is sick, and so are some of the "fixes".
1999-12-19 00:21:51 +00:00
billf
6cbdd98986 -Wall fixes. 1999-12-15 04:28:10 +00:00
billf
0a56ed85f0 -Wall fixes. 1999-12-12 07:25:14 +00:00
billf
9c9d5f88d9 -Wall fixes. 1999-12-12 06:40:28 +00:00
billf
a0c828b064 -Wall fixes. 1999-12-12 06:30:46 +00:00
billf
9292b471d0 -Wall fixes. 1999-12-12 06:17:25 +00:00
billf
82439631b5 -Wall fixes. 1999-12-12 03:22:37 +00:00
billf
aeee88b81a -Wall fixes. 1999-12-12 03:04:17 +00:00
billf
7c2cd0059f -Wall cleanup. 1999-12-12 02:29:54 +00:00
billf
eeb2dbc8d8 1. Don't overwrite scorefiles if they already exist.
PR:		bin/13068
Submitted by:	Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>

2. Sprinkle $FreeBSD$ around.
1999-12-10 21:13:42 +00:00
billf
a0aeba94d4 -Wall cleanup. 1999-12-10 16:21:50 +00:00
billf
767877b611 -Wall fixes. 1999-12-10 03:23:01 +00:00
billf
2c49cfa345 -Wall fixes. 1999-12-10 02:54:18 +00:00
billf
9ed409e0f7 -Wall cleanup / variable correctness.
Reviewed by:	green
1999-12-07 03:00:55 +00:00
chris
15607a6404 Change `.Dq Fl o'' to `.Dq -o'' 1999-12-07 02:47:59 +00:00
billf
8a579439be -Wall cleanup.
XXX: The signal handling "fix" for worm(6) is wrong. However, the functions
themselves are wrong as well: See sigaction(2).
1999-12-07 02:01:29 +00:00
chris
ec639a84fc - Fix a typo and add a missing file.
PR:		docs/15286
Submitted by:	Mark Ovens <mark@ukug.uk.freebsd.org>

- Use .Dq where it should be.  (This was done by me.)
1999-12-06 01:09:33 +00:00
wes
85ea8a9cab Add Matt Fuller's comment about long-standing x86 bug that allows you
to install Windows.
1999-12-02 23:46:49 +00:00
billf
002f485078 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
grog
e9f6da9c69 Brucify last commit:
- Use consistent capitalization.
- Subjects and verbs now agree.

Pointed-out-by:	sheldonh
1999-11-29 23:40:23 +00:00
wes
3d40fc81c1 Added definition of 'brucify'.
Submitted by:	Eivind Eklund
Suggested by:	Brian Somers
1999-11-28 22:51:17 +00:00
wes
020a0f6e52 Minor typo nit. Also, remove the redundant entry from fortunes2.
PR:		bin/14239
Submitted by:	Doug Barton <Doug@gorean.org>
1999-11-27 07:18:33 +00:00
joerg
edb014178d Don't coredump if can't write to the scorefile. 1999-11-25 15:57:54 +00:00
marcel
13ed27c1ac Fix breakage in previous commit. 1999-11-16 12:10:29 +00:00
marcel
1f86b5a621 Fix breakage in previous commit. 1999-11-16 11:55:58 +00:00
marcel
2227cc5c51 Fix breakage by previous commit. 1999-11-16 11:49:21 +00:00
marcel
0e4a2bcd5b Fix breage by previous commit 1999-11-16 11:47:40 +00:00
marcel
520fff788f Add type int to those variables without a type. This is caused by the
frequent use of ``register var'' instead of ``register int var'' and
the removal of the register hint in the previous commit.
1999-11-16 10:26:38 +00:00
billf
44fac3a89d Sync our register usage with NetBSD's (non-)usage. 1999-11-16 02:58:06 +00:00
billf
ecc8d48940 Add $FreeBSD$ 1999-11-16 02:45:03 +00:00
joe
f5564ba49c Curchill --> Churchill
The submitter also posted a change to 'fortunes.sp.ok', but it
looks like this file is no longer needed in our version so I've
left the typo in the file.  (It also doesn't have a $FreeBSD$ tag,
and I couldn't easily find in the code whether it will allow comments
within it or not.)

PR:		14832
Submitted by:	mfisher@parsons.rh.rit.edu
1999-11-16 01:03:12 +00:00
joerg
1336332945 *blush* Instead of undoing my own change, i clobbered dcs's rev 1.21
change.

I'll never touch this again...
1999-11-05 08:17:53 +00:00
joerg
2f95e986cb Back out rev 1.21. bde and dcs convinced me that all this is messed up
anyway, and there can't be any solution that will universally work in any
case (make world, cross-compilation, simple `make' without `make world'
after incompatible options have been added to strfile, ...)
1999-11-05 07:36:33 +00:00
dcs
bf73606724 Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
breaks the cross-compilation case, but I'm not the one doing it.
$$PATH *will* have a new strfile in /usr/bin built at build-tools
time, unless you defined NOTOOLS.

If you defined NOTOOLS and it breaks for you, don't do that.

If you did not define NOTOOLS but things are not working, the error is
elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and
revision 1.14 of this file.
1999-11-04 04:29:16 +00:00