Wed, 29 Jul 2009 11:37:50 +0200
Remove nonportable runtime argument to comply with implied requirements.
tunblick/openvpnstart.m | file | annotate | diff | comparison | revisions |
1.1 --- a/tunblick/openvpnstart.m Wed Jul 29 11:32:54 2009 +0200 1.2 +++ b/tunblick/openvpnstart.m Wed Jul 29 11:37:50 2009 +0200 1.3 @@ -139,7 +139,6 @@ 1.4 @"--management-hold", 1.5 @"--management", @"127.0.0.1", [NSString stringWithFormat:@"%d", port], 1.6 @"--config", configPath, 1.7 - @"--script-security", @"2", // allow us to call the up and down scripts or scripts defined in config 1.8 nil 1.9 ]; 1.10