From owner-freebsd-bugs@FreeBSD.ORG Mon May 25 12:10:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F4A210656A5 for ; Mon, 25 May 2009 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4718FC2E for ; Mon, 25 May 2009 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4PCA1s2043253 for ; Mon, 25 May 2009 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4PCA1ca043252; Mon, 25 May 2009 12:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 May 2009 12:10:01 GMT Resent-Message-Id: <200905251210.n4PCA1ca043252@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eleni Maria Stea Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B2C6106567E for ; Mon, 25 May 2009 12:09:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id EC1D68FC17 for ; Mon, 25 May 2009 12:09:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4PC9Ocn001524 for ; Mon, 25 May 2009 12:09:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4PC9Oi9001519; Mon, 25 May 2009 12:09:24 GMT (envelope-from nobody) Message-Id: <200905251209.n4PC9Oi9001519@www.freebsd.org> Date: Mon, 25 May 2009 12:09:24 GMT From: Eleni Maria Stea To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/134933: !/usr/local/bin/bash should be used instead of !/usr/bin/bash in all Fvwm-Crystal scripts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 12:10:02 -0000 >Number: 134933 >Category: misc >Synopsis: !/usr/local/bin/bash should be used instead of !/usr/bin/bash in all Fvwm-Crystal scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 25 12:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eleni Maria Stea >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD chimera 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sat May 23 20:43:21 EEST 20 9 root@chimera:/usr/obj/usr/src/sys/GENERIC i386 >Description: The script fvwm-crystal.generate-menu of package fvwm-crystal cannot execute properly because the bash path is wrong. >How-To-Repeat: Simply run: $ fvwm-crystal.generate-menu >Fix: Replace the line: #!/usr/bin/bash with: #!/usr/local/bin/bash and everything will work ok >Release-Note: >Audit-Trail: >Unformatted: