ports/65359: synce-install-cab looks for the wrong interpreter

Sam Lawrance boris at brooknet.com.au
Sun Apr 11 12:20:26 UTC 2004


The following reply was made to PR ports/65359; it has been noted by GNATS.

From: Sam Lawrance <boris at brooknet.com.au>
To: Volker Stolz <stolz at i2.informatik.rwth-aachen.de>
Cc: freebsd-gnats-submit at FreeBSD.org, ajacoutot at 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
 
 
 



More information about the freebsd-ports-bugs mailing list