2012-12-23 09:23:13 -05:00
|
|
|
$OpenBSD: patch-src_dopewars_c,v 1.4 2012/12/23 14:23:13 sthen Exp $
|
|
|
|
--- src/dopewars.c.orig Fri Dec 30 21:26:13 2005
|
|
|
|
+++ src/dopewars.c Sun Dec 23 14:14:41 2012
|
2007-07-05 13:28:18 -04:00
|
|
|
@@ -2356,7 +2356,7 @@ gchar *GetDocRoot(void)
|
|
|
|
path = g_strdup_printf("file://%s\\", bindir);
|
2006-11-07 10:14:30 -05:00
|
|
|
g_free(bindir);
|
|
|
|
#else
|
2007-07-05 13:28:18 -04:00
|
|
|
- path = g_strdup_printf("file://%s/doc/%s-%s/", DPDATADIR, PACKAGE, VERSION);
|
|
|
|
+ path = g_strdup_printf("file://%s/doc/%s/", DPDATADIR, PACKAGE);
|
2006-11-07 10:14:30 -05:00
|
|
|
#endif
|
|
|
|
return path;
|
|
|
|
}
|
2012-12-23 09:23:13 -05:00
|
|
|
@@ -2443,7 +2443,7 @@ static void SetupParameters(GSList *extraconfigs, gboo
|
|
|
|
AssignName(&ServerName, "localhost");
|
|
|
|
AssignName(&ServerMOTD, "");
|
|
|
|
AssignName(&BindAddress, "");
|
|
|
|
- AssignName(&WebBrowser, "/usr/bin/mozilla");
|
|
|
|
+ AssignName(&WebBrowser, "/usr/local/bin/xdg-open");
|
|
|
|
|
|
|
|
AssignName(&Sounds.FightHit, SNDPATH"colt.wav");
|
|
|
|
AssignName(&Sounds.EnemyBitchKilled, SNDPATH"shotdown.wav");
|