File iftop-bar-display.patch of Package iftop

# The -b option doesn't turn off the bar display as the man page says it should
# (Closes: debian #445991).
# Author: Eric Cooper <ecc@cmu.edu>

Index: iftop-0.17/options.c
===================================================================
--- iftop-0.17.orig/options.c
+++ iftop-0.17/options.c
@@ -302,7 +302,7 @@ void options_read_args(int argc, char **
                 break;
 
             case 'b':
-                config_set_string("show-bars", "true");
+                config_set_string("show-bars", "false");
                 break;
 
             case 'B':
openSUSE Build Service is sponsored by