From d5052d2aa0e424887ac1798717a05704ab6cffb4 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Fri, 5 Nov 2010 16:20:00 +0000 Subject: [PATCH] py-i2phosts-fetcher: don't invoke injector with "-a" Better let admin to use injector's config for this. --- py-i2phosts-fetcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-i2phosts-fetcher b/py-i2phosts-fetcher index 62ee3ad..e6eb680 100755 --- a/py-i2phosts-fetcher +++ b/py-i2phosts-fetcher @@ -108,7 +108,7 @@ for source in all_sources: source.etag = etag # form commnd-line for invoke injector log.info('adding hosts from: %s', source.name) - sp_args = ['py-i2phosts-injector', '-s', '-a', '-f', tmpfile, '-d', + sp_args = ['py-i2phosts-injector', '-s', '-f', tmpfile, '-d', 'Auto-added from ' + source.name] p = subprocess.Popen(sp_args, shell=False, stdin=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)