diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 10:01:53 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | 6b5a28e2c37efc9a6753c306c3400da5d1d966b2 (patch) | |
tree | 0745dbbb59ff780cb12fe3af612e5014dc93d4eb /testing/greenbone-security-assistant/gsad.logrotate | |
parent | 1ccb7c0c01a3eea05bbf0139b6e91a3c88cb2ed3 (diff) | |
download | aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.bz2 aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.xz |
community/greenbone-security-assistant: moved from testing
Diffstat (limited to 'testing/greenbone-security-assistant/gsad.logrotate')
-rw-r--r-- | testing/greenbone-security-assistant/gsad.logrotate | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/greenbone-security-assistant/gsad.logrotate b/testing/greenbone-security-assistant/gsad.logrotate deleted file mode 100644 index f0948cbea1..0000000000 --- a/testing/greenbone-security-assistant/gsad.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -# logrotate for openvas -/var/log/openvas/gsad.log { - rotate 4 - weekly - compress - delaycompress - missingok - postrotate - /bin/kill -HUP `pidof gsad` - endscript -} |