From owner-cvs-all Fri Aug 30 0:14:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26AB437B400; Fri, 30 Aug 2002 00:14:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9BD43E3B; Fri, 30 Aug 2002 00:14:42 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7U7EgJU073508; Fri, 30 Aug 2002 00:14:42 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7U7Egit073507; Fri, 30 Aug 2002 00:14:42 -0700 (PDT) Message-Id: <200208300714.g7U7Egit073507@freefall.freebsd.org> From: Juli Mallett Date: Fri, 30 Aug 2002 00:14:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/wargames Makefile wargames.c wargames.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/08/30 00:14:42 PDT Modified files: games/wargames Makefile Added files: games/wargames wargames.c Removed files: games/wargames wargames.sh Log: Rewrite wargames(6) in C. A program in C in the public domain is better than a shell script with a big copyright. Or maybe just a good way to spend an hour after watching a Matthew Broderick flick. Revision Changes Path 1.12 +3 -2 src/games/wargames/Makefile 1.1 +46 -0 src/games/wargames/wargames.c (new) 1.2 +0 -45 src/games/wargames/wargames.sh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message