From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 2/2] xinetd: fix the call of INSTALL_INITSCRIPT Date: Fri, 10 Mar 2017 15:31:25 +0100 Message-ID: <1489156285-29600-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7452264089567868729==" List-Id: --===============7452264089567868729== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Jonatan Schlag --- lfs/xinetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/xinetd b/lfs/xinetd index d3b577b..42d9288 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.1.4 --===============7452264089567868729==--