From abgoeree@uwnet.nl  Tue Feb 13 00:32:04 2001
Return-Path: <abgoeree@uwnet.nl>
Received: from daffy.uwnet.nl (ns.isd-holland.nl [195.7.130.35])
	by hub.freebsd.org (Postfix) with ESMTP id 76AA937B698
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Feb 2001 00:32:03 -0800 (PST)
Received: from dyn.dailup.c227129250.isd.to (dyn.dailup.c227129250.isd.to [213.227.129.250])
	by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id f1D8VvT30233
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Feb 2001 09:31:57 +0100
Received: (qmail 1992 invoked by uid 1000); 13 Feb 2001 08:33:06 -0000
Message-Id: <20010213083306.1991.qmail@mandark.attica.home>
Date: 13 Feb 2001 08:33:06 -0000
From: "Andre Goeree" <abgoeree@uwnet.nl>
Reply-To: abgoeree@uwnet.nl
To: FreeBSD-gnats-submit@freebsd.org
Subject: x11-wm/filerunner exits when using configuration menu.
X-Send-Pr-Version: 3.2

>Number:         25058
>Category:       ports
>Synopsis:       x11-wm/filerunner exits when using configuration menu.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 13 00:40:01 PST 2001
>Closed-Date:    Wed Feb 14 11:44:37 PST 2001
>Last-Modified:  Wed Feb 14 11:44:49 PST 2001
>Originator:     Andre Goeree
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:
When using any of the "Edit * [Color|Font]" choices on the 
configuration menu, fr (filerunner) displays the error:

"couldn't execute "/usr/local/lib/FileRunner/frcolor": permission denied"

The program then asks the user to prepare a bug report or see 
the stack trace and exits.

>How-To-Repeat:
Startup filerunner and choose one of the above mentioned
menu choices on the configuration menu.

>Fix:
root@mandark# pwd
/usr/ports/x11-fm/filerunner
root@mandark$ diff -u Makefile.orig Makefile
--- Makefile.orig       Mon Feb  5 22:00:51 2001
+++ Makefile    Tue Feb 13 09:25:12 2001
@@ -26,8 +26,9 @@
 do-install:
        @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps
        @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner
+       @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/frcolor
        @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin
-.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex
+.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frftp ftp.tcl http.tcl tclIndex
                @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner
 .endfor
 .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit

root@mandark# pwd
/usr/ports/x11-fm/filerunner/work/FileRunner-2.5
diff -u frcolor.orig frcolor
--- frcolor.orig        Tue Jun  9 23:55:32 1998
+++ frcolor     Tue Feb 13 00:37:25 2001
@@ -1,6 +1,6 @@
 #!/bin/sh
 # the next line restarts using wish \
-exec wish8.0 "$0" "$@"
+exec wish8.2 "$0" "$@"
 
 # tcolor --
 # This script implements a simple color editor, where you can

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Wed Feb 14 11:44:37 PST 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25058 
>Unformatted:
