From 2fcb52ebdf8cbed05235805971fdeb71ea04892746c7047968dcaeb708a8f7de Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 24 Aug 2022 14:58:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=125 --- useradd-userkeleton.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useradd-userkeleton.patch b/useradd-userkeleton.patch index de23675..0b22f76 100644 --- a/useradd-userkeleton.patch +++ b/useradd-userkeleton.patch @@ -120,7 +120,7 @@ Index: libmisc/copydir.c + * If the destination already exists do nothing. + * This is after the copy_dir above to still iterate into subdirectories. + */ -+ if (fstatat(dst->dirfd, dst->name, &sb, AT_SYMLINK_NOFOLLOW) == -1) { ++ if (fstatat(dst->dirfd, dst->name, &sb, AT_SYMLINK_NOFOLLOW) != -1) { + return 0; + } +