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

Antoine Jacoutot ajacoutot at lphp.org
Fri Apr 9 12:50:15 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list