# HG changeset patch # User Michael Schloh von Bennewitz # Date 1248860270 -7200 # Node ID f83da8c347c441c87b5d4fa683d6a7d6a5c6bdf4 # Parent f137c6757b85ad7d3c0bc0459b98cc02111180a8 Remove nonportable runtime argument to comply with implied requirements. diff -r f137c6757b85 -r f83da8c347c4 tunblick/openvpnstart.m --- a/tunblick/openvpnstart.m Wed Jul 29 11:32:54 2009 +0200 +++ b/tunblick/openvpnstart.m Wed Jul 29 11:37:50 2009 +0200 @@ -139,7 +139,6 @@ @"--management-hold", @"--management", @"127.0.0.1", [NSString stringWithFormat:@"%d", port], @"--config", configPath, - @"--script-security", @"2", // allow us to call the up and down scripts or scripts defined in config nil ];