summaryrefslogtreecommitdiffstats
path: root/rules/openssh.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-08 13:22:27 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-08 13:22:27 +0000
commit5d3debe3d1ecfe3444161bd05dd8b5245a17b311 (patch)
treef31d6af5e0f40994ae437f4b6fc108dddcd27ae3 /rules/openssh.make
parentd677eefe17456ed5bd23113f093fd052654170de (diff)
downloadptxdist-5d3debe3d1ecfe3444161bd05dd8b5245a17b311.tar.gz
ptxdist-5d3debe3d1ecfe3444161bd05dd8b5245a17b311.tar.xz
* remove duplicate startup link instalation.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7034 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openssh.make')
-rw-r--r--rules/openssh.make13
1 files changed, 2 insertions, 11 deletions
diff --git a/rules/openssh.make b/rules/openssh.make
index 8266fe01b..2becfce48 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -146,15 +146,6 @@ ifdef PTXCONF_ROOTFS_ETC_INITD_OPENSSH
@$(call install_alternative, openssh, 0, 0, 0755, /etc/init.d/openssh)
endif
-#
-# FIXME: Is this packet the right location for the link?
-#
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_OPENSSH_LINK),"")
- @$(call install_copy, openssh, 0, 0, 0755, /etc/rc.d)
- @$(call install_link, openssh, ../init.d/openssh, \
- /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_OPENSSH_LINK))
-endif
-
ifdef PTXCONF_OPENSSH_SCP
@$(call install_copy, openssh, 0, 0, 0755, $(OPENSSH_DIR)/scp, \
/usr/bin/scp)
@@ -186,9 +177,9 @@ endif
#
# FIXME: Is this packet the right location for the link?
#
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_SSHD_LINK),"")
+ifneq ($(PTXCONF_ROOTFS_ETC_INITD_OPENSSH_LINK),"")
@$(call install_link, openssh, ../init.d/openssh, \
- /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_SSHD_LINK))
+ /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_OPENSSH_LINK))
endif
endif