summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-02 00:30:52 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-02 11:02:39 +0200
commit7077358b1a262e3db384eb3218628632d3a6cc31 (patch)
tree50d2c8c78f13d26ee8f5f88b5fd56e5da6e8ffc8 /debian
parent17e71a9d400c4f4a3cef6591f4864ae2ef6d96b1 (diff)
downloadbcfg2-7077358b1a262e3db384eb3218628632d3a6cc31.tar.gz
bcfg2-7077358b1a262e3db384eb3218628632d3a6cc31.tar.bz2
bcfg2-7077358b1a262e3db384eb3218628632d3a6cc31.zip
Client/Tools/POSIX: catch multiple VerifyDirectory callsdebian/1.2.3-11
If a directory should be pruned from all unknown files VerifyDirectory created a new entry each call and the second fails because the file was already removed.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 808e81e6a..8dd83c767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-bcfg2 (1.2.3-11) UNRELEASED; urgency=low
+bcfg2 (1.2.3-11) unstable; urgency=low
+ * Client/Tools/POSIX: catch multiple VerifyDirectory calls
* Reports/templates: mark hosts with extra packages in grid view
* Plugins/Packages/Portage: use keywords/use config everywhere
* Plugins/Packages/Layman: add support for layman overlays