diff options
Diffstat (limited to 'init.d.misc/sshd')
-rw-r--r-- | init.d.misc/sshd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d.misc/sshd b/init.d.misc/sshd index 5e99cf7b..4a050617 100644 --- a/init.d.misc/sshd +++ b/init.d.misc/sshd @@ -53,3 +53,5 @@ start_pre() { ${command} -t } + +# vim: set ts=4 : |