From 968d96f8b626b97be77a48c7e0f1a8cef2b8e30c Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 24 Oct 2011 09:16:02 +0000 Subject: [PATCH] Mac installer: Fix a very old bug svn path=/trunk/boinc/; revision=24467 --- checkin_notes | 6 ++++++ mac_build/Mac_SA_Secure.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 51879e38bc..941288fe7a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7700,3 +7700,9 @@ David 23 Oct 2011 Not sure why that was in there. html/inc/ forum_rss.inc + +Charlie 24 Oct 2011 + - Mac installer: Fix a very old bug. + + mac_build/ + Mac_SA_Secure.sh diff --git a/mac_build/Mac_SA_Secure.sh b/mac_build/Mac_SA_Secure.sh index aa67bfed13..eb4d62f6bd 100755 --- a/mac_build/Mac_SA_Secure.sh +++ b/mac_build/Mac_SA_Secure.sh @@ -63,7 +63,7 @@ # # Updated 1/28/10 for BOINC version 6.8.20, 6.10.30 and 6.11.1 -# Last updated 8/12/11 for OS 10.7 Lion +# Last updated 10/24/11 for OS 10.7.2 Lion # WARNING: do not use this script with versions of BOINC older # than 6.8.20 and 6.10.30 @@ -97,7 +97,7 @@ function make_boinc_user() { # uid=gid already in use, so find an unused user ID uid="25" while true; do - name=$(dscl . search /groups UniqueID $uid | cut -f1 -s) + name=$(dscl . search /users UniqueID $uid | cut -f1 -s) if [ -z "$name" ] ; then break fi