mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r12874: Try to give the startup a few more seconds, so that hosts with
gnutls-devel installed do not miss the first test.
Andrew Bartlett
(This used to be commit 6e17864c5d
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
99125b6510
commit
0ac6b5232d
@ -182,6 +182,9 @@ START=`date`
|
||||
# give time for nbt server to register its names
|
||||
echo delaying for nbt name registration
|
||||
sleep 4
|
||||
# This will return quickly when things are up, but be slow if we need to wait for (eg) SSL init
|
||||
bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
|
||||
bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
|
||||
bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
|
||||
|
||||
failed=0
|
||||
|
Reference in New Issue
Block a user