forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
341 B
C
11 lines
341 B
C
--- src/lib/config.c.orig 2009-05-19 18:22:06.000000000 +0200
|
|
+++ src/lib/config.c 2009-11-15 17:57:52.000000000 +0100
|
|
@@ -264,7 +264,7 @@
|
|
{
|
|
tConf CmdLine;
|
|
gw6c_status status = STATUS_SUCCESS_INIT;
|
|
- const char* cszTemplDir = "template";
|
|
+ const char* cszTemplDir = "bin";
|
|
|
|
|
|
// Hard-coded parameters. Not configurable anymore.
|