diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-19 12:19:32 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-19 12:20:28 +0000 |
commit | 8006bfabd79f44cc7e5d7442531df58c44ff5f8a (patch) | |
tree | 6320fd3c04f3c3c3e32a94a82a06b59b877aa7c6 | |
parent | f909cdda508620a32548c406223a50c90c22be0d (diff) | |
download | aports-8006bfabd79f44cc7e5d7442531df58c44ff5f8a.tar.bz2 aports-8006bfabd79f44cc7e5d7442531df58c44ff5f8a.tar.xz |
testing/mongodb: start after firewall
-rw-r--r-- | testing/mongodb/APKBUILD | 4 | ||||
-rw-r--r-- | testing/mongodb/mongodb.initd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index dd8df7711e..2331b14f87 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Marc Vertes <marc.vertes@ugrid.net> pkgname=mongodb pkgver=3.4.3 -pkgrel=0 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' arch='x86_64' @@ -111,7 +111,7 @@ bbb323d428d59584703e8692bf4df7fe0d37c0324c23822bade2edd1ca78759191f778230b710750 385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6 boost160.patch 79edfd1a6eaba597b31a82e54722dccab288d8b8840a53f79140b5fca221b5acd9fbc770d99e46ea9fa0da502cdf18dd35d982c95a4aa341806c3d8b61fc732f boost162.patch 9bcd870742c31bf25f34188ddc3c414de1103e9860dea9f54eee276b89bc2cf1226abab1749c5cda6a6fb0880e541373754e5e83d63cc7189d4b9c274fd555c3 mongodb.confd -2cb295ac0eb44acb4533c86d6d0988d5f760361a43cff7845713f3e2cf0e37023d23790a2926c613bf2b0668060c0b68d59000db52daaacd8af10e701a8b4192 mongodb.initd +74009794d566dd9d70ec93ffd95c830ee4696165574ecf87398165637fb40799b38d182ef54c50fd0772d589be94ade7f7a49247f3d31c1f012cb4e44cc9f5df mongodb.initd 8c089b1a11f494e4148fb4646265964c925bf937633a65e395ee1361d42facf837871dd493a9a2e0f480ae0e0829dbd3ed60794c5334e2716332e131fc5c2c51 mongodb.logrotate 61d8734cef644187eeadc821c89e63a3fbf61860fe2db6e74557b1c6760fe83ba7549cb04f9e3aacea4d8e7e4d81a3b1bc0d5e29715eca33c4761adb17ea9ab7 mongos.confd 13aad7247b848ac58b2bc0b40a0d30d909e950380abd0c83fab0e2a394a42dc268a66dac53cf9feec6971739977470082cc4339cca827f41044cfe43803ef3f7 mongos.initd" diff --git a/testing/mongodb/mongodb.initd b/testing/mongodb/mongodb.initd index a6d996232a..fede8f683c 100644 --- a/testing/mongodb/mongodb.initd +++ b/testing/mongodb/mongodb.initd @@ -5,6 +5,7 @@ depend() { need net + after firewall } start() { |