diff options
Diffstat (limited to 'www/www6to4/files/patch-www6to4.c')
-rw-r--r-- | www/www6to4/files/patch-www6to4.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/www6to4/files/patch-www6to4.c b/www/www6to4/files/patch-www6to4.c new file mode 100644 index 000000000000..fb0aa71dd939 --- /dev/null +++ b/www/www6to4/files/patch-www6to4.c @@ -0,0 +1,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; |