Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2002 12:02:43 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41931: fix games/sokoban for -current
Message-ID:  <200208231002.g7NA2h2j001309@terrorfish.uni.stoert.net>

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

>Number:         41931
>Category:       ports
>Synopsis:       fix games/sokoban for -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 03:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #26: Tue Aug 20 13:57:01 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386


	
>Description:
	o fix installation for -current

	pointed out by: bento && kkenn
	
>How-To-Repeat:
	
>Fix:

Index: pkg-install
===================================================================
RCS file: /home/ncvs/ports/games/sokoban/pkg-install,v
retrieving revision 1.1
diff -u -r1.1 pkg-install
--- pkg-install	5 Jun 2002 09:59:56 -0000	1.1
+++ pkg-install	23 Aug 2002 09:57:40 -0000
@@ -4,6 +4,6 @@
 [ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
 
 echo "===>   Creating initial high score file $FILE"
-dd if=/dev/zero of=$FILE bs=1 count=2
-chmod 664 $FILE
-chown root.games $FILE
+/bin/dd if=/dev/zero of=$FILE bs=1 count=2
+/bin/chmod 664 $FILE
+/usr/bin/chown root:games $FILE
	


>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?200208231002.g7NA2h2j001309>