lshd: Fix typo; comment on the seed generation.

svn path=/nixos/branches/modular-nixos/; revision=16142
This commit is contained in:
Ludovic Courtès 2009-07-02 14:05:01 +00:00
parent 74738de1f8
commit 1f9d8f45ea

View file

@ -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