From owner-freebsd-ports Fri Aug 23 3:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4378437B400 for ; Fri, 23 Aug 2002 03:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5815E43E6E for ; Fri, 23 Aug 2002 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NAA2JU018340 for ; Fri, 23 Aug 2002 03:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NAA284018339; Fri, 23 Aug 2002 03:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D3637B400 for ; 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 ; 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 ; 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 ; 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" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41931: fix games/sokoban for -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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