summaryrefslogtreecommitdiffstats
path: root/games/quiz
Commit message (Collapse)AuthorAgeFilesLines
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-011-1/+1
| | | | | | | 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).
* Simplify revokeache1997-09-241-1/+0
|
* Use srandomdevache1997-09-241-1/+1
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* A ':' in the data file was always interpreted as a category divider,jlemon1997-08-182-1/+2
| | | | | | | | | | 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
* This file was somewhat out of date :-)phk1997-06-071-3/+2
|
* Merge from Lite2 (oops, nearly forgot these ones)peter1997-03-111-3/+6
|
* 444 -> ${NOBINMODE}wosch1997-02-091-1/+1
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Applied patch to close PR#bin/199scrappy1996-05-261-2/+5
| | | | Submitted by: Toshihiro Kanda <candy@kgc.co.jp>
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | specified in the top level Makefiles.
* Create /usr/share/games/quiz.db via mtree and remove private mkdir commandrgrimes1995-03-181-3/+0
| | | | from Makefile.
* Make this work with missing dirs.jkh1994-09-081-0/+3
| | | | Submitted by: jkh
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0440-0/+2799
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
OpenPOWER on IntegriCloud