diff options
Diffstat (limited to 'main/openssh/sshd.initd')
-rwxr-xr-x | main/openssh/sshd.initd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/openssh/sshd.initd b/main/openssh/sshd.initd index ae116f0e18..8fb94d189d 100755 --- a/main/openssh/sshd.initd +++ b/main/openssh/sshd.initd @@ -3,6 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.4,v 1.5 2015/05/04 02:56:25 vapier Exp $ +description="OpenBSD Secure Shell server" +description_checkconfig="Verify configuration file" +description_reload="Reload configuration" + extra_commands="checkconfig" extra_started_commands="reload" |