From 4b7cc99d00056e1e7b8cbdc0b54d7e751e2d3c65 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 20 May 2011 02:35:05 +0000 Subject: [PATCH] In at least some versions of OS X SystemStarter gets cranky if the startup item is group-writable. svn path=/trunk/; revision=37316 --- packaging/macosx/osx-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index 78b81d4914..52f9bf890d 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -229,6 +229,7 @@ done # ChmodBPF mkdir -p "$chmodbpf_dir" cp -v ChmodBPF/* "$chmodbpf_dir" +chmod -R g-w "$chmodbpf_dir" # The rest of the Wireshark installation (we handled bin above) rsync -av \