summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-13 16:03:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-13 17:02:28 -0400
commitb2597fed2737ed9785908a46b032cb8090e7252d (patch)
tree4dd8c7a765a39635db86eca1458eff325edbe70b /doc/todo
parent4f59f9439687cccfb7aac6aca62dbe97038179bf (diff)
windows: Fix daemon pid file locking.
Well, as much as it can be fixed on windows. Not atomic; not entirely guarded against the wrong process having the pid file locked.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/windows_support.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 87a39acf2..520588e59 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -52,9 +52,6 @@ now! --[[Joey]]
there.
* Deleting a git repository from inside the webapp fails "RemoveDirectory
permision denined ... file is being used by another process"
-* Shutting down the webapp does not stop the daemon; the ctrl-c hack
- doesn't work. (Restarting the daemon also does not stop the old process,
- same reason.)
## stuff needing testing