aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-09 23:56:27 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-09 23:56:27 +0000
commite4be5bd45a8e4501de950626bdf068b86e3cf109 (patch)
tree04152bf078726812f9de2bb9a520887406ee9d20 /packaging/macosx
parent98061a39d9c4a807894747b51025fdf02daee06e (diff)
To quote
http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html "Table 1 StartupParameters.plist key-value pairs Key Type Value Description String A short description of the startup item, used by administrative tools. Provides Array The names of the services provided by this startup item. Although a startup item can potentially provide multiple services, it is recommended that you limit your startup items to only one service each." Fix "Provides" to be the name of the service, not a description of the helpful operations that it provides. (Propagated from tcpdump.org git repository.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29830 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/ChmodBPF/StartupParameters.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/ChmodBPF/StartupParameters.plist b/packaging/macosx/ChmodBPF/StartupParameters.plist
index 545e2a6830..cba21664fe 100644
--- a/packaging/macosx/ChmodBPF/StartupParameters.plist
+++ b/packaging/macosx/ChmodBPF/StartupParameters.plist
@@ -1,4 +1,4 @@
{
Description = "Change BPF permissions";
- Provides = ("Non-root permission to capture or send raw packets");
+ Provides = ("ChmodBPF");
}