[SCM] CTDB repository - branch 1.0.69 updated - ctdb-1.0.69-23-ga3dd310

Ronnie Sahlberg sahlberg at samba.org
Tue May 5 22:22:12 GMT 2009


The branch, 1.0.69 has been updated
       via  a3dd310af4cc6f2dd26f65ecf04a9ab081d5e5a4 (commit)
      from  54c5cfe8659a49054659a693098c0fba4fdf76cd (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.0.69


- Log -----------------------------------------------------------------
commit a3dd310af4cc6f2dd26f65ecf04a9ab081d5e5a4
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed May 6 08:18:21 2009 +1000

    use less intrusive smbstatus call in periodic connections cleanup

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/50.samba |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/50.samba b/config/events.d/50.samba
index 9ec5f1c..2040f9d 100755
--- a/config/events.d/50.samba
+++ b/config/events.d/50.samba
@@ -109,7 +109,7 @@ periodic_cleanup() {
     # running smbstatus scrubs any dead entries from the connections
     # and sessionid database
     # echo "Running periodic cleanup of samba databases"
-    smbstatus -n > /dev/null 2>&1 &
+    smbstatus -np > /dev/null 2>&1 &
 }
 
 case $cmd in 


-- 
CTDB repository


More information about the samba-cvs mailing list