3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9131 from ts468/upstream.vpnc

vpnc: revert to default local port 500
This commit is contained in:
ts468 2015-08-05 21:58:16 +02:00
commit 25eed6bc89

View file

@ -34,10 +34,6 @@ stdenv.mkDerivation rec {
substituteInPlace "pcf2vpnc" \
--replace "/usr/bin/perl" "${perl}/bin/perl"
# use random local port by default to reduce clashes with
# other IPSec services like, e.g., strongSwan
echo "Local Port 0" >> vpnc.conf
'';
postInstall = ''