Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2004 05:20:26 -0700 (PDT)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/65359: synce-install-cab looks for the wrong interpreter
Message-ID:  <200404111220.i3BCKQb4036159@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65359; it has been noted by GNATS.

From: Sam Lawrance <boris@brooknet.com.au>
To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
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
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404111220.i3BCKQb4036159>