Commit afd887bb authored by CeRiAl's avatar CeRiAl

Remove nm-l2tp-unneeded-cmd-948195.patch (was already fixed)

parent 9e8a93fc
The nm-l2tp-service program issues an apparently redundant command to
the ipsec daemon -- it ends up adding the parameters for new
connection twice. There's no obvious reason for this, so this patch
comments out the extra command.
src/nm-l2tp-service.c | 2 ++
1 file changed, 2 insertions(+)
Index: NetworkManager-l2tp-0.9.8.7/src/nm-l2tp-service.c
===================================================================
--- NetworkManager-l2tp-0.9.8.7.orig/src/nm-l2tp-service.c
+++ NetworkManager-l2tp-0.9.8.7/src/nm-l2tp-service.c
@@ -963,7 +963,9 @@ nm_l2tp_start_ipsec(NML2tpPlugin *plugin
umask(orig_umask);
sys += system("PATH=\"/sbin:/usr/sbin:/usr/local/sbin:$PATH\" ipsec secrets");
+#if 0
sys += system(cmd11);
+#endif
sys += system(cmd1);
sys += system(cmd2);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment