ignore-netstat-failure
authorDebian Krap Maintainers <debian-qt-kde@lists.debian.org>
Wed, 17 Apr 2013 19:30:26 +0000 (19:30 +0000)
committerDebian Krap Maintainers <debian-qt-kde@lists.debian.org>
Wed, 17 Apr 2013 19:30:26 +0000 (19:30 +0000)
Gbp-Pq: Name ignore-netstat-failure.patch

32 files changed:
appsrc/ODS-Addressbook/make_vad.sh
appsrc/ODS-Blog/make_vad.sh
appsrc/ODS-Bookmark/make_vad.sh
appsrc/ODS-Briefcase/make_vad.sh
appsrc/ODS-Calendar/make_vad.sh
appsrc/ODS-Community/make_vad.sh
appsrc/ODS-Discussion/make_vad.sh
appsrc/ODS-FeedManager/make_vad.sh
appsrc/ODS-Framework/make_vad.sh
appsrc/ODS-Framework/oauth/make_vad.sh
appsrc/ODS-Gallery/make_vad.sh
appsrc/ODS-Polls/make_vad.sh
appsrc/ODS-WebMail/make_vad.sh
appsrc/ODS-Wiki/make_vad.sh
binsrc/b3s/make_vad.sh
binsrc/bpel/make_vad.sh
binsrc/hosting/mono/tests/tclrsrv.sh
binsrc/isparql/make_vad.sh
binsrc/rdf_mappers/make_vad.sh
binsrc/samples/demo/make_vad.sh
binsrc/samples/demo/mkdemo.sh
binsrc/samples/demo/mkdoc.sh
binsrc/samples/sparql_demo/make_vad.sh
binsrc/samples/xpath/files2dav.sh
binsrc/samples/xquery/files2dav.sh
binsrc/sync/make_vad.sh
binsrc/tests/biftest/thook.sh
binsrc/tests/suite/test_fn.sh
binsrc/tutorial/make_vad.sh
binsrc/vsp/admin/debug/make_vad.sh
binsrc/vspx/suite/vspx_suite.sh
binsrc/yacutia/mkvad.sh

index 325abc6d736be4ea1b03e88e75f1eb8e0bee149a..a4cf3ef9f3f1b8ee2e1d1bba88a43df5e3b9fea8 100755 (executable)
@@ -120,8 +120,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 7bd3462ac4d78803ad1fd7f32ff54b2fb9858fd3..fe3224f2b5c947f188491455b1b6c09bd58f9f34 100755 (executable)
@@ -139,8 +139,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 49776d09c8da246520887e06390d17a6d84009ae..17920ca43571125904c5c81381d6b59989871927 100755 (executable)
@@ -124,8 +124,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 1fec14c4178736a1cf7e05aacf27a1b28682876e..0d4056349127c30acbae6c29ae103738057a7623 100755 (executable)
@@ -140,8 +140,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index aca97406d6e31275924897b6cee880e8c89c182c..d6bb589515e1bc52a0e09b621502c203a71af415 100755 (executable)
@@ -123,8 +123,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 81232975397f93ada387bbddafe5ba26bfa4c613..bd7268dbd758b7fc94cbf883004428d0b86b6b4a 100755 (executable)
@@ -127,8 +127,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 874b6e2864524096250223cd2b5ca47a521ec8c5..c7b7ac4bfe843a0185aa751daaf2494ec9adbbb9 100755 (executable)
@@ -137,8 +137,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index f49cda7e0cec8a61e45189dbdba571f60ee3d516..511132647e8018c43e0dba273d783ee7deff8e14 100755 (executable)
@@ -123,8 +123,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 2604ef184e5759833e2bbc3e3003bca596bbfc9c..2aeb400557cbdb879928c4bd4f1f2569a014db34 100755 (executable)
@@ -165,8 +165,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 0b4ab7ff65c76964826e7bdfa3a58b653caa5e9f..c7ba674431042bbf8a3f2a8a3756c9510997a4a5 100755 (executable)
@@ -215,8 +215,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index e7a86a4911536a3ba69be7c0bbc4f5d5035dea3b..310b414d9d9ae91cf1fbc7741f44e51b163145d6 100755 (executable)
@@ -127,8 +127,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index a860ea7697ade1bcb20969cc0ec3e9bbfc909fff..193784ee49ff1d4046b7914ab52cd3696d7ec759 100755 (executable)
@@ -122,8 +122,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 7f308651af549b0cf7431401edde5d1d7bd998d2..adb11e7b8c83a8842b3d3d7a14ab5a16f668d658 100755 (executable)
@@ -123,8 +123,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 5d37a7cfcd581a9d7705d779f14af0e346a70c03..e51462443fe548b7b5a80c6b091ad44a2beeee7a 100755 (executable)
@@ -158,8 +158,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index df81cc9d18ff5d54e445a9316fba7d7705b9e4e1..d943dfeba26a94edb478ff6adb81abefe773b606 100755 (executable)
@@ -231,8 +231,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index 74ae80b2136db232df34c1c567261e1273b32cf7..28254ebd59eff72cec3ddb503f94faaf854a0297 100755 (executable)
@@ -281,8 +281,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index e191afde03b2e561e00de40616447affe71c576e..7bf3d1b8bdeb7bc3c82ea6e2581af8a91cc220cb 100755 (executable)
@@ -241,8 +241,8 @@ START_SERVER ()
           nows=`expr $nows + $nowh \*  60`
           if test $nows -ge $timeout
           then
-              LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-              exit 1
+              LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+              return 1
           fi
         done
 }
index 46e718805be359f73907ca0a456a6316bd93e287..f5da6f6fab524d59679edd6914487ba8998f3322 100755 (executable)
@@ -144,8 +144,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 2c610cb83df0b387c4ae8aea66d29bcb64d109a4..77fe90391c408db59a48a729c65f9f5cd551fb35 100755 (executable)
@@ -276,8 +276,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index dfee25a4d9f17cc3c13693f72314eefe9c00353c..7854c894334990c69ea96e1563a08706875a6ef9 100755 (executable)
@@ -142,8 +142,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index 87de4abc8a33b644b1b9c787f66466d5f90f7835..748129f1b9ae1133ac238d866277a467fbafbda7 100755 (executable)
@@ -170,8 +170,8 @@ START_SERVER()
       nows=`expr $nows + $nowh \*  60`
       if test $nows -ge $timeout
         then
-         ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds"
-         exit 1
+         ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds"
+         return 1
        fi
   done
 }
index 12393a8e8e2719f4ab108cf5c453b7fe1a2cd5e5..3974bea92fa13244eab2440c001a588386575055 100755 (executable)
@@ -191,8 +191,8 @@ START_SERVER()
            nows=`expr $nows + $nowh \*  60`
            if test $nows -ge $timeout
            then
-               ECHO "***FAILED: Could not start Virtuoso DOC Server within $timeout seconds"
-               exit 1
+               ECHO "***WARNING: Could not start Virtuoso DOC Server within $timeout seconds"
+               return 1
            fi
        done
    fi
index 1fc88a9e1024a25be4f6c8b6c4851b05f82ce3e9..fc5e37364391f65868803231194505960175a0c1 100755 (executable)
@@ -141,8 +141,8 @@ virtuoso_start() {
        nows=`expr $nows + $nowh \*  60`
        if test $nows -ge $timeout
        then
-           LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-           exit 1
+           LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+           return 1
        fi
     done
 }
index be285d70846612d39db0db633fcdaca59176f474..7a08ddec4cf608ddae81e09594d2b855d39d561e 100755 (executable)
@@ -121,8 +121,8 @@ START_SERVER()
       nows=`expr $nows + $nowh \*  60`
       if test $nows -ge $timeout 
         then
-         ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds"
-         exit 1
+         ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds"
+         return 1
        fi
   done
 }
index be5b65889d6adfa5254172e94edc7328b8e10613..62758bcb1e396232fb973717f5d2afb4b6a176f3 100755 (executable)
@@ -121,8 +121,8 @@ START_SERVER()
       nows=`expr $nows + $nowh \*  60`
       if test $nows -ge $timeout 
         then
-         ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds"
-         exit 1
+         ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds"
+         return 1
        fi
   done
 }
index 01f2e9c573f093c8faa213dfcd2910590f5c5c07..9b51134c74db3cd64a3f5d480cecc958d04f70e5 100755 (executable)
@@ -131,8 +131,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index 5c190dcf3e59cff2773e92c7d62fbcc576356f7d..688cb5f0b895c585073c9d430f70906dd7e5990f 100755 (executable)
@@ -154,8 +154,8 @@ START_SERVER()
            nows=`expr $nows + $nowh \*  60`
            if test $nows -ge $timeout
            then
-               LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-               exit 1
+               LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+               return 1
            fi
        done
 }
index f903215035882119534142f2647857d12ea410b8..040e7ff96d56f0e99bd227814956bdc2ec1d0e08 100755 (executable)
@@ -333,8 +333,8 @@ START_SERVER()
            nows=`expr $nows + $nowh \*  60`
            if test $nows -ge $timeout
            then
-               LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-               exit 1
+               LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+               return 1
            fi
        done
 }
index e365f455b0c2c2a62bf3f2fd1c60d88bb51fa28e..e2e75aae0d568e95d590a36328bd2aa932cdf4a4 100755 (executable)
@@ -131,8 +131,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start $SERVER within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start $SERVER within $timeout seconds"
+      return 1
     fi
   done
 }
index db4a7e2c83abdf544bb4364f934aa0d078ccecde..55e329a203eff8d20cfb3778fb1fd33c6bb602c7 100755 (executable)
@@ -97,8 +97,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index 6e1c065e904a11e7e91877513eba8f0ca50fb4b6..d3d5239a2399d047b52f35210594e5bdf7fcd2ee 100755 (executable)
@@ -66,8 +66,8 @@ virtuoso_start() {
     nows=`expr $nows + $nowh \*  60`
     if test $nows -ge $timeout
     then
-      LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-      exit 1
+      LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+      return 1
     fi
   done
 }
index ad25cff92edbbba42414ad0f32fbde52dfd57ec5..5c5144e9d32c4e383f33751fda1ec381a9ba9fd7 100755 (executable)
@@ -178,8 +178,8 @@ START_SERVER()
       nows=`expr $nows + $nowh \*  60`
       if test $nows -ge $timeout
         then
-    ECHO "***FAILED: Could not start Virtuoso Server within $timeout seconds"
-    exit 1
+    ECHO "***WARNING: Could not start Virtuoso Server within $timeout seconds"
+    return 1
   fi
   done
 }