summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-09-26 18:58:36 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-09-26 18:58:36 +0000
commitf1245a1a83d36b5f12ac9ee75d3a235b4e835a4d (patch)
treedb9802c7ae7d281b9cb1656a78b53f487456955d /rules/utelnetd.make
parent010019e5ea60ee1650597902c9ec7c78cc4de9de (diff)
downloadptxdist-f1245a1a83d36b5f12ac9ee75d3a235b4e835a4d.tar.gz
ptxdist-f1245a1a83d36b5f12ac9ee75d3a235b4e835a4d.tar.xz
Do not install utelnetd, /etc/rc.d symlink when not asked for.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6067 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/utelnetd.make')
-rw-r--r--rules/utelnetd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/utelnetd.make b/rules/utelnetd.make
index 5f9689f0b..adabc2db6 100644
--- a/rules/utelnetd.make
+++ b/rules/utelnetd.make
@@ -110,11 +110,11 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TELNETD_USER_FILE),"")
@$(call install_copy, utelnetd, 0, 0, 0755, $(PTXCONF_ROOTFS_ETC_INITD_TELNETD_USER_FILE), /etc/init.d/telnetd, n)
endif
endif
-endif
ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TELNETD_LINK),"")
@$(call install_copy, utelnetd, 0, 0, 0755, /etc/rc.d)
@$(call install_link, utelnetd, ../init.d/telnetd, /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_TELNETD_LINK))
endif
+endif
@$(call install_copy, utelnetd, 0, 0, 0755, $(UTELNETD_DIR)/utelnetd, /sbin/utelnetd)