Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382975
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
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
}

Return to bug 382975