From 26484bb11dd87f2d3d06483ac29b7862aeb1fe15 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 28 Sep 2007 11:57:20 -0400 Subject: Bump func version for release, add BuildRequires + logrotate script --- etc/func_rotate | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/func_rotate (limited to 'etc') diff --git a/etc/func_rotate b/etc/func_rotate new file mode 100644 index 0000000..e12edfb --- /dev/null +++ b/etc/func_rotate @@ -0,0 +1,19 @@ +/var/log/func/audit.log { + missingok + notifempty + rotate 4 + weekly + postrotate + if [ -f /var/lock/subsys/funcd ]; then + /etc/init.d/funcd condrestart + fi + endscript +} + +/var/log/func/func.log { + missingok + notifempty + rotate 4 + weekly +} + -- cgit