|
|
@ -1,12 +1,12 @@ |
|
|
|
#!/bin/ksh |
|
|
|
# |
|
|
|
# $OpenBSD: sshd,v 1.5 2020/01/22 13:14:51 sthen Exp $ |
|
|
|
# $OpenBSD: sshd,v 1.6 2020/01/25 12:05:08 sthen Exp $ |
|
|
|
|
|
|
|
daemon="/usr/sbin/sshd" |
|
|
|
|
|
|
|
. /etc/rc.d/rc.subr |
|
|
|
|
|
|
|
pexp="sshd: \[listener\].*" |
|
|
|
pexp="sshd: ${daemon}${daemon_flags:+ ${daemon_flags}} \[listener\].*" |
|
|
|
|
|
|
|
rc_reload() { |
|
|
|
${daemon} ${daemon_flags} -t && pkill -HUP -xf "${pexp}" |
|
|
|