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: ports/37338: incorrect permissions for ${PREFIX}/share/sokoban/highscore Message-ID: <200204221038.g3MAcDx63457@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 37338 >Category: ports >Synopsis: incorrect permissions for ${PREFIX}/share/sokoban/highscore >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 22 04:50:02 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?200204221038.g3MAcDx63457>