diff options
Diffstat (limited to 'x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch')
-rw-r--r-- | x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch b/x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch new file mode 100644 index 000000000000..d0f81ebcfe13 --- /dev/null +++ b/x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch @@ -0,0 +1,14 @@ +## 05_font_override.dpatch by <tmancill@debian.org> + +diff -urN clusterssh-3.21/src/cssh.pl clusterssh-3.21-patched/src/cssh.pl +--- clusterssh-3.21/src/cssh.pl 2007-11-28 17:11:14.000000000 -0500 ++++ clusterssh-3.21-patched/src/cssh.pl 2008-01-10 19:33:15.000000000 -0500 +@@ -603,7 +603,7 @@ + sub update_display_text($) { + my $char = shift; + +-warn("config{show_history}=$config{show_history}"); ++#warn("config{show_history}=$config{show_history}"); + + return if(!$config{show_history}); + |