From 965a2e6f88f38fed96ad8e3cdfa7edb2a56e1db3 Mon Sep 17 00:00:00 2001 From: lme Date: Sat, 23 Apr 2016 16:10:54 +0000 Subject: - Add descriptions to most of the rc scripts. Those are mostly taken from their daemon's manpage and probably improved. - Consistently use "filesystem" not "file system". Approved by: bapt, brueffer Differential Revision: D452 --- etc/rc.d/sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.d/sshd') diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd index ab7ba9e..0da3f4f 100755 --- a/etc/rc.d/sshd +++ b/etc/rc.d/sshd @@ -10,6 +10,7 @@ . /etc/rc.subr name="sshd" +desc="Secure Shell Daemon" rcvar="sshd_enable" command="/usr/sbin/${name}" keygen_cmd="sshd_keygen" -- cgit v1.1