Chromium Code Reviews| Index: remoting/host/installer/mac/Scripts/remoting_postflight.sh |
| =================================================================== |
| --- remoting/host/installer/mac/Scripts/remoting_postflight.sh (revision 180459) |
| +++ remoting/host/installer/mac/Scripts/remoting_postflight.sh (working copy) |
| @@ -60,6 +60,12 @@ |
| 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). |
| +# We also have to make sure that the file is read/write by all. |
| +touch /var/log/org.chromium.chromoting.log |
| +chmod a+rw /var/log/org.chromium.chromoting.log |
|
Jamie
2013/02/07 02:22:16
I wonder if this would be better done as part of t
|
| + |
| # Load the service. |
| # The launchctl command we'd like to run: |
| # launchctl load -w -S Aqua $PLIST |