aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/05_note-README-when-running-as-root.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/05_note-README-when-running-as-root.patch')
-rw-r--r--debian/patches/05_note-README-when-running-as-root.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/05_note-README-when-running-as-root.patch b/debian/patches/05_note-README-when-running-as-root.patch
deleted file mode 100644
index c6baf4af4c..0000000000
--- a/debian/patches/05_note-README-when-running-as-root.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Note about README.Debian when running wireshark as root.
-Forwarded: not-needed
-Author: Balint Reczey <balint@balintreczey.hu>
-
---- a/ui/gtk/main.c
-+++ b/ui/gtk/main.c
-@@ -1949,7 +1949,7 @@
- "This could be dangerous.\n\n"
- "If you're running Wireshark this way in order to perform live capture, "
- "you may want to be aware that there is a better way documented at\n"
-- "https://wiki.wireshark.org/CaptureSetup/CapturePrivileges", cur_user, cur_group);
-+ "/usr/share/doc/wireshark-common/README.Debian", cur_user, cur_group);
- g_free(cur_user);
- g_free(cur_group);
- simple_dialog_check_set(priv_warning_dialog, "Don't show this message again.");