| Index: remoting/host/installer/mac/Scripts/remoting_postflight.sh
|
| diff --git a/remoting/host/installer/mac/Scripts/remoting_postflight.sh b/remoting/host/installer/mac/Scripts/remoting_postflight.sh
|
| index 2790e470c07eb5ef19f651be43035725abdf5a35..890a8eb8ef542e5151996a3ff64bf54e5de51962 100755
|
| --- a/remoting/host/installer/mac/Scripts/remoting_postflight.sh
|
| +++ b/remoting/host/installer/mac/Scripts/remoting_postflight.sh
|
| @@ -15,7 +15,6 @@ PLIST=/Library/LaunchAgents/org.chromium.chromoting.plist
|
| PAM_CONFIG=/etc/pam.d/chrome-remote-desktop
|
| ENABLED_FILE="$HELPERTOOLS/$SERVICE_NAME.me2me_enabled"
|
| ENABLED_FILE_BACKUP="$ENABLED_FILE.backup"
|
| -LOG_FILE=/var/log/org.chromium.chromoting.log
|
|
|
| KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
|
| KSUPDATE=https://tools.google.com/service/update2
|
| @@ -74,14 +73,6 @@ else
|
| logger PAM config has local edits. Not updating.
|
| fi
|
|
|
| -# Create the log file (if this isn't created ahead of time
|
| -# then directing output from the service there won't work).
|
| -# Make sure admins have write privileges (CRD users are
|
| -# typically admins)
|
| -touch "$LOG_FILE"
|
| -chown :admin "$LOG_FILE"
|
| -chmod 660 "$LOG_FILE"
|
| -
|
| # Load the service for each user for whom the service was unloaded in the
|
| # preflight script (this includes the root user, in case only the login screen
|
| # is being remoted and this is a Keystone-triggered update).
|
|
|