[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Add path to removal logs to minimal configuration.



dak rm will not work otherwise.
---
 setup/dak-minimal.conf.template |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/setup/dak-minimal.conf.template b/setup/dak-minimal.conf.template
index 57f4948..35aff97 100644
--- a/setup/dak-minimal.conf.template
+++ b/setup/dak-minimal.conf.template
@@ -49,6 +49,12 @@ Dir
   TempPath "__DAKBASE__/tmp/";
 };
 
+Rm
+{
+  LogFile "__DAKBASE__/log/removals.txt";
+  LogFile822 "__DAKBASE__/log/removals.822";
+};
+
 Urgency
 {
   Default "low";
-- 
1.7.2.5



Reply to: