public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 2/2] xinetd: fix the call of INSTALL_INITSCRIPT
@ 2017-03-10 14:31 Jonatan Schlag
  0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2017-03-10 14:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-10 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10 14:31 [PATCH 2/2] xinetd: fix the call of INSTALL_INITSCRIPT Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox