21628231 wbinfo do not recognize --ping-dc option but -P is OK.
authorJiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 13 Aug 2015 08:37:59 -0700
changeset 4786 5d469f31c06d
parent 4785 87aa2c94d7a5
child 4787 9df2862df01c
21628231 wbinfo do not recognize --ping-dc option but -P is OK.
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