[Unison-hackers] El Capitan issue: installing command line tool

Alan Shutko ats at acm.org
Tue Jun 16 15:33:20 EDT 2015


Oops.

> On Jun 15, 2015, at 2:46 PM, Benjamin C. Pierce <bcpierce at cis.upenn.edu> wrote:
> 
> Is this really all that’s needed??  I didn’t write this bit and haven’t investigated how it works, but I’m surprised that the only change is in code that appears only to be checking for the existence of the command-line tool, not putting anything anywhere…
> 
>   - B
> 
> 
>> On Jun 11, 2015, at 6:09 PM, Alan Shutko <ats at acm.org> wrote:
>> 
>> Ok, that wasn’t much…
>> 
>> diff --git a/src/uimac14/MyController.m b/src/uimac14/MyController.m
>> index b10d689..7fc00f4 100644
>> --- a/src/uimac14/MyController.m
>> +++ b/src/uimac14/MyController.m
>> @@ -182,7 +182,7 @@ static MyController *me; // needed by reloadTable and displayStatus, below
>>  /* unless user has clicked Don't ask me again, ask about cltool */
>>  if ( ([[NSUserDefaults standardUserDefaults] boolForKey:@"CheckCltool"]) && 
>> 	  (![[NSFileManager defaultManager]
>> -		 fileExistsAtPath:@"/usr/bin/unison"]) )
>> +		 fileExistsAtPath:@"/usr/local/bin/unison"]) )
>> 	  [self raiseCltoolWindow:nil];
>> }
>> 
>> 
>>> On Jun 10, 2015, at 8:02 AM, Alan Shutko <ats at acm.org> wrote:
>>> 
>>> I just installed 10.11 preview, and the new security they have blocks us from installing the Unison command line tool in /usr/bin. It works fine if we install in /usr/local/bin.  I’ll work on a patch to change that.
>>> _______________________________________________
>>> Unison-hackers mailing list
>>> Unison-hackers at lists.seas.upenn.edu
>>> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers
>> 
>> _______________________________________________
>> Unison-hackers mailing list
>> Unison-hackers at lists.seas.upenn.edu
>> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers
> 
> _______________________________________________
> Unison-hackers mailing list
> Unison-hackers at lists.seas.upenn.edu
> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers



More information about the Unison-hackers mailing list