From 7c5823ac328eae7479c5bcf71b7cbf507a95ac6d Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 14 Apr 2016 13:36:39 +0200 Subject: shadow: Disable syslog for more commands When building shadow-native, syslog was disabled for useradd and groupadd. This disables it also for groupdel, groupmems, groupmod, userdel and usermod (i.e., the use of syslog is now disabled for all commands supported by useradd_base.bbclass). (From OE-Core rev: 0791ba7ea82444729a1a7d1b2443f633bcba2002) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-extended/shadow/shadow.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-extended/shadow/shadow.inc') diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 4313ffe952..d024b01dcb 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -25,13 +25,13 @@ SRC_URI_append_class-target = " \ " SRC_URI_append_class-native = " \ - file://disable-syslog.patch \ + file://0001-Disable-use-of-syslog-for-sysroot.patch \ file://allow-for-setting-password-in-clear-text.patch \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ file://0001-useradd.c-create-parent-directories-when-necessary.patch \ " SRC_URI_append_class-nativesdk = " \ - file://disable-syslog.patch \ + file://0001-Disable-use-of-syslog-for-sysroot.patch \ " SRC_URI[md5sum] = "2bfafe7d4962682d31b5eba65dba4fc8" -- cgit v1.2.3-54-g00ecf