diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-10-21 00:05:41 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-21 00:05:41 +0100 |
commit | 44930dbae692fd26ce6c4e4c7eebdf832437bb1c (patch) | |
tree | e294a5881dc2942d67dd0a4a8c9269371ac49221 /system/glyptodon/config | |
parent | d6c310f4a84f3cefcb1e0ae0c2898c9da6c71b11 (diff) | |
download | slackbuilds-44930dbae692fd26ce6c4e4c7eebdf832437bb1c.tar.gz |
system/glyptodon: Added. (file-system analyzer).
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'system/glyptodon/config')
-rw-r--r-- | system/glyptodon/config/glyptodon.cron | 1 | ||||
-rw-r--r-- | system/glyptodon/config/glyptodon.logrotate | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/system/glyptodon/config/glyptodon.cron b/system/glyptodon/config/glyptodon.cron new file mode 100644 index 0000000000..abe485a55b --- /dev/null +++ b/system/glyptodon/config/glyptodon.cron @@ -0,0 +1 @@ +/usr/local/sbin/glyptodon --capabilities-scan --capabilities-scan --skip-dir=/mnt,/media --log=/var/log/glyptodon.log diff --git a/system/glyptodon/config/glyptodon.logrotate b/system/glyptodon/config/glyptodon.logrotate new file mode 100644 index 0000000000..203d05c7bf --- /dev/null +++ b/system/glyptodon/config/glyptodon.logrotate @@ -0,0 +1,8 @@ + +/var/log/glyptodon.log { + weekly + size 16k + rotate 8 + compress +} + |