net-snmp/net-snmp-5.4.2_perl_tk_warning.patch
OBS User autobuild 9bb07c73bc Accepting request 29044 from home:hennevogel:TODO
Copy from home:hennevogel:TODO/net-snmp based on submit request 29044 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=23
2010-01-21 10:28:30 +00:00

18 lines
431 B
Diff

Index: local/tkmib
===================================================================
--- local/tkmib.orig
+++ local/tkmib
@@ -27,10 +27,9 @@ instructions.
if (!$havetk) {
print "
-ERROR: You don't have the Tk module installed. You should be able to
-install this by running (as root):
+ERROR: You don't have the Tk module installed.
- perl -MCPAN -e 'install Tk'
+ Please install the perl-Tk package.
";
}