*** empty log message ***

svn path=/trunk/boinc/; revision=12176
This commit is contained in:
Charlie Fenton 2007-03-01 07:40:36 +00:00
parent 0d8d56e291
commit 197471b3a1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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