Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2004 14:46:21 +0200
From:      "Antoine Jacoutot" <ajacoutot@lphp.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/65359: synce-install-cab looks for the wrong interpreter
Message-ID:  <1081514781.0@bsdbox.lphp.local>
Resent-Message-ID: <200404091250.i39CoF9c054541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65359
>Category:       ports
>Synopsis:       synce-install-cab looks for the wrong interpreter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 09 05:50:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Jacoutot
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
NONE 
>Environment:


System: FreeBSD 5.2.1-RELEASE-p4 #0: Thu Apr  8 16:31:56 CEST 2004
    ajacoutot@bsdbox.lphp.local:/usr/obj/usr/src/sys/BSDBOX



>Description:


The synce-install-cab (from synce-librapi2-0.8.9) is looking for /bin/bash as its interpreter.
Obviously, it is not part of FreeBSD by default, and even with the BASH port installed, the bash command can be found in /usr/local/bin.
The interpreter should then be: /bin/sh.


>How-To-Repeat:


Install synce-librapi2-0.8.9 from ports ans see:

# /usr/local/bin/synce-install-cab
/usr/local/bin/synce-install-cab: Command not found.


>Fix:


--- synce-install-cab.orig      Fri Apr  9 14:41:21 2004
+++ synce-install-cab   Fri Apr  9 14:40:17 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # $Id: synce-install-cab.in,v 1.1 2002/11/27 09:15:23 twogood Exp $
 #


>Release-Note:
>Audit-Trail:
>Unformatted:



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