The wbinfo --sequence command has been depreciated in favor of the new
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 18 Mar 2009 23:43:57 +0000 (10:43 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 18 Mar 2009 23:43:57 +0000 (10:43 +1100)
--online-status command

tools/ctdb_diagnostics

index 8cf1f9ab6e4023bbd1f922db0c16d0e7f1212dbb..a9531d646c7b4706232a1e23421fc6d0824edc03 100755 (executable)
@@ -236,7 +236,7 @@ show_all "smbclient -U% -L 127.0.0.1"
 WORKGROUP=`testparm -s --parameter-name=WORKGROUP 2> /dev/null`
 show_all id "$WORKGROUP/Administrator"
 show_all "wbinfo -p"
-show_all "wbinfo --sequence"
+show_all "wbinfo --online-status"
 show_all "smbd -b"
 
 date