Rev 734: background the smbstatus -n command in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Mon Jan 7 12:41:07 GMT 2008


------------------------------------------------------------
revno: 734
revision-id:tridge at samba.org-20080107124107-htph0bfvj51qysac
parent: tridge at samba.org-20080107051722-8799qg1wnc29bmlp
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.stable
timestamp: Mon 2008-01-07 23:41:07 +1100
message:
  background the smbstatus -n command
modified:
  config/events.d/50.samba       samba-20070601105340-vlcvnp6euoj3zdwy-3
=== modified file 'config/events.d/50.samba'
--- a/config/events.d/50.samba	2008-01-07 03:31:13 +0000
+++ b/config/events.d/50.samba	2008-01-07 12:41:07 +0000
@@ -36,7 +36,7 @@
     # running smbstatus scrubs any dead entries from the connections
     # and sessionid database
     echo "`date` Running periodic cleanup of samba databases"
-    smbstatus -n > /dev/null 2>&1
+    smbstatus -n > /dev/null 2>&1 &
 }
 
 case $cmd in 



More information about the samba-cvs mailing list