All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sysvinit: remove logsave.8
@ 2020-02-27 22:15 Jeremy A. Puhlman
  2020-02-27 22:15 ` [PATCH 2/3] rt-tests: make manpages reproducible Jeremy A. Puhlman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeremy A. Puhlman @ 2020-02-27 22:15 UTC (permalink / raw)
  To: openembedded-core

From: Jeremy Puhlman <jpuhlman@mvista.com>

logsave is a duplicate from e2fsprogs, which was already removed,
but the man page remained which is also a duplicate. However it
does not get modifed on install so it conflicts with the e2fsprogs
version.

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 meta/recipes-core/sysvinit/sysvinit_2.96.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.96.bb b/meta/recipes-core/sysvinit/sysvinit_2.96.bb
index 63c10848b4..d2b85ed9c0 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.96.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.96.bb
@@ -110,4 +110,5 @@ do_install () {
 
         # Already provided by e2fsprogs; sysvinit's version is a copy from there
         rm ${D}${base_sbindir}/logsave
+        rm ${D}${mandir}/man8/logsave.8
 }
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-27 22:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27 22:15 [PATCH 1/3] sysvinit: remove logsave.8 Jeremy A. Puhlman
2020-02-27 22:15 ` [PATCH 2/3] rt-tests: make manpages reproducible Jeremy A. Puhlman
2020-02-27 22:15 ` [PATCH 3/3] lsb-release: fix likely reproducabilty timestamp Jeremy A. Puhlman
2020-02-27 22:35   ` akuster808
2020-02-27 22:32 ` ✗ patchtest: failure for "sysvinit: remove logsave.8..." and 2 more Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.