blob: fb0aa71dd93965716faba04d754c0f1e78594a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** www6to4.c.orig Fri Mar 22 00:25:51 2002
--- www6to4.c Fri Mar 22 00:26:48 2002
***************
*** 59,65 ****
char *patterns[MAXPATTERNS];
int lastpattern = -1;
! char *default_configfile = "/etc/www6to4.conf";
char *configfile = NULL;
char *forwardfile = NULL;
int debug = 0;
--- 59,65 ----
char *patterns[MAXPATTERNS];
int lastpattern = -1;
! char *default_configfile = "/usr/local/etc/www6to4/www6to4.conf";
char *configfile = NULL;
char *forwardfile = NULL;
int debug = 0;
|