blob: 27f5c7058937e593fb2e694dbc78d8b0e57d1074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- seti.c.orig 2004-08-15 14:49:49.434959464 +0930
+++ seti.c 2004-08-15 14:51:46.325189448 +0930
@@ -1428,7 +1428,7 @@
style_id = gkrellm_add_meter_style(&plugin_mon, STYLE_NAME);
g_free(client_info.seti_file_path) ;
- client_info.seti_file_path = g_strdup("/opt/setiathome/") ;
+ client_info.seti_file_path = g_strdup("/var/lib/setiathome/") ;
g_free(client_info.seti_client_path) ;
client_info.seti_client_path = g_strdup("/opt/setiathome/") ;
|