aboutsummaryrefslogtreecommitdiff
path: root/games/canfield
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-217-2156/+0
| | | | Notes: svn path=/head/; revision=105614
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* o remove __PWarner Losh2002-03-242-47/+47
| | | | Notes: svn path=/head/; revision=93063
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65912
* -Wall fixes.Bill Fumerola1999-12-122-4/+101
| | | | Notes: svn path=/head/; revision=54488
* 1. Don't overwrite scorefiles if they already exist.Bill Fumerola1999-12-101-0/+3
| | | | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. Notes: svn path=/head/; revision=54416
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-302-6/+10
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-162-9/+9
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-162-0/+4
| | | | Notes: svn path=/head/; revision=53209
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48793
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-192-9/+10
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Fixed printf format errors.Bruce Evans1998-06-301-9/+9
| | | | Notes: svn path=/head/; revision=37309
* Add #include string.h to get prototypes.John Birrell1998-05-091-0/+1
| | | | Notes: svn path=/head/; revision=35875
* Open score file and do revoke as early as possibleAndrey A. Chernov1997-09-241-6/+8
| | | | Notes: svn path=/head/; revision=29797
* Pre-create score file to prevent it owned by first user who runAndrey A. Chernov1997-09-243-6/+8
| | | | | | | | | | | canfield Fix scorefile name in manpage Use srandomdev Remove revoke, the game already revoked in another place Fix bug with missing getuid() Notes: svn path=/head/; revision=29760
* Remove revoke privs, not neededAndrey A. Chernov1997-09-161-4/+0
| | | | Notes: svn path=/head/; revision=29486
* Remove HIDEGAME, it is not a gameAndrey A. Chernov1997-09-161-1/+0
| | | | Notes: svn path=/head/; revision=29485
* Change games from setuid games to setgid games.Eivind Eklund1997-09-012-1/+11
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Add some missing manual page links.Mike Pritchard1996-02-021-0/+1
| | | | Notes: svn path=/head/; revision=13849
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-20/+20
| | | | Notes: svn path=/head/; revision=8856
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-047-0/+2036
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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490