From sjr@home.net  Sat Oct 24 20:47:36 1998
Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02312
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Oct 1998 20:47:35 -0700 (PDT)
          (envelope-from sjr@home.net)
Received: (from sjr@localhost)
	by istari.home.net (8.9.1/8.8.6) id XAA16750;
	Sat, 24 Oct 1998 23:46:39 -0400 (EDT)
Message-Id: <199810250346.XAA16750@istari.home.net>
Date: Sat, 24 Oct 1998 23:46:39 -0400 (EDT)
From: sjr@home.net
Reply-To: sjr@home.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: 3.0-RELEASE has wrong permissions on game score files
X-Send-Pr-Version: 3.2

>Number:         8440
>Category:       bin
>Synopsis:       3.0-RELEASE has wrong permissions on game score files
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jkh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 24 20:50:00 PDT 1998
>Closed-Date:    Mon Sep 13 20:38:28 PDT 1999
>Last-Modified:  Mon Sep 13 20:38:51 PDT 1999
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:

	From a fresh 3.0-RELEASE install.

>Description:

	The score files under /var/games are mode 644 (root, games),
	but need to be 664 (root, games) for the games to be able
	to update them.

>How-To-Repeat:

	Try to play a game and save a score file...

>Fix:
	
	

>Release-Note:
>Audit-Trail:

From: "David O'Brien" <motminh@NUXI.com>
To: freebsd-gnats-submit@freebsd.org, sjr@home.net
Cc:  
Subject: Re: bin/8440: 3.0-RELEASE has wrong permissions on game score files
Date: Tue, 22 Jun 1999 20:11:26 -0700

 Please include ``ls -l'' output that shows the problem.  I'm not sure
 which files/dirs need fixing.
 
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: obrien 
Responsible-Changed-When: Tue Jun 22 21:35:02 PDT 1999 
Responsible-Changed-Why:  
The same problem exists for 3.2-R: 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/larn/lscore12.0 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/larn/llog12.0 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/characs 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/gold 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/lastdead 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/mess 
-rw-r----- root/games    13200 May 17 20:38 1999 var/games/phantasia/monsters 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/motd 
-rw-r----- root/games        0 May 17 20:38 1999 var/games/phantasia/scoreboard 
-rw-r----- root/games       20 May 17 20:38 1999 var/games/phantasia/void 
-rw-r--r-- root/games      159 May 17 20:37 1999 var/games/atc_score 
-rw-r--r-- root/games        0 May 17 20:37 1999 var/games/battlestar.log 
-rw-r--r-- root/games        0 May 17 20:37 1999 var/games/cfscores 
-rw-r--r-- root/games        0 May 17 20:37 1999 var/games/criblog 
-rw-r--r-- root/games        0 May 17 20:38 1999 var/games/robots_roll 
-rw-r--r-- root/games        0 May 17 20:38 1999 var/games/rogue.scores 


However, when one installs the games from /usr/src the perms are correct. 
Looking at the games Makefile's they look correct -- explicitly using mode 
664 in the beforeinstal: targets....  So there seems to be something going 
aray in the release making process. 
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Sep 13 20:38:28 PDT 1999 
State-Changed-Why:  
Recently fixed. 
>Unformatted:
