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
This commit is contained in:
Peter Simons
2012-02-29 22:50:33 +00:00
parent 41b3f46f78
commit 57b612cb05
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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).