[oe-commits] [openembedded-core] 16/31: sysvinit: remove logsave.8

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 07:47:24 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 87ab02bb378b2fb0c9aa67b75f8595e08bcd7451
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Thu Feb 27 14:15:33 2020 -0800

    sysvinit: remove logsave.8
    
    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 at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 63c1084..d2b85ed 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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list