check for unstaged old symlinks in the sanity checker

This commit is contained in:
Joey Hess 2012-06-13 19:25:47 -04:00
parent 4b9b9b4947
commit 8919c2e4da
3 changed files with 39 additions and 14 deletions

View file

@ -72,7 +72,7 @@ startDaemon foreground
-- is taking place.
_ <- forkIO $ commitThread st changechan
_ <- forkIO $ daemonStatusThread st dstatus
_ <- forkIO $ sanityCheckerThread st dstatus
_ <- forkIO $ sanityCheckerThread st dstatus changechan
watchThread st dstatus changechan
stopDaemon :: Annex ()