mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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 <br015@umbiko.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
0dc115478e
commit
cd7c8a2528
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user