From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 11 05:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B5316A4CE for ; Sun, 11 Apr 2004 05:20:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F2143D45 for ; Sun, 11 Apr 2004 05:20:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3BCKQbv036160 for ; Sun, 11 Apr 2004 05:20:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3BCKQb4036159; Sun, 11 Apr 2004 05:20:26 -0700 (PDT) (envelope-from gnats) Date: Sun, 11 Apr 2004 05:20:26 -0700 (PDT) Message-Id: <200404111220.i3BCKQb4036159@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sam Lawrance Subject: Re: ports/65359: synce-install-cab looks for the wrong interpreter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 12:20:26 -0000 The following reply was made to PR ports/65359; it has been noted by GNATS. From: Sam Lawrance To: Volker Stolz Cc: freebsd-gnats-submit@FreeBSD.org, ajacoutot@lphp.org Subject: Re: ports/65359: synce-install-cab looks for the wrong interpreter Date: Sun, 11 Apr 2004 22:15:32 +1000 Thanks - shame on me for missing that. Fix looks good. Here's a shar to create the patches for both. Extract in port directory. Regards, Sam. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-aa # files/patch-ab # echo x - files/patch-aa sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa' X--- script/synce-install-cab.in.orig Sun Apr 11 21:59:15 2004 X+++ script/synce-install-cab.in Sun Apr 11 22:02:34 2004 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/bin/sh X # X # $Id: synce-install-cab.in,v 1.1 2002/11/27 09:15:23 twogood Exp $ X # END-of-files/patch-aa echo x - files/patch-ab sed 's/^X//' >files/patch-ab << 'END-of-files/patch-ab' X--- script/synce-remove-program.in.orig Sun Apr 11 21:57:21 2004 X+++ script/synce-remove-program.in Sun Apr 11 21:57:46 2004 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/bin/sh X # X # $Id: synce-remove-program.in,v 1.1 2002/12/04 18:56:36 twogood Exp $ X # END-of-files/patch-ab exit