aboutsummaryrefslogtreecommitdiff
path: root/astro/seti_applet/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'astro/seti_applet/files/patch-aa')
-rw-r--r--astro/seti_applet/files/patch-aa48
1 files changed, 26 insertions, 22 deletions
diff --git a/astro/seti_applet/files/patch-aa b/astro/seti_applet/files/patch-aa
index 4b54e9547e1c..62c27c11a22f 100644
--- a/astro/seti_applet/files/patch-aa
+++ b/astro/seti_applet/files/patch-aa
@@ -1,24 +1,28 @@
---- src/seti_applet.c.orig Tue Oct 3 11:05:06 2000
-+++ src/seti_applet.c Tue Oct 3 11:06:23 2000
-@@ -1442,7 +1442,7 @@
- g_free ( sa.seti_dir );
- }
- gnome_config_push_prefix ( path );
-- sa.seti_dir = gnome_config_get_string ( "setiapplet/setidir=/usr/local/seti" );
-+ sa.seti_dir = 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" );
-
-@@ -1460,10 +1460,10 @@
- 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 == TRUE )
+--- 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)
{
-- sa.seti_exe_dir = gnome_config_get_string ( "setiapplet/setiexedir" );
-+ sa.seti_exe_dir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/sbin" );
+ g_free (sa.seti_exe_dir);
}
- sa.launch_on_start = gnome_config_get_int ( "setiapplet/launchonstart=0" );
- gnome_config_pop_prefix();
+- 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 ();