Skip to content

Commit c93549c

Browse files
committed
overlay coreos/config: Keep ldb modules
ldb was folded into samba, so it is not sys-libs/ldb that installs ldb modules, but rather net-fs/samba. The ldb modules are needed by sys-auth/sssd to work, so stop removing them in the post src_install hook. Signed-off-by: Krzesimir Nowak <[email protected]>
1 parent cc57523 commit c93549c

File tree

1 file changed

+0
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-fs

1 file changed

+0
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-fs/samba

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ cros_post_src_install_samba_flatcar_modifications() {
2222
# clean up unnecessary files
2323
rm -f "${ED}/usr/lib/tmpfiles.d/samba.conf"
2424
rm -f "${ED}/etc/samba/"*
25-
rm -f "${ED}/usr/$(get_libdir)/samba/ldb/"*
2625
mv "${ED}/usr/bin/net" "${T}/net"
2726
rm -f "${ED}/usr/bin/"* "${ED}/usr/sbin/"*
2827
mv "${T}/net" "${ED}/usr/bin/net"

0 commit comments

Comments
 (0)