From nobody@FreeBSD.org  Mon Apr 22 04:49:51 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9127A37B431
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Apr 2002 04:49:50 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3MAcDx63457;
	Mon, 22 Apr 2002 03:38:13 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204221038.g3MAcDx63457@freefall.freebsd.org>
Date: Mon, 22 Apr 2002 03:38:13 -0700 (PDT)
From: Krzysztof Kowalik <kkowalik@uci.agh.edu.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: incorrect permissions for ${PREFIX}/share/sokoban/highscore
X-Send-Pr-Version: www-1.0

>Number:         37338
>Category:       ports
>Synopsis:       incorrect permissions for ${PREFIX}/share/sokoban/highscore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 22 04:50:02 PDT 2002
>Closed-Date:    Wed Jun 05 03:01:48 PDT 2002
>Last-Modified:  Wed Jun 05 03:01:48 PDT 2002
>Originator:     Krzysztof Kowalik
>Release:        4.5
>Organization:
University of Mining and Mettalurgy
>Environment:
FreeBSD pimpus.borys.lan 4.5-RELEASE FreeBSD 4.5-RELEASE #10: Mon Apr 15 15:36:12 CEST 2002     root@pimpus.borys.lan:/usr/src/sys/compile/KK  i386

>Description:
Hm, in Makefile in /usr/ports/games/sokoban is:                               
@ ${CHOWN} root:games ${PREFIX}/share/sokoban/highscore                       
@ ${CHMOD} 0600 ${PREFIX}/share/sokoban/highscore                         
>How-To-Repeat:
      
>Fix:
--- /usr/ports/games/sokoban/Makefile   Fri Apr 14 14:26:33 2000
+++ /usr/ports/games/sokoban/Makefile   Mon Apr 22 12:31:37 2002
@@ -30,6 +30,6 @@
                dd if=/dev/zero of=${PREFIX}/share/sokoban/highscore bs=1 count=2; \
          fi
        @ ${CHOWN} root:games ${PREFIX}/share/sokoban/highscore
-       @ ${CHMOD} 0600 ${PREFIX}/share/sokoban/highscore
+       @ ${CHMOD} 0660 ${PREFIX}/share/sokoban/highscore
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Wed Jun 5 03:00:23 PDT 2002 
State-Changed-Why:  
Highscore handling was improved in a way that also fixes this problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37338 
>Unformatted:
