summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-06-03 15:06:34 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-06-03 15:06:34 +0000
commitf1d204b0c31a636136048465cbcdbf93dfaed6af (patch)
tree39d44035ece2e6c99b69170d0e8f7aa2165afe19 /net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch
parentMarking kdeartwork-kwin-styles-3.5.10 ppc64 for bug 271889 (diff)
downloadhistorical-f1d204b0c31a636136048465cbcdbf93dfaed6af.tar.gz
historical-f1d204b0c31a636136048465cbcdbf93dfaed6af.tar.bz2
historical-f1d204b0c31a636136048465cbcdbf93dfaed6af.zip
Package move from freenet6 to gateway6, bug #267107
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64 RepoMan-Options: --force
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.patch11
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 );