freebsd-ports/astro/seti_applet/files/patch-aa
FUJISHIMA Satsuki cf309f4429 o update to 0.4.1.
o change mantainer to Cyrille Lefevre <clefevre@citeweb.net>

PR:		30372
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net> (new maintainer)
Reviewed by:	HIYAMA Takeshi <hym@cocoa.freemail.ne.jp> (previous maintainer)
2001-10-05 08:38:13 +00:00

28 lines
1.2 KiB
Text

--- src/seti_applet.c.orig Thu Jun 28 05:00:48 2001
+++ src/seti_applet.c Wed Aug 22 03:33:19 2001
@@ -2046,7 +2046,7 @@
}
gnome_config_push_prefix (path);
sa.seti_dir =
- gnome_config_get_string ("setiapplet/setidir=/usr/local/seti");
+ gnome_config_get_string ("setiapplet/setidir=/var/db/setiathome");
sa.update_interval = gnome_config_get_int ("setiapplet/updateinterval=3");
sa.file_update_interval =
gnome_config_get_int ("setiapplet/fileupdateinterval=120");
@@ -2075,14 +2075,14 @@
g_free (sa.extra_params);
}
sa.extra_params = gnome_config_get_string ("setiapplet/extraparams=");
- sa.separate_exe_dir = gnome_config_get_int ("setiapplet/separateexedir=0");
+ sa.separate_exe_dir = gnome_config_get_int ("setiapplet/separateexedir=1");
if (sa.separate_exe_dir != 0)
{
if (sa.seti_exe_dir != NULL)
{
g_free (sa.seti_exe_dir);
}
- sa.seti_exe_dir = gnome_config_get_string ("setiapplet/setiexedir");
+ sa.seti_exe_dir = gnome_config_get_string ("setiapplet/setiexedir=%%LOCALBASE%%/sbin");
}
sa.launch_on_start = gnome_config_get_int ("setiapplet/launchonstart=0");
gnome_config_pop_prefix ();