Wireshark-commits: [Wireshark-commits] master-1.8 97898a2: Switch to a launch daemon for ChmodBPF.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97898a24597d752ac35a22f678db2e2ed9f6f0e9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.8
Repository: wireshark
Commits:
97898a2 by Guy Harris (guy@xxxxxxxxxxxx):
Switch to a launch daemon for ChmodBPF.
"Ah finally blew that varmint to Kingdom Come!"
Change-Id: Iedfef3812d9dca2e2af5aa18ebaeaa7a3510bdeb
Reviewed-on: https://code.wireshark.org/review/2008
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4ee4fc11 tshark.c: 'tshark -F libpcap -w ...' should create a libpcap (not pcapng) file; fixes Bug #9991.
adds 97898a2 Switch to a launch daemon for ChmodBPF.
Summary of changes:
packaging/macosx/ChmodBPF/ChmodBPF | 48 +++++++-------------
packaging/macosx/ChmodBPF/README.macosx | 48 --------------------
packaging/macosx/ChmodBPF/StartupParameters.plist | 4 --
.../macosx/ChmodBPF/org.wireshark.ChmodBPF.plist | 12 +++++
packaging/macosx/Makefile.am | 3 +-
packaging/macosx/Read_me_first.rtf | 25 ++++++----
packaging/macosx/Scripts/chmodbpf-postinstall.sh | 10 ++--
.../macosx/Wireshark_package.pmdoc/02chmodbpf.xml | 2 +-
packaging/macosx/Wireshark_package.pmdoc/index.xml | 2 +-
9 files changed, 55 insertions(+), 99 deletions(-)
delete mode 100644 packaging/macosx/ChmodBPF/README.macosx
delete mode 100644 packaging/macosx/ChmodBPF/StartupParameters.plist
create mode 100644 packaging/macosx/ChmodBPF/org.wireshark.ChmodBPF.plist