From: Guido Günther Date: Tue, 2 Jul 2013 21:15:53 +0000 (+0200) Subject: Put virt-sanlock-cleanup into section 8 X-Git-Tag: CVE-2013-2230~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5d4700c2dd314041cf83d66aaad31e7d453f79;p=thirdparty%2Flibvirt.git Put virt-sanlock-cleanup into section 8 as indicated by the filename. --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 1dac7c1524..644a86d935 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -99,7 +99,8 @@ virt-sanlock-cleanup: virt-sanlock-cleanup.in Makefile || (rm $@ && exit 1) && chmod +x $@ virt-sanlock-cleanup.8: virt-sanlock-cleanup.in $(top_srcdir)/configure.ac - $(AM_V_GEN)$(POD2MAN) --name VIRT-SANLOCK-CLEANUP $< $(srcdir)/$@ \ + $(AM_V_GEN)$(POD2MAN) --name VIRT-SANLOCK-CLEANUP --section=8 \ + $< $(srcdir)/$@ \ && if grep 'POD ERROR' $(srcdir)/$@ ; then \ rm $(srcdir)/$@; exit 1; fi