summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-20 15:18:38 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-20 15:18:38 +0000
commitf90c4f5414977073e003865f8d915ccc871e8308 (patch)
tree2a346214dbb37624bdf182ce535c477ec243abd2 /rules/utelnetd.make
parent801f2591bd0643e850912185eb7fd5663b0bafbb (diff)
downloadptxdist-f90c4f5414977073e003865f8d915ccc871e8308.tar.gz
ptxdist-f90c4f5414977073e003865f8d915ccc871e8308.tar.xz
make startup link getting installed
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4344 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/utelnetd.make')
-rw-r--r--rules/utelnetd.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/utelnetd.make b/rules/utelnetd.make
index 202ddff39..20ae3f0ca 100644
--- a/rules/utelnetd.make
+++ b/rules/utelnetd.make
@@ -110,6 +110,11 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TELNETD_USER_FILE),"")
endif
endif
endif
+ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TELNETD_LINK),"")
+ @$(call install_copy, 0, 0, 0755, /etc/rc.d)
+ @$(call install_link, ../init.d/telnetd, /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_TELNETD_LINK))
+endif
+
@$(call install_copy, 0, 0, 0755, $(UTELNETD_DIR)/utelnetd, /sbin/utelnetd)
@$(call install_finish)