Commit Graph

21 Commits

Author SHA1 Message Date
billf
45642b2426 -Wall cleanup. 1999-12-12 02:29:54 +00:00
billf
5bc8e1aca4 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
billf
ea8c74d56f Sync our register usage with NetBSD's (non-)usage. 1999-11-16 02:58:06 +00:00
billf
dcbabdc774 Add $FreeBSD$ 1999-11-16 02:45:03 +00:00
cpiazza
32cea40281 o Fix some random spelling errors
o The capital of Quebec is Quebec or Quebec City
o Add Nunavut (capital is Iqaluit)

Reviewed by:	billf
Obtained from:	OpenBSD
1999-10-05 16:49:51 +00:00
peter
cdad5bae8c $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
nik
4f0ffcbe19 Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
1999-07-12 20:30:45 +00:00
steve
e30f468f2b Merge a bunch of cleanups from NetBSD.
PR:		8083
Submitted by:	Stephen J. Roznowski <sjr@home.net>
Obtained from:	a whole slew of NetBSD PRs
1999-04-19 03:59:02 +00:00
jkh
409011930c Wargh! Who went and changed all the getopt() comparisons from -1 to
EOF?  The getopt(3) manpage clearly states that the return value is *-1*,
not EOF!  Besides, getopt(3) isn't reading from a file. :)

Noticed-while:	merging to 2.2 (where this is correct).
1998-03-01 05:10:28 +00:00
ache
01ea396452 Simplify revoke 1997-09-24 07:00:45 +00:00
ache
5160359c83 Use srandomdev 1997-09-24 04:48:24 +00:00
eivind
3df09cad8b Change games from setuid games to setgid games.
Reviewed by:	maybe@yes.no
Obtained from:	OpenBSD (mostly deraadt@openbsd.org)
1997-09-01 00:34:51 +00:00
jlemon
d47ac661e3 A ':' in the data file was always interpreted as a category divider,
even if escaped.  Changed code so that the next character after a '\'
    is skipped.  This should not cause a buffer overflow, as backslashes
    at the end of a line are handled earlier in the code.

    Also correct a slight grammatical nit in the bard datfile.

PR:	3777, 3917
1997-08-18 20:26:32 +00:00
phk
88ddca335d This file was somewhat out of date :-) 1997-06-07 09:30:11 +00:00
peter
4b86241dee Merge from Lite2 (oops, nearly forgot these ones) 1997-03-11 17:25:32 +00:00
wosch
8b5ea3fbc9 444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR}
/usr/games -> ${BINDIR}
1997-02-09 02:52:41 +00:00
scrappy
dbafed7658 Applied patch to close PR#bin/199
Submitted by:	Toshihiro Kanda <candy@kgc.co.jp>
1996-05-26 20:28:05 +00:00
bde
8a5789682c Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
rgrimes
fdc4d793c8 Create /usr/share/games/quiz.db via mtree and remove private mkdir command
from Makefile.
1995-03-18 08:30:48 +00:00
jkh
0b90979d31 Make this work with missing dirs.
Submitted by:	jkh
1994-09-08 04:17:57 +00:00
jkh
d8a265c292 Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
1994-09-04 04:03:31 +00:00