From 5f5e8cf08c344271065351aa50eded4fe0f4d4e4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 19 Aug 2013 00:59:25 +0200 Subject: [PATCH] openssh: change path to service configfiles Signed-off-by: Stephan Raue --- packages/network/openssh/init.d/51_sshd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network/openssh/init.d/51_sshd b/packages/network/openssh/init.d/51_sshd index a5dc2f9ce7..da76b423f1 100644 --- a/packages/network/openssh/init.d/51_sshd +++ b/packages/network/openssh/init.d/51_sshd @@ -27,8 +27,8 @@ . /etc/profile SSHD_START=false - if [ -f $CONFIG_CACHE/service_ssh.conf ]; then - . $CONFIG_CACHE/service_ssh.conf + if [ -f $CONFIG_CACHE/services/ssh.conf ]; then + . $CONFIG_CACHE/services/ssh.conf fi # Check if password authentication is disabled