summary refs log tree commit diff
path: root/pkgs/tools/networking/vpnc/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-29 22:50:33 +0000
committerPeter Simons <simons@cryp.to>2012-02-29 22:50:33 +0000
commit57b612cb050778c4ded12fe8e45de26b91eeef70 (patch)
tree3ca2e705c42785e84df747c14805f1fe962f5642 /pkgs/tools/networking/vpnc/default.nix
parent41b3f46f788ee4caef2334c5f94924ae9bdeaa06 (diff)
downloadnixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar.gz
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar.bz2
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar.lz
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar.xz
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.tar.zst
nixpkgs-57b612cb050778c4ded12fe8e45de26b91eeef70.zip
vpnc: added patch to fix the 'Error: either "to" is duplicate, or "ipid" is a garbage' bug
Further details are at:

  http://www.rz.uni-konstanz.de/activekb/questions/250/VPNC+unter+Ubuntu+11.10+%22Error%3A+either+%22to%22+is+duplicate%2C+or+%22ipid%22+is+a+garbage.%22

svn path=/nixpkgs/trunk/; revision=32712
Diffstat (limited to 'pkgs/tools/networking/vpnc/default.nix')
-rw-r--r--pkgs/tools/networking/vpnc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/vpnc/default.nix b/pkgs/tools/networking/vpnc/default.nix
index 88ef6bd8e59..8619cd95409 100644
--- a/pkgs/tools/networking/vpnc/default.nix
+++ b/pkgs/tools/networking/vpnc/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
     sha256 = "1128860lis89g1s21hqxvap2nq426c9j4bvgghncc1zj0ays7kj6";
   };
 
-  patches = [ ./makefile.patch ];
+  patches = [ ./makefile.patch ./vpnc-script.patch ];
 
   # The `etc/vpnc/vpnc-script' script relies on `which' and on
   # `ifconfig' as found in net-tools (not GNU Inetutils).