summaryrefslogtreecommitdiff
path: root/packaging/macosx/ChmodBPF
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-06-12 15:26:34 +0000
committerGerald Combs <gerald@wireshark.org>2009-06-12 15:26:34 +0000
commit043a17b38711b98c3cec4c52e7ef9584d3458eea (patch)
treec28aaa838668cb29fabd696dddd8c34f79349711 /packaging/macosx/ChmodBPF
parentac43decf1ca0ec773489a5ffe1b5168d65e6e1ef (diff)
downloadwireshark-043a17b38711b98c3cec4c52e7ef9584d3458eea.tar.gz
As pointed out by Aaron Outhier, we need to call StartService instead of
RunService. svn path=/trunk/; revision=28713
Diffstat (limited to 'packaging/macosx/ChmodBPF')
-rwxr-xr-xpackaging/macosx/ChmodBPF/ChmodBPF2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/ChmodBPF/ChmodBPF b/packaging/macosx/ChmodBPF/ChmodBPF
index 8f034609b7..d2d56f454d 100755
--- a/packaging/macosx/ChmodBPF/ChmodBPF
+++ b/packaging/macosx/ChmodBPF/ChmodBPF
@@ -32,4 +32,4 @@ StopService ()
RestartService () { StartService; }
-RunService "$1"
+StartService "$1"