URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2815d9af6937967f46f395c93996073c23d03a8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
f2815d9 by Guy Harris (guy@xxxxxxxxxxxx):
Put the XQuartz fixer into a separate launchd daemon.
That's a bit cleaner, and also allows it to run if we are updating an
existing Wireshark installation - the ChmodBPF job won't be rerun if it
was already there, as launchd will say "hey, that's already running" and
won't re-run it.
Change-Id: Idb7321cd4ba8db17b3c56cd6e738f3912c65f0ea
Reviewed-on: https://code.wireshark.org/review/8717
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a6b9b7e Try fixing broken XQuartz installations in ChmodBPF.
adds f2815d9 Put the XQuartz fixer into a separate launchd daemon.
Summary of changes:
packaging/macosx/ChmodBPF/ChmodBPF | 34 --------------------
packaging/macosx/Makefile.am | 4 ++-
packaging/macosx/Scripts/wireshark-postinstall.sh | 18 +++++++++++
packaging/macosx/XQuartzFixer/XQuartzFixer | 26 +++++++++++++++
.../org.wireshark.XQuartzFixer.plist} | 4 +--
packaging/macosx/osx-app.sh | 6 ++++
6 files changed, 55 insertions(+), 37 deletions(-)
create mode 100755 packaging/macosx/XQuartzFixer/XQuartzFixer
copy packaging/macosx/{ChmodBPF/org.wireshark.ChmodBPF.plist => XQuartzFixer/org.wireshark.XQuartzFixer.plist} (67%)