dont log "running periodic cleanup" ...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 19 Oct 2008 22:45:15 +0000 (09:45 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 19 Oct 2008 22:45:15 +0000 (09:45 +1100)
config/events.d/50.samba

index 498aa1704ba19aba4d02aff17e0598133a29f3c5..9ec5f1c2d830f554cafce773fe943b737f42b842 100755 (executable)
@@ -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 &
 }