From th@nadja.cis.ibaraki.ac.jp  Tue Jul 18 15:46:37 2000
Return-Path: <th@nadja.cis.ibaraki.ac.jp>
Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69])
	by hub.freebsd.org (Postfix) with ESMTP id DD35637B5C3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Jul 2000 15:46:34 -0700 (PDT)
	(envelope-from th@nadja.cis.ibaraki.ac.jp)
Received: (from th@localhost)
	by nadja.cis.ibaraki.ac.jp (8.9.3/8.9.3) id HAA23972;
	Wed, 19 Jul 2000 07:45:33 +0900 (JST)
	(envelope-from th)
Message-Id: <200007182245.HAA23972@nadja.cis.ibaraki.ac.jp>
Date: Wed, 19 Jul 2000 07:45:33 +0900 (JST)
From: th@cis.ibaraki.ac.jp
Sender: th@nadja.cis.ibaraki.ac.jp
Reply-To: th@cis.ibaraki.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update: astro/seti_applet
X-Send-Pr-Version: 3.2

>Number:         20017
>Category:       ports
>Synopsis:       Update: astro/seti_applet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 18 15:50:00 PDT 2000
>Closed-Date:    Sun Aug 6 07:10:52 PDT 2000
>Last-Modified:  Sun Aug 06 07:11:05 PDT 2000
>Originator:     HIYAMA Takeshi
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Dept. of Comp. & Info. Sci.s, Ibaraki University
>Environment:
>Description:

	Change the default setting of astro/seti_applet.
	seti_applet expects executable to exits in the working directory,
	which is not default in ports/astro/setiathome.
	Oh,I should have noticed this before first send-pr...


>How-To-Repeat:
>Fix:

diff -urN seti_applet.orig/patches/patch-aa seti_applet/patches/patch-aa
--- seti_applet.orig/patches/patch-aa	Wed Jul 19 07:19:36 2000
+++ seti_applet/patches/patch-aa	Wed Jul 19 07:20:10 2000
@@ -1,5 +1,5 @@
---- src/seti_applet.c.orig	Sat Jul  1 12:48:49 2000
-+++ src/seti_applet.c	Fri Jul  7 19:40:57 2000
+--- src/seti_applet.c.orig	Wed Jul 19 07:18:22 2000
++++ src/seti_applet.c	Wed Jul 19 07:19:05 2000
 @@ -1352,7 +1352,7 @@
  		g_free ( sa.setidir );
  	}
@@ -9,3 +9,16 @@
  	sa.updateinterval = gnome_config_get_int ( "setiapplet/updateinterval=3" );
  	sa.fileupdateinterval = gnome_config_get_int ( "setiapplet/fileupdateinterval=120" );
  	sa.showcpu = gnome_config_get_int ( "setiapplet/showcpu=1" );
+@@ -1370,10 +1370,10 @@
+ 		g_free ( sa.extraparams );
+ 	}
+ 	sa.extraparams = gnome_config_get_string ( "setiapplet/extraparams=");
+-	sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=0" );
++	sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=1" );
+ 	if ( sa.separateexedir == TRUE )
+ 	{
+-		sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir" );
++		sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/bin" );
+ 	}
+ 	sa.launchonstart = gnome_config_get_int ( "setiapplet/launchonstart=0" );
+ 	gnome_config_pop_prefix();

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nbm 
State-Changed-When: Sun Aug 6 07:10:52 PDT 2000 
State-Changed-Why:  
Updated, thanks! 

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