From 1f9d8f45eaba3fe2fda4812ce98eab0470399375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 2 Jul 2009 14:05:01 +0000 Subject: [PATCH] lshd: Fix typo; comment on the seed generation. svn path=/nixos/branches/modular-nixos/; revision=16142 --- modules/services/networking/ssh/lshd.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/services/networking/ssh/lshd.nix b/modules/services/networking/ssh/lshd.nix index 9db99bce493..c6b529e66ee 100644 --- a/modules/services/networking/ssh/lshd.nix +++ b/modules/services/networking/ssh/lshd.nix @@ -137,7 +137,10 @@ mkIf config.services.lshd.enable { test -d /var/spool/lsh || mkdir -m 0755 -p /var/spool/lsh if ! test -f /var/spool/lsh/yarrow-seed-file - the + then + # XXX: It would be nice to provide feedback to the + # user when this fails, so that they can retry it + # manually. ${lsh}/bin/lsh-make-seed -o /var/spool/lsh/yarrow-seed-file fi