summaryrefslogtreecommitdiffstats
path: root/games/cribbage
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).
* Convert to random()ache1997-09-242-8/+6
|
* Remove setuid, priveledges already revoked early in the right wayache1997-09-241-4/+0
|
* Do not swap uids on log writting but open it first, then revokeache1997-09-241-6/+6
| | | | Simplify revoke
* Beforeinstall scorefile to prevent it owned by first user whoache1997-09-241-0/+2
| | | | run the game
* Many places in the code NULL is used in integer context, wherephk1997-09-182-15/+15
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Change games from setuid games to setgid games.eivind1997-09-011-0/+6
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Add setuid() before running the pager - from the code audit.eivind1997-02-231-0/+4
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* 444 -> ${NOBINMODE}wosch1997-02-091-2/+2
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-2/+2
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0414-0/+2936
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