File remove-comment-of-drbdoverview.patch of Package drbd-utils.9951
diff -Naur drbd-utils-9.4.0.orig/documentation/v9/drbd-overview.xml drbd-utils-9.4.0/documentation/v9/drbd-overview.xml
--- drbd-utils-9.4.0.orig/documentation/v9/drbd-overview.xml 2018-12-11 11:18:32.985549193 +0800
+++ drbd-utils-9.4.0/documentation/v9/drbd-overview.xml 2018-12-11 11:22:07.637199135 +0800
@@ -21,11 +21,6 @@
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
- <title>DEPRECATION</title>
- <simpara>This tool will be deprecated soon. Please consider using drbdtop.
- </simpara>
- </refsect1>
- <refsect1>
<title>Description</title>
<para>
drbd-overview offers an overview of the state of all configured DRBD resources.
diff -Naur drbd-utils-9.4.0.orig/scripts/drbd-overview.pl drbd-utils-9.4.0/scripts/drbd-overview.pl
--- drbd-utils-9.4.0.orig/scripts/drbd-overview.pl 2018-12-11 11:18:32.981549196 +0800
+++ drbd-utils-9.4.0/scripts/drbd-overview.pl 2018-12-11 11:22:22.517174856 +0800
@@ -413,8 +413,6 @@
warn "unrecognized value for --color" unless $use_colors =~ /^[01]$/;
};
-print STDERR "NOTE: drbd-overview will be deprecated soon.\nPlease consider using drbdtop.\n\n";
-
open STDERR, "/dev/null"
if $stderr_to_dev_null;