All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openssh: fix typo in init script
@ 2024-07-17  7:21 Andreas Ziegler
  2024-07-17  8:56 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Ziegler @ 2024-07-17  7:21 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute, Andreas Ziegler

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 <br015@umbiko.net>
---
 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
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-17  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17  7:21 [Buildroot] [PATCH] package/openssh: fix typo in init script Andreas Ziegler
2024-07-17  8:56 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.