Differences From Artifact [a7207d9b2d]:
- File configf.scm — part of check-in [13cccca680] at 2017-05-18 23:17:31 on branch v1.64 — Fixed init problem creating db area in /tmp (user: matt, size: 34165) [annotate] [blame] [check-ins using]
To Artifact [0ba889ef5e]:
- File configf.scm — part of check-in [6ec66c15e4] at 2017-06-06 23:16:06 on branch v1.64 — Put faux-locks into no-sync db. (user: matt, size: 34160) [annotate] [blame] [check-ins using]
︙ | |||
706 707 708 709 710 711 712 | 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 | - + | (delete-file fname)) #f)) #f)))) (common:faux-unlock fname) res) (begin |
︙ |