summaryrefslogtreecommitdiffstats
path: root/rules/openssh.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/openssh.make')
-rw-r--r--rules/openssh.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/openssh.make b/rules/openssh.make
index bd72cad67..b8c821c32 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -87,11 +87,11 @@ ifdef PTXCONF_OPENSSH_SSHD
/etc/ssh/moduli)
@$(call install_copy, openssh, 0, 0, 0755, -, \
/usr/sbin/sshd)
+ @$(call install_alternative, openssh, 0, 0, 0755, /etc/rc.once.d/openssh)
endif
ifdef PTXCONF_INITMETHOD_BBINIT
ifdef PTXCONF_OPENSSH_SSHD_STARTSCRIPT
- @$(call install_alternative, openssh, 0, 0, 0755, /etc/rc.once.d/openssh)
@$(call install_alternative, openssh, 0, 0, 0755, /etc/init.d/openssh)
ifneq ($(call remove_quotes,$(PTXCONF_OPENSSH_BBINIT_LINK)),)