diff --git a/checkin_notes b/checkin_notes
index e7a7c7e25f..75df52f4c8 100644
--- a/checkin_notes
+++ b/checkin_notes
@@ -249,11 +249,11 @@ Rom 25 Jan 2011
- MGR: Fix advanced view button is Simple GUI.
(Button Text is Verdana 8pt. in MS Paint)
- clientgui/res/skins/default/graphic/
- advanced_link_image.xpm
- clientgui/res/templates/skins/
- advanced_link_image.gif (Added)
- btnAdvancedView.png (Removed)
+ clientgui/res/skins/default/graphic/
+ advanced_link_image.xpm
+ clientgui/res/templates/skins/
+ advanced_link_image.gif (Added)
+ btnAdvancedView.png (Removed)
David 25 Jan 2011
- client: accept and in cc_config.xml
@@ -271,3 +271,10 @@ David 25 Jan 2011
user.inc
user/
edit_email_action.php
+
+Charlie 27 Jan 2011
+ Mac: update Mac_SA_Insecure.sh script to not require BOIN Client in
+ BOINC Data folder.
+
+ mac_build/
+ Mac_SA_Insecure.sh
diff --git a/mac_build/Mac_SA_Insecure.sh b/mac_build/Mac_SA_Insecure.sh
index a836890da1..8db019748d 100755
--- a/mac_build/Mac_SA_Insecure.sh
+++ b/mac_build/Mac_SA_Insecure.sh
@@ -41,7 +41,7 @@
# the --insecure option.
# NOTE: running BOINC with security disabled is not recommended.
#
-# Last updated 1/26/10 for BOINC versions 6.8.19, 6.10.30 and 6.11.1
+# Last updated 1/27/11 for BOINC versions 6.8.19, 6.10.30 and 6.11.1
# WARNING: do not use this script with older versions of BOINC older
# than 6.8.17 and 6.10.3
@@ -93,9 +93,9 @@ then
exit
fi
-if [ ! -f "boinc" ]
+if [ ! -x "switcher/switcher" ]
then
- echo "Can't find boinc Client in directory $(pwd); exiting"
+ echo "Can't find switcher application in directory $(pwd); exiting"
exit
fi