summaryrefslogtreecommitdiffstats
path: root/ulogd.logrotate
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2018-04-03 12:08:09 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-11 10:38:44 +0200
commit42b384044dabbcd1fff50498d81b55bae31645b0 (patch)
tree3e18a4df7fefec34ae512d2302074d1389010b8a /ulogd.logrotate
parent8f0fff33137807838b39a4dfd01438d6b25f7175 (diff)
ulogd2: cleanup downstream files
These files are outdated and they belong to downstream users (distributions). Providing outdated and unmaintained files here serves no purpose other than confusing users and annoy packagers. If an user is using ulogd2 directly from the source tarball, I would expect it to be proficient enough to generate these files by itself. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ulogd.logrotate')
-rw-r--r--ulogd.logrotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/ulogd.logrotate b/ulogd.logrotate
deleted file mode 100644
index 8470811..0000000
--- a/ulogd.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/ulogd* {
- missingok
- sharedscripts
- postrotate
- /bin/killall -HUP ulogd 2> /dev/null || true
- endscript
-}