summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-03 18:04:59 +0200
committerYour Name2020-08-03 18:04:59 +0200
commita069ecafe76710cdc758f5c79a7c000bfe3a7e76 (patch)
treebc8de78515c7b5d0c24ffc3e7e216e5d846082bb /core/modules/sssd/module.build
parent[rfs-stage31] Fix hostname lookup for newer busybox nslookup (diff)
downloadmltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.tar.gz
mltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.tar.xz
mltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.zip
[systemd-distro] Get this module into working state, switch
Diffstat (limited to 'core/modules/sssd/module.build')
-rw-r--r--core/modules/sssd/module.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/modules/sssd/module.build b/core/modules/sssd/module.build
index daa5a9c0..3f124d9c 100644
--- a/core/modules/sssd/module.build
+++ b/core/modules/sssd/module.build
@@ -9,13 +9,6 @@ build() {
list_packet_files >> "$COPYLIST"
tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
-
- local SSSD_PATH="$(which sssd)"
- [ -z "$SSSD_PATH" ] && perror "'sssd' not found on this system. Should have been installed! Something is wrong..."
-
- # Build nslcd service file
- mkdir -p "${MODULE_BUILD_DIR}/etc/systemd/system"
- sed "s,%PATH%,${SSSD_PATH},g" "${MODULE_DIR}/templates/sssd-systemd.service" > "${MODULE_BUILD_DIR}/etc/systemd/system/sssd.service" || perror "Could not fill sssd.service template"
}
post_copy() {