From owner-freebsd-ports@FreeBSD.ORG Fri Sep 12 21:49:41 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CA796D; Fri, 12 Sep 2014 21:49:41 +0000 (UTC) Received: from mailuogwhop.emc.com (mailuogwhop.emc.com [168.159.213.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mailuogwprd01.lss.emc.com", Issuer "RSA Corporate Server CA v2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17FFADF7; Fri, 12 Sep 2014 21:49:40 +0000 (UTC) Received: from maildlpprd01.lss.emc.com (maildlpprd01.lss.emc.com [10.253.24.33]) by mailuogwprd02.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s8CLnc62032654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Sep 2014 17:49:38 -0400 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd02.lss.emc.com s8CLnc62032654 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=isilon.com; s=jan2013; t=1410558578; bh=5f1kPsawuxqpWnB1Ss6P0hOyheI=; h=From:To:CC:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=d4gLZ3zQPuOkOcnPGipzGqIhwLGG+flIKeugn4XO6wV0MmUtCxpc0+54QmelmdLv7 wX4vZNkN1gwYWEMc+uJJUaEvYqLJJEtJbpeI6wJxFX6rRrdepBlxFoBA8fogeFpXiZ D76vaNankN7ZpklxM2iB6Y0fuiRvchw//D5B3wrE= X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd02.lss.emc.com s8CLnc62032654 Received: from mailusrhubprd52.lss.emc.com (mailusrhubprd52.lss.emc.com [10.106.48.25]) by maildlpprd01.lss.emc.com (RSA Interceptor); Fri, 12 Sep 2014 17:49:05 -0400 Received: from mxhub30.corp.emc.com (mxhub30.corp.emc.com [128.222.70.170]) by mailusrhubprd52.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s8CLnKTc028493 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 12 Sep 2014 17:49:20 -0400 Received: from MXHUB102.corp.emc.com (10.253.58.15) by mxhub30.corp.emc.com (128.222.70.170) with Microsoft SMTP Server (TLS) id 8.3.327.1; Fri, 12 Sep 2014 17:49:20 -0400 Received: from MX104CL01.corp.emc.com ([169.254.7.35]) by MXHUB102.corp.emc.com ([::1]) with mapi id 14.03.0195.001; Fri, 12 Sep 2014 17:49:19 -0400 From: "Rang, Anton" To: Baptiste Daroussin , Craig Rodrigues Subject: RE: shells/bash port, add a knob which symlinks to /bin/bash ? Thread-Topic: shells/bash port, add a knob which symlinks to /bin/bash ? Thread-Index: AQHPzs5VcZ+FDNlqm0u14gwbSgE0/Zv+SasA//+9vxA= Date: Fri, 12 Sep 2014 21:49:19 +0000 Message-ID: References: <20140912214004.GT6096@ivaldir.etoilebsd.net> In-Reply-To: <20140912214004.GT6096@ivaldir.etoilebsd.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.13.41.58] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Sentrion-Hostname: mailusrhubprd52.lss.emc.com X-RSA-Classifications: public Cc: freebsd-current Current , ports , Emanuel Haupt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 21:49:41 -0000 > If you want interoperability just use /usr/bin/env bash as a shebang. That doesn't work for this use case -- the user shell coming from LDAP -- b= ut I agree that the port shouldn't be modifying /usr/bin. It's easy enough to add the symlink manually after installing the port if y= ou're in this situation, or there may be a way to configure the LDAP module= to map /bin/bash to /usr/local/bin/bash (I haven't looked to see what is s= upported here). Anton