diff options
Diffstat (limited to 'net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch')
-rw-r--r-- | net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch b/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch new file mode 100644 index 000000000000..595ea8189ca7 --- /dev/null +++ b/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch @@ -0,0 +1,11 @@ +--- gw6c-6_0-BETA4/gw6c-config/src/gw6cconfig.cc.orig 2008-02-04 11:48:09.000000000 -0500 ++++ gw6c-6_0-BETA4/gw6c-config/src/gw6cconfig.cc 2008-11-12 23:52:57.000000000 -0500 +@@ -410,7 +410,7 @@ + VALIDATE_LOGERRMSG( IfTunV4V6, CFG_STR_IFTUNV4V6 ); + VALIDATE_LOGERRMSG( ClientV4, CFG_STR_CLIENTV4 ); + VALIDATE_LOGERRMSG( ClientV6, CFG_STR_CLIENTV6 ); +- VALIDATE_LOGERRMSG( Template, CFG_STR_TEMPLATE ); ++//VALIDATE_LOGERRMSG( Template, CFG_STR_TEMPLATE ); + VALIDATE_LOGERRMSG( ProxyClient, CFG_STR_PROXYCLIENT ); + VALIDATE_LOGERRMSG( BrokerLstFile, CFG_STR_BROKERLIST ); + VALIDATE_LOGERRMSG( LastServFile, CFG_STR_LASTSERVER ); |