Remove mention of tshark being installed setuid root as it now uses dumpcap.
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Feb 2008 05:28:27 +0000 (05:28 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Feb 2008 05:28:27 +0000 (05:28 +0000)
Also realign the following few sentences.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24318 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.packaging

index 631ea9a1abf723314caa355065b8dce6824822c6..a729a9b39284a8889f9ab95191668e90271fd5f9 100644 (file)
@@ -43,10 +43,10 @@ NOT RUN THEM AS ROOT.
 There are two configure-time options on non-Windows systems that affect
 the privileges a normal user needs to capture traffic and list
 interfaces: "--enable-setuid-install" and "--with-libcap". Setting
-"--enable-setuid-install" to "yes" will install TShark and dumpcap
-setuid root.  This is necessary for non-root users to be able to capture
-on most systems, e.g. on Linux or FreeBSD if the user doesn't have
-permissions to access /dev/bpf*. It is disabled by default.
+"--enable-setuid-install" to "yes" will install dumpcap setuid root.
+This is necessary for non-root users to be able to capture on most
+systems, e.g. on Linux or FreeBSD if the user doesn't have permissions
+to access /dev/bpf*. It is disabled by default.
 
 If the "--with-libcap" option is enabled, dumpcap will try to drop any
 setuid privileges it may have while retaining the CAP_NET_ADMIN and