From: Elan Ruusamäe Date: Sat, 23 Apr 2016 14:58:50 +0000 (+0300) Subject: spelling fix X-Git-Tag: auto/th/net-snmp-5.7.3-10~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnet-snmp.git;a=commitdiff_plain;h=8a6460fee10484b2597789a47c0dbdbd9d55440f;hp=74870994fe578d147ecf5f827e09561134e36f7a spelling fix --- diff --git a/swinst_apt.patch b/swinst_apt.patch index 44030b0..7a15757 100644 --- a/swinst_apt.patch +++ b/swinst_apt.patch @@ -47,7 +47,7 @@ Signed-Off-By: Elan Ruusamäe netsnmp_swinst_arch_load( netsnmp_container *container, u_int flags) { - FILE *p = popen("dpkg-query --show --showformat '${Package}#${Version}#${Section}#${Priority}#${Essential}#${Status}\n'", "r"); -+ FILE *p = popen("dpkg-query --show --showformat '${Package}#${Version}#${Section}#${Priority}#${Essential}#${Archidecture}#${Status}\n'", "r"); ++ FILE *p = popen("dpkg-query --show --showformat '${Package}#${Version}#${Section}#${Priority}#${Essential}#${Architecture}#${Status}\n'", "r"); char package[SNMP_MAXBUF]; char version[SNMP_MAXBUF]; char section[SNMP_MAXBUF];