From 3baa3661a16c7ed2024dc2d8526502cad2eb6e55 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Fri, 10 Mar 2017 15:31:25 +0100 Subject: [PATCH] xinetd: fix the call of INSTALL_INITSCRIPT Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- lfs/xinetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/xinetd b/lfs/xinetd index d3b577b5c8..42d9288abc 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/xinetd/xinetd.conf /etc/xinetd.conf #install initscripts - $(call INSTALL_INITSCRIPT,nfs-server) + $(call INSTALL_INITSCRIPT,xinetd) @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2