Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 12:07:22 +0100 (CET)
From:      Stefan `Sec` Zehl <sec@42.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/45207: games/solarwolf has wrong permissions
Message-ID:  <20021111110722.3A26F1CA99@ice.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         45207
>Category:       ports
>Synopsis:       games/solarwolf has wrong permissions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 11 03:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD ice 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Oct 20 22:34:18 CEST 2002 root@ice:/export/obj/export/src/sys/ICE i386


	
>Description:

The games/solarwolf port doesn't work. It pops up a window containing an
error message:

| pygame.error:
| Couldn't read from 'data/music/aster2_sw.xm'

This is because the permissions of two files are incorrect:

baka:~>l /usr/local/share/solarwolf/data/music/
total 412
-rw-------  1 root  wheel  306876 Jun  2 00:22 arg.xm
-rw-------  1 root  wheel   94125 Jun  2 00:20 aster2_sw.xm


	
>How-To-Repeat:

cd /usr/ports/games/solarwolf
su 
make install clean 
^D
solarwolf

>Fix:

chmod a+r /usr/local/share/solarwolf/data/music/*

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021111110722.3A26F1CA99>