diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-03-19 10:43:57 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-03-19 10:43:57 +1100 |
commit | 4d2195c503c3e47107138bcd02b0222d89312a85 (patch) | |
tree | 5438be71d5b2740054840e9eaca925a554813b8a | |
parent | 293a3f115829f79a9c7a88a062698cdd0cadcc09 (diff) | |
download | samba-4d2195c503c3e47107138bcd02b0222d89312a85.tar.gz samba-4d2195c503c3e47107138bcd02b0222d89312a85.tar.xz samba-4d2195c503c3e47107138bcd02b0222d89312a85.zip |
The wbinfo --sequence command has been depreciated in favor of the new
--online-status command
(This used to be ctdb commit b6e34503ac094a274a569a69e3d93d92ad911f4d)
-rwxr-xr-x | ctdb/tools/ctdb_diagnostics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics index 8cf1f9ab6e..a9531d646c 100755 --- a/ctdb/tools/ctdb_diagnostics +++ b/ctdb/tools/ctdb_diagnostics @@ -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 |