Wireshark-commits: [Wireshark-commits] master-1.12 449a90a: Put the XQuartz fixer into a separate l

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 24 May 2015 21:37:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=449a90a012f0c2cadc842989cb4f59549243f211
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

449a90a 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: Ib453ccaa5ad4405f4e8687e05c4a6cbd084b3458
    Reviewed-on: https://code.wireshark.org/review/8613
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0ff68f0   Try fixing broken XQuartz installations in ChmodBPF.
    adds  449a90a   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%)