With the introduction of using userdel and groupdel when cleaning up a recipe, I started getting messages in my system logs about the removal of users and groups I know only exist in my recipes. It turned out that the use of syslog had been disabled for useradd and groupadd when building shadow-native, but never for the other commands supported by useradd_base.bbclass. This commit rectifies this.
//Peter The following changes since commit aab3c8d56dd6344b1e6cf38e610970bc68b2f624: linux-yocto: make aufs4 optional (2016-04-14 10:58:34 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/shadow_disable_syslog http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/shadow_disable_syslog Peter Kjellerstedt (1): shadow: Disable syslog for more commands .../0001-Disable-use-of-syslog-for-sysroot.patch | 124 +++++++++++++++++++++ .../shadow/files/disable-syslog.patch | 34 ------ meta/recipes-extended/shadow/shadow.inc | 4 +- 3 files changed, 126 insertions(+), 36 deletions(-) create mode 100644 meta/recipes-extended/shadow/files/0001-Disable-use-of-syslog-for-sysroot.patch delete mode 100644 meta/recipes-extended/shadow/files/disable-syslog.patch -- 2.1.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
