diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-02-02 04:30:13 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-02-02 04:30:13 +0000 |
| commit | ccfb93531eb515b2de1692a2fd8e6072b024d434 (patch) | |
| tree | d7bf993ef5702772c5e8ebf9e6dd58a7c2dae30a /pki/base/common/scripts/functions | |
| parent | 7dd1f55df0bf0c1073dd496ff5978fca29206274 (diff) | |
Bugzilla Bug #673199 - init script returns control before web apps have started
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1809 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/common/scripts/functions')
| -rw-r--r-- | pki/base/common/scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/common/scripts/functions b/pki/base/common/scripts/functions index 329da1b45..812bc6aee 100644 --- a/pki/base/common/scripts/functions +++ b/pki/base/common/scripts/functions @@ -702,7 +702,7 @@ start_instance() port=`grep '^pkicreate.unsecure_port=' ${pki_instance_configuration_file} | cut -b25- -` while [ $count -lt $tries ] do - netstat -an | grep ${port} > /dev/null + netstat -antl | grep ${port} > /dev/null netrv=$? if [ $netrv -eq 0 ] ; then break; |
