summaryrefslogtreecommitdiffstats
path: root/rules/openssh.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-04-09 10:40:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-04-22 19:41:29 +0200
commitdd4963144ccba8623c48adf3b6f8ee1b406b6f45 (patch)
tree0e775282bad4277b78da77c5bfb84ff946284ea5 /rules/openssh.make
parent74c00d807c8cc68e9ae6f2548a0d6bbada6314fe (diff)
downloadptxdist-dd4963144ccba8623c48adf3b6f8ee1b406b6f45.tar.gz
ptxdist-dd4963144ccba8623c48adf3b6f8ee1b406b6f45.tar.xz
openssh: always install rc-once script if sshd is installed
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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)),)