Marcus Meissner
529de9b9f0
- Update to net-snmp-5.9.4 (bsc#1214364). - Removing legacy MIBs used by Velocity Software (jira#PED-6416). - Re-add support for hostname netgroups that was removed accidentally and previously added with FATE#316305 (bsc#1207697). '@hostgroup' can be specified for multiple hosts - Hardening systemd services setting "ProtectHome=true" caused home directory size and allocation to be listed incorrectly (bsc#1206044). OBS-URL: https://build.opensuse.org/request/show/1118370 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=59
18 lines
476 B
Diff
18 lines
476 B
Diff
Index: net-snmp-5.7.2/local/tkmib
|
|
===================================================================
|
|
--- net-snmp-5.7.2.orig/local/tkmib
|
|
+++ net-snmp-5.7.2/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.
|
|
";
|
|
}
|
|
|