From 204da7cc372cc5760316abaef6caa878da658cb2 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 23 Oct 2012 18:21:36 +0200 Subject: Have inoticoming perform an initial search of the directory If inoticoming is not started while new packages are added to the incoming directory, those packages would not have been processed straight away. So, instead of waiting for a subsequent package upload, let's just have inoticoming perform an initial run on startup. --- templates/inoticoming.default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/inoticoming.default.erb b/templates/inoticoming.default.erb index b78a12d..a298a16 100644 --- a/templates/inoticoming.default.erb +++ b/templates/inoticoming.default.erb @@ -13,7 +13,7 @@ LOGFILE="/var/log/incoming.log" # first search the directory for files already existing # 0 for false, 1 for true -INITIALSEARCH=0 +INITIALSEARCH=1 # directory to monitor DIR=<%= @basedir %>/incoming -- cgit v1.2.3