From corecode@corecode.ath.cx  Fri Aug 23 03:04:06 2002
Return-Path: <corecode@corecode.ath.cx>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 10D3637B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 03:04:06 -0700 (PDT)
Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58BE743E65
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 03:04:05 -0700 (PDT)
	(envelope-from corecode@corecode.ath.cx)
Received: from fwd00.sul.t-online.de 
	by mailout05.sul.t-online.com with smtp 
	id 17iBIR-0004iw-02; Fri, 23 Aug 2002 12:04:03 +0200
Received: from spirit.zuhause.stoert.net (320050403952-0001@[217.224.174.249]) by fmrl00.sul.t-online.com
	with esmtp id 17iBI7-0lBoNEC; Fri, 23 Aug 2002 12:03:43 +0200
Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178])
	by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g7NA3hk04329
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 12:03:43 +0200 (CEST)
	(envelope-from corecode@corecode.ath.cx)
Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1])
	by terrorfish.uni.stoert.net (8.12.5/8.12.5) with ESMTP id g7NA2hFh001310
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Aug 2002 12:02:43 +0200 (CEST)
	(envelope-from corecode@terrorfish.uni.stoert.net)
Received: (from corecode@localhost)
	by terrorfish.uni.stoert.net (8.12.5/8.12.5/Submit) id g7NA2h2j001309;
	Fri, 23 Aug 2002 12:02:43 +0200 (CEST)
	(envelope-from corecode)
Message-Id: <200208231002.g7NA2h2j001309@terrorfish.uni.stoert.net>
Date: Fri, 23 Aug 2002 12:02:43 +0200 (CEST)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: fix games/sokoban for -current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41931
>Category:       ports
>Synopsis:       fix games/sokoban for -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 03:10:01 PDT 2002
>Closed-Date:    Fri Aug 23 07:51:10 PDT 2002
>Last-Modified:  Fri Aug 23 07:51:10 PDT 2002
>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:

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:  
Subject: Re: ports/41931: fix games/sokoban for -current
Date: Fri, 23 Aug 2002 15:48:59 +0200

 --=.njZdDoSOH3BiKf
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 okay, kkenn fixed that himself. this may be closed.
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.njZdDoSOH3BiKf
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9Zj1Rr5S+dk6z85oRAmaGAKCfeVB2ZogpPe+vD+obA0Q11PuVyACZAR/o
 wbOiW7PXxUclu15k5IhIacg=
 =+VOQ
 -----END PGP SIGNATURE-----
 
 --=.njZdDoSOH3BiKf--
 
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Fri Aug 23 07:48:56 PDT 2002 
State-Changed-Why:  
Has been fixed already by kris. 

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