From owner-freebsd-ports@FreeBSD.ORG Tue Jan 22 08:34:06 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295DD16A417 for ; Tue, 22 Jan 2008 08:34:06 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from po-out-1718.google.com (po-out-1718.google.com [72.14.252.156]) by mx1.freebsd.org (Postfix) with ESMTP id D6B8E13C442 for ; Tue, 22 Jan 2008 08:34:05 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: by po-out-1718.google.com with SMTP id y22so834364pof.3 for ; Tue, 22 Jan 2008 00:34:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=VaD8lnW8dp5trLC6pKV8ZYNYgOUmXpzWxNTcRDXigiI=; b=a74nG+a36JKXmn0iDVAh1DWJj2b417JWwnFUPYExY33QITLJv7P/a4va8d6PXdY1/5cOouI4qj1pzG0VGStm/0Rsn24Wav1Vn7Tw9qZ6+7/19U3lE3EDK7aXCbwNOWdQRmSRltsDouC6KXtEa1VvEQNq4OdW0pm3Q3NuNmwueXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=fk3HAVzYFFKiN+Quv1NSmuxFDzx8kiirFP6jYbcGVpEKH2qnIQoUh5j9wg2igOcSLoznxaJxb65PxCVSsz8PsbafnogSePzGLDcAYy/3jb0uJX9CrUhL4FdMyt4jNgm4Ecbet7aNj3R+oyjCFWiWwEM/Dq0t+PlsSBqylVP6Ywo= Received: by 10.141.170.10 with SMTP id x10mr5178625rvo.92.1200989916817; Tue, 22 Jan 2008 00:18:36 -0800 (PST) Received: from ?192.168.10.84? ( [59.125.13.44]) by mx.google.com with ESMTPS id f34sm9113352rvb.3.2008.01.22.00.18.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Jan 2008 00:18:35 -0800 (PST) From: "Eric L. Chen" To: wahjava.ml@gmail.com In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Tue, 22 Jan 2008 16:18:31 +0800 Message-Id: <1200989911.1800.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Sender: "Eric L. Chen" Cc: FreeBSD Ports List Subject: Re: Encountered a problem with GNOME gdm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 08:34:06 -0000 Hi, I think use "/usr/bin/env bash" is better than "/usr/local/bin/bash" in portability. /Eric On Sat, 2008-01-19 at 02:23 +0530, आशीष शुक्ल Ashish Shukla wrote: > Hi, > > I encountered a problem with gdm. The file > "/usr/local/etc/gdm/Xsession" needs "/usr/local/bin/bash" for its > execution, whereas "/bin/sh" is specified. Following is the patch > which will fix this problem. Is this already reported as PR, hmm...? > > ----8<-----8<----- > --- /usr/local/etc/gdm/Xsession~ 2008-01-17 01:17:04.000000000 +0530 > +++ /usr/local/etc/gdm/Xsession 2008-01-18 23:55:39.000000000 +0530 > @@ -1,4 +1,4 @@ > -#!/bin/sh > +#!/usr/local/bin/bash > # > # This is SORT OF LIKE an X session, but not quite. You get a command as the > # first argument (it could be multiple words, so run it with "eval"). As a > ---->8----->8----- > > TIA > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"