mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Please note that the name of the program and the configuration files has changed dramatically.
11 lines
339 B
C
11 lines
339 B
C
--- src/lib/config.c.orig 2007-11-29 04:27:29.000000000 +1100
|
|
+++ src/lib/config.c 2008-07-20 23:56:02.000000000 +1000
|
|
@@ -284,7 +284,7 @@
|
|
tConf CmdLine;
|
|
int status = NO_ERROR;
|
|
struct in_addr addr;
|
|
- const char* cszTemplDir = "template";
|
|
+ const char* cszTemplDir = "bin";
|
|
#ifdef V4V6_SUPPORT
|
|
struct in6_addr addr6;
|
|
#endif
|