summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-10-25 11:53:03 -0400
committerJoey Hess2017-10-25 11:53:03 -0400
commit49141aa078c5e288e8ddfe5fde827a93687f0a82 (patch)
tree6d6a6fcaa6a06a272557ae826e6b2acae50fd3d6
parent43a0dfb3703e4a8fdd4eaa90e13cd5415f461bb3 (diff)
changelog for merge
-rw-r--r--debian/changelog4
-rw-r--r--doc/todo/Ignore_lost+found_directory.mdwn2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3ffd818c..4739eecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ propellor (4.9.0) UNRELEASED; urgency=medium
* Fstab.mounted: Create mount point if necessary, and mount it
if it's not already mounted.
Thanks, Nicolas Schodet
+ * Properties that check for an empty directory now treat a directory
+ containing only "lost+found" as effectively empty, to support
+ situations where the directory is a mount point of an EXT* filesystem.
+ Thanks, Nicolas Schodet
-- Joey Hess <id@joeyh.name> Wed, 04 Oct 2017 12:46:23 -0400
diff --git a/doc/todo/Ignore_lost+found_directory.mdwn b/doc/todo/Ignore_lost+found_directory.mdwn
index 9b1469b3..260b69a0 100644
--- a/doc/todo/Ignore_lost+found_directory.mdwn
+++ b/doc/todo/Ignore_lost+found_directory.mdwn
@@ -8,3 +8,5 @@ I made a patch to ignore this directory, do you see any bad side effect?
You can pull the `ignore-lost-n-found` branch at `http://git.ni.fr.eu.org/nicolas/propellor.git`.
Nicolas.
+
+> [[merged|done]] thank you! --[[Joey]]