etc/func_rotate |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26fe10494839a87d97368559e08e426cfcd4ed9c
Author: Seth Vidal <[email protected]>
Date:   Mon Jun 14 14:54:59 2010 -0400

    don't output on logrotate-restart of func

diff --git a/etc/func_rotate b/etc/func_rotate
index 2b05888..b48b8ab 100644
--- a/etc/func_rotate
+++ b/etc/func_rotate
@@ -5,7 +5,7 @@
    weekly
    postrotate
       if [ -f /var/lock/subsys/funcd ]; then
-         /etc/init.d/funcd condrestart
+         /etc/init.d/funcd condrestart > /dev/null
       fi
    endscript
 }


_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to