]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- be silent.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 Jun 2005 06:48:09 +0000 (06:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-nomemshared.patch -> 1.1

net-snmp-nomemshared.patch [new file with mode: 0644]

diff --git a/net-snmp-nomemshared.patch b/net-snmp-nomemshared.patch
new file mode 100644 (file)
index 0000000..09d9bab
--- /dev/null
@@ -0,0 +1,11 @@
+--- net-snmp-5.1.1/agent/mibgroup/ucd-snmp/memory.c.old        2004-03-26 13:25:41.048612988 +0200
++++ net-snmp-5.1.1/agent/mibgroup/ucd-snmp/memory.c    2004-03-26 13:26:43.672575121 +0200
+@@ -290,7 +290,7 @@
+         if (b)
+             sscanf(b, "MemShared: %lu", memshared);
+         else {
+-            snmp_log(LOG_ERR, "No MemShared line in /proc/meminfo\n");
++            /* snmp_log(LOG_ERR, "No MemShared line in /proc/meminfo\n"); */
+             *memshared = 0;
+         }
+         b = strstr(buff, "Buffers: ");
This page took 0.032867 seconds and 4 git commands to generate.