summaryrefslogtreecommitdiff
path: root/packaging/macosx/ChmodBPF
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-09-09 23:56:27 +0000
committerGuy Harris <guy@alum.mit.edu>2009-09-09 23:56:27 +0000
commit6efbdf6cc9651730fcc69575e251a3884d9c7ae7 (patch)
tree04152bf078726812f9de2bb9a520887406ee9d20 /packaging/macosx/ChmodBPF
parentb9901ede8a4d0df9befc3267cec6068f7614f233 (diff)
downloadwireshark-6efbdf6cc9651730fcc69575e251a3884d9c7ae7.tar.gz
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.) svn path=/trunk/; revision=29830
Diffstat (limited to 'packaging/macosx/ChmodBPF')
-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");
}