From cd7c8a2528cf81cef27b4fa7170f6f1f880bf148 Mon Sep 17 00:00:00 2001 From: Andreas Ziegler Date: Wed, 17 Jul 2024 09:21:20 +0200 Subject: [PATCH] package/openssh: fix typo in init script Now that the sshd init script is nice & new & shiny, fix an ancient typo, introduced with commit e0fc615 (add runlevel script for later use) Signed-off-by: Andreas Ziegler Signed-off-by: Thomas Petazzoni --- package/openssh/S50sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/openssh/S50sshd b/package/openssh/S50sshd index 56db6ebff9..7e5ccf079d 100644 --- a/package/openssh/S50sshd +++ b/package/openssh/S50sshd @@ -6,7 +6,7 @@ DAEMON="sshd" PIDFILE="/var/run/$DAEMON.pid" -# Make sure the ssh-keygen progam exists +# Make sure the ssh-keygen program exists [ -f /usr/bin/ssh-keygen ] || exit 0 umask 077