diff options
Diffstat (limited to 'init.d.misc/sshd.in')
-rw-r--r-- | init.d.misc/sshd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in index 0883af50..bfac8efd 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.in @@ -1,6 +1,6 @@ #!/sbin/runscript -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples <roy@marples.name> +# All rights reserved. Released under the 2-clause BSD license. command=/usr/sbin/sshd command_args=${sshd_args} |