aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-20 02:35:05 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-20 02:35:05 +0000
commit4b7cc99d00056e1e7b8cbdc0b54d7e751e2d3c65 (patch)
tree7aed2b3ae17f249b15806841e0322896d9b4e6e0 /packaging
parent50330f2dbd8c787843d86b51a2bcc8a2661585d0 (diff)
In at least some versions of OS X SystemStarter gets cranky if the
startup item is group-writable. svn path=/trunk/; revision=37316
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh1
1 files changed, 1 insertions, 0 deletions
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 \