Line
Link Here
|
0 |
-- net-misc/openssh/files/sshd.rc6.3 |
0 |
++ net-misc/openssh/files/sshd.rc6.3 |
Lines 78-84
Link Here
|
78 |
reload() { |
78 |
reload() { |
79 |
checkconfig || return 1 |
79 |
checkconfig || return 1 |
80 |
ebegin "Reloading ${SVCNAME}" |
80 |
ebegin "Reloading ${SVCNAME}" |
81 |
start-stop-daemon --stop --signal HUP \ |
81 |
start-stop-daemon --signal HUP \ |
82 |
--exec "${SSHD_BINARY}" --pidfile "${SSHD_PIDFILE}" |
82 |
--exec "${SSHD_BINARY}" --pidfile "${SSHD_PIDFILE}" |
83 |
eend $? |
83 |
eend $? |
84 |
} |
84 |
} |