ignore-netstat-failure
authorDebian QA Group <packages@qa.debian.org>
Sat, 27 Feb 2016 18:07:25 +0000 (18:07 +0000)
committerAndreas Beckmann <anbe@debian.org>
Sat, 27 Feb 2016 18:07:25 +0000 (18:07 +0000)
Gbp-Pq: Name ignore-netstat-failure.patch

34 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/dbpedia/make_vad.sh
binsrc/hosting/mono/tests/tclrsrv.sh
binsrc/isparql/make_vad.sh
binsrc/rdb2rdf/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 756dd3a20a3724af2b4719096c9997141e3d3ea5..759dcc3ea3309e0001329d9d1fcf5736366d788b 100755 (executable)
@@ -170,8 +170,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 9559f7774971c5b93acb4bae71d21231d82c3a30..81c77e4b0f87da8ef377c73a98ffde6a8d195602 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 fa6b1e7d617a24c8885c609b3c5ba8e571ff2371..fa9b2431215f44b9932d81adc87219b9ceddd1f1 100755 (executable)
@@ -170,8 +170,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 89e01eaa8bb9caea955705b2dbc8734bcaf13e40..c59e5ec8c50eec99fab2b96e10dc0749a73a14f3 100755 (executable)
@@ -181,8 +181,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 3149aae6b84777b0e70ff1874bfa411fa51a8a88..93d6fd527e2f9a1c35acbe85f3ffe1fb3f66b684 100755 (executable)
@@ -169,8 +169,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 fa44417039e85830d6d31f84502b8b6436292d51..56e916c492a81eba386ff2c67fd2e459370dbe49 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 307d69ec9a9e518eefafacf5cacb42090d85cedd..3c665847fa5eb12f4ccd674bcdf911b61a9318f9 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 a4ab1e473d5b15f702003efb1f9313aafd55e5d8..df4da726877789c8a75e5a639cbb4ea7c91234ac 100755 (executable)
@@ -169,8 +169,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 6abbd5414fa72ed9321431a2095fbfe50d2555a7..2a4ae2445ff9af19512f5b101301b980af0a7289 100755 (executable)
@@ -167,8 +167,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 ae1d08514effdf9b9d86ce831b24f6c2e52afd6f..ea8e982aa14a9be3f6aac4546c516ea092bacf69 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 81989fba5471438a08b821b8a75ec98a661e5075..cb59b6db01af297039689cdd9bf8f78d6560e7ee 100755 (executable)
@@ -153,8 +153,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 364062e5686e9b6b8446c224410821345459ee6c..5836fab9da259ba7802bf313be68709641d78fa2 100755 (executable)
@@ -157,8 +157,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 391032e9d45fddbf60006d0f23820851e27d3fcf..b3d987a73e0c36e68dbe8a4645ea5452ddfbef01 100755 (executable)
@@ -168,8 +168,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 9529747a1976a33a31d92bd0ccc0d3b2c0d0df72..18479eaf55c5e0de85b97f0112d805e20795d016 100755 (executable)
@@ -159,8 +159,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 9504d807528efa9cb44a57c9a3907646556d4b8f..3ee5879e0a62dc1564d75f05551510e421db55d7 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 58d245bc9a923794baf207f20eff71cad37f893c..9a996e114f5abfcb2a76ebedd186018a3398b633 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 2bb89038ea739db311e2c79c0cdccfb98d703846..a94f175316b57ac9fd03cad2f301bcaedc48331b 100755 (executable)
@@ -223,8 +223,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 f3685af6e297585a6d75793315d6287a1098335b..8f3237fa70d9373f3026a32ea78ac82c9c200a74 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 310cf06c8a308f4e3d499dafa0b0da063fce0869..e0e13d795507fb18e48f481552cf1f78235efa1e 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 ad98e236faa4105328a19e4d65de3a0686c071cc..bc06df8b35f7db3029ebf0ba836e207a09ca45ed 100755 (executable)
@@ -150,8 +150,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 1128298ba6db3ea674feaf178276a6d1c53c703b..3555b0e0e1b05c2ccf7aea44be4e7f9fd1bb1a15 100755 (executable)
@@ -278,8 +278,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 230ee371bbba7b57665dcdc3aa52bfc0a21a0676..5a4abc50b236a91e5cca9c73142ece4eec3a9274 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 33d91191e4213fce37847d1fb51129b2c00d5402..353fa6c165d0cb22a0d76bf644881448f0068317 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 f3136409b141e9086ed35412bff63e85e61d5fce..9a8407558e8c54c4aa90a60f2403b392c9868e17 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 57c4e8bb20b57ea6bbb052bfd4f0104026158121..ece25b28531da343fa38bb7551f90a25371347e7 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 3c55f8fb85e62fb09fa45783058a622f21eb5dad..edcf6a9868073d04d14856198da5c9928a0b8388 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 ef42816649170cea058e2b438f9258db2c7b731a..1cf39814e8bcadfc5dd9f4a49f25c9e5c4d12177 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 996e57752cc8f8d0be46a6eb3ef21ace9010afde..0e62177200bb4943f3b19650fe7ddc417cd61c20 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 b5fffc180b85b66ca5ca6830774721d6da76c3a6..2f9e46e98b4145d0b8680845f7a1f0cf5b3fe92a 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 3e05cfe735d9ee9db821d0dd882640fcfcc49ef2..c1d92310796ac8f25d401b8bca4fa720d20fa5ff 100755 (executable)
@@ -334,8 +334,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 4bfd89ac09c255c59cf3360824c2463e62bc705c..4042e0693a9d4aea6766ffc083aec7d7f1a865cd 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 6611d63bd7ab3f2a09683d48c8db617be8cc17a6..9d672d77a6974d5dddb8526a776909f6ca6f54ec 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 a398cdd6efa273ab3210ca57689fde99b6437fea..84ebe5d39ad96773af8ac743c7aa06e8b6287da4 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 e85718c33aba6fa7aabc121d6cc6ade70da9ea4c..3036991effc6771929bc8557114db4353953b184 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
 }