assistant --autostart: First any daemons that are already running, which might be left over from a previous login session and so unable to use the ssh agent of a new login session.

This commit is contained in:
Joey Hess 2015-07-02 14:16:53 -04:00
parent 0609788fbe
commit 1f35141aff
3 changed files with 35 additions and 0 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,9 @@
git-annex (5.20150618) UNRELEASED; urgency=medium
* log: Fix reversion introduced in version 5.20150528 that broke this command.
* assistant --autostart: First any daemons that are already running,
which might be left over from a previous login session and so unable to
use the ssh agent of a new login session.
-- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400