Differences From Artifact [57a2c983b3]:
- File fsmod.scm — part of check-in [d44e27b773] at 2024-02-04 21:21:37 on branch v1.80-revolution-remodularization — wip (user: matt, size: 8934) [annotate] [blame] [check-ins using]
To Artifact [5fe1b052db]:
- File fsmod.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 9075) [annotate] [blame] [check-ins using] [more...]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + + + + + + - + + | (declare (uses configfmod)) (declare (uses commonmod)) (declare (uses processmod)) (use srfi-69) (module fsmod ( get-df get-uname common:get-disk-with-most-free-space common:get-disk-space-used common:check-db-dir-and-exit-if-insufficient |
︙ |