From 197471b3a1e956321072029a268f23f42ef67164 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 1 Mar 2007 07:40:36 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=12176 --- mac_build/Mac_SA_Insecure.sh | 2 +- mac_build/Mac_SA_Secure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mac_build/Mac_SA_Insecure.sh b/mac_build/Mac_SA_Insecure.sh index 9ea59b8d97..552e14e058 100755 --- a/mac_build/Mac_SA_Insecure.sh +++ b/mac_build/Mac_SA_Insecure.sh @@ -104,7 +104,7 @@ chmod -R u+rw-s,g+r-w-s,o+r-w . chmod 600 gui_rpc_auth.cfg if [ -f switcher/AppStats ] ; then -# AppStats application must run setuid root (used in BOINC 5.7 and later) +# AppStats application must run setuid root (used in BOINC 5.7 through 5.8.14 only) chown root:${group} switcher/AppStats chmod 4550 switcher/AppStats fi diff --git a/mac_build/Mac_SA_Secure.sh b/mac_build/Mac_SA_Secure.sh index 9004c0e720..1749c5422f 100755 --- a/mac_build/Mac_SA_Secure.sh +++ b/mac_build/Mac_SA_Secure.sh @@ -198,7 +198,7 @@ if [ -d slots ] ; then update_nested_dirs slots fi -# AppStats application must run setuid root (used in BOINC 5.7 and later) +# AppStats application must run setuid root (used in BOINC 5.7 through 5.8.14 only) if [ -f switcher/AppStats ] ; then set_perm switcher/AppStats root boinc_master 4550 fi