aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-06-12 15:37:28 +0000
committerGerald Combs <gerald@wireshark.org>2009-06-12 15:37:28 +0000
commit114574229abdcc13bda128f22759116eb3f8a8bb (patch)
treed9a001712964c19344adcd842f7dd2ad80af9ef7 /packaging
parent043a17b38711b98c3cec4c52e7ef9584d3458eea (diff)
Back out the previous change, after reading the System Startup documentation.
svn path=/trunk/; revision=28714
Diffstat (limited to 'packaging')
-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 d2d56f454d..8f034609b7 100755
--- a/packaging/macosx/ChmodBPF/ChmodBPF
+++ b/packaging/macosx/ChmodBPF/ChmodBPF
@@ -32,4 +32,4 @@ StopService ()
RestartService () { StartService; }
-StartService "$1"
+RunService "$1"