Thorsten Kukuk changed bug 1226850
What Removed Added
CC   kukuk@suse.com, schubi@suse.com
Assignee screening-team-bugs@suse.de mvetter@suse.com

Comment # 1 on bug 1226850 from Thorsten Kukuk
The econf patch is broken:
newfstatat(AT_FDCWD, "/etc//usr/etc/login.defs", 0x7ffe8a7bf5b0,
AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run//usr/etc/login.defs", 0x7ffe8a7bf580,
AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/etc//usr/etc/login.defs", 0x7ffe8a7bf550,
AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc//usr/etc/login.defs.d",
O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/run//usr/etc/login.defs.d",
O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/etc//usr/etc/login.defs.d",
O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or
directory)

econf_readConfig() has expects different arguments than econf_readDirs,
just replacing the function name will not work.


You are receiving this mail because: