# HG changeset patch # User Jiri Sasek # Date 1439480279 25200 # Node ID 5d469f31c06d57da1ef50e71d534fe992bf43178 # Parent 87aa2c94d7a5f83e4d2d21334499f80ebecb005f 21628231 wbinfo do not recognize --ping-dc option but -P is OK. diff -r 87aa2c94d7a5 -r 5d469f31c06d components/samba/samba/Solaris/samba.sh --- a/components/samba/samba/Solaris/samba.sh Mon Aug 17 04:10:02 2015 -0700 +++ b/components/samba/samba/Solaris/samba.sh Thu Aug 13 08:37:59 2015 -0700 @@ -39,7 +39,7 @@ # This is infinite loop which will be killed after smf timeout while : ; do sleep 2 - PING=`/usr/bin/wbinfo --ping-dc 2>&1` + PING=`/usr/bin/wbinfo -P 2>&1` if [ $? -eq 0 ]; then break fi