Remove nonportable runtime argument to comply with implied requirements.

Wed, 29 Jul 2009 11:37:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 29 Jul 2009 11:37:50 +0200
changeset 5
f83da8c347c4
parent 4
f137c6757b85
child 6
fe330a707a9f

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  	

mercurial