diff -ruNd www/nscache/patches/patch-ba www/nscache/patches/patch-ba --- www/nscache/patches/patch-ba Thu Jan 1 03:00:00 1970 +++ www/nscache/patches/patch-ba Mon May 1 04:43:42 2000 @@ -0,0 +1,32 @@ +--- setup.c.orig Mon Jan 17 22:13:58 2000 ++++ setup.c Mon May 1 04:42:51 2000 +@@ -108,7 +108,7 @@ + int found = FALSE; + int i; + +- sprintf(pom, "%s/.nscacherc" , g_get_home_dir()); ++ sprintf(pom, "%s/.desk/nscacherc" , g_get_home_dir()); + + f = fopen(pom , "r"); + +@@ -179,17 +179,17 @@ + GSList *ptr; + FILE *f; + +- sprintf(pom , "%s/.nscacherc" , g_get_home_dir()); ++ sprintf(pom , "%s/.desk/nscacherc" , g_get_home_dir()); + + f = fopen(pom , "w+"); + + if (!f) + { +- gui_err(gettext("Unable to open ~/.nscacherc file")); ++ gui_err(gettext("Unable to open ~/.desk/nscacherc file")); + return; + } + +- fprintf(f, gettext("# This .nscacherc file was generated by nscache\n# You may edit it if you're careful!\n\n")); ++ fprintf(f, gettext("# This .desk/nscacherc file was generated by nscache\n# You may edit it if you're careful!\n\n")); + + + if (db_name)