Remove vim settings.

This commit is contained in:
Roy Marples
2008-01-11 12:18:05 +00:00
parent 3bf49a9bd1
commit 6b41b65008
11 changed files with 44 additions and 40 deletions

View File

@@ -8,12 +8,14 @@ pidfile=@VARBASE@/run/sshd.pid
required_files=/etc/ssh/sshd_config
required_dirs=@VARBASE@/empty
depend() {
depend()
{
use logger dns
need net
}
start_pre() {
start_pre()
{
if [ ! -e /etc/ssh/ssh_host_key ]; then
ebegin "Generating Hostkey"
ssh-keygen -t rsa1 -b 1024 -f /etc/ssh/ssh_host_key -N ''
@@ -32,5 +34,3 @@ start_pre() {
${command} -t
}
# vim: set ts=4 :