From e25ea88ea4f270ba65ed5fdacd693f1248f343c0 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 20 Oct 2008 09:45:15 +1100 Subject: [PATCH] dont log "running periodic cleanup" ... --- config/events.d/50.samba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/events.d/50.samba b/config/events.d/50.samba index 498aa170..9ec5f1c2 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -108,7 +108,7 @@ check_ctdb_manages_winbind() { periodic_cleanup() { # running smbstatus scrubs any dead entries from the connections # and sessionid database - echo "Running periodic cleanup of samba databases" + # echo "Running periodic cleanup of samba databases" smbstatus -n > /dev/null 2>&1 & } -- 2.34.1