From owner-cvs-games Tue Sep 23 20:33:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA26298 for cvs-games-outgoing; Tue, 23 Sep 1997 20:33:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA26250; Tue, 23 Sep 1997 20:33:03 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA07242; Tue, 23 Sep 1997 20:28:25 -0700 (PDT) Date: Tue, 23 Sep 1997 20:28:25 -0700 (PDT) Message-Id: <199709240328.UAA07242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/atc Makefile atc.6 log.c main.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/23 20:28:25 PDT Modified files: games/atc Makefile atc.6 log.c main.c Log: Installed scenarios was unreadable with change games uid->gid, fix it Beforeinstall score file to the right place Use srandomdev Remove revoke, it broke scores and scenarios Fix names in FILES manpage section Revision Changes Path 1.9 +4 -2 src/games/atc/Makefile 1.2 +2 -4 src/games/atc/atc.6 1.3 +1 -1 src/games/atc/log.c 1.4 +6 -8 src/games/atc/main.c