forked from mirrors/nixpkgs
Merge pull request #9131 from ts468/upstream.vpnc
vpnc: revert to default local port 500
This commit is contained in:
commit
25eed6bc89
|
@ -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 a new issue