Subversion Repositories lsh

Compare Revisions

Regard whitespace Rev 73 → Rev 74

/trunk/debian/lsh-server.postinst
133,8 → 133,16
# Please don't remove this file unless you have first disabled lsh, and don't
# change the first line ... otherwise lsh-server won't recognise it!!!
EOF
 
if [ -x "/etc/init.d/ssh" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d ssh stop || true
else
/etc/init.d/ssh stop || true
fi
fi
fi
fi
 
create_seed_and_key
;;