mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
vpnc: revert default local port to 500
This commit is contained in:
parent
2d26a0f8aa
commit
4661158164
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user