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
18 lines
431 B
Diff
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.
|
|
";
|
|
}
|
|
|