lshd: Fix typo; comment on the seed generation.
svn path=/nixos/branches/modular-nixos/; revision=16142
This commit is contained in:
parent
74738de1f8
commit
1f9d8f45ea
@ -137,7 +137,10 @@ mkIf config.services.lshd.enable {
|
|||||||
test -d /var/spool/lsh || mkdir -m 0755 -p /var/spool/lsh
|
test -d /var/spool/lsh || mkdir -m 0755 -p /var/spool/lsh
|
||||||
|
|
||||||
if ! test -f /var/spool/lsh/yarrow-seed-file
|
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
|
${lsh}/bin/lsh-make-seed -o /var/spool/lsh/yarrow-seed-file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user