openbsd-ports/www/www6to4/patches/patch-www6to4_c
naddy f981b45af4 Import www6to4 1.5; submitted by Michael Coulter <mjc@bitz.ca>.
www6to4 is a simple proxy for providing access to IPv6 to IPv4-only
browsers.
2004-04-20 19:59:53 +00:00

13 lines
453 B
Plaintext

$OpenBSD: patch-www6to4_c,v 1.1.1.1 2004/04/20 19:59:53 naddy Exp $
--- www6to4.c.orig 2004-04-20 20:59:38.000000000 +0200
+++ www6to4.c 2004-04-20 20:59:54.000000000 +0200
@@ -59,7 +59,7 @@ char hostport[MAXPORT] = "8000";
char *patterns[MAXPATTERNS];
int lastpattern = -1;
-char *default_configfile = "/etc/www6to4.conf";
+char *default_configfile = SYSCONFDIR "/www6to4.conf";
char *configfile = NULL;
char *forwardfile = NULL;
int debug = 0;