diff options
author | James Wahlin <james@mongodb.com> | 2019-01-25 15:17:45 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-01-25 15:17:45 -0500 |
commit | f5e5751013bb6587ec46b4ce035ee3a3a1565df3 (patch) | |
tree | 47925c778649f8d9814181260f6b019dc849b5d0 | |
parent | 9b28edefa6d92d9b2d2bf0dbcf55dc38766b016a (diff) | |
download | mongo-f5e5751013bb6587ec46b4ce035ee3a3a1565df3.tar.gz |
SERVER-39133 Make mongocryptd host
-rw-r--r-- | debian/mongodb-enterprise-unstable.rules | 3 | ||||
-rw-r--r-- | debian/mongodb-enterprise.rules | 3 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise.spec | 1 |
6 files changed, 8 insertions, 2 deletions
diff --git a/debian/mongodb-enterprise-unstable.rules b/debian/mongodb-enterprise-unstable.rules index 470a9279121..f77d13dc976 100644 --- a/debian/mongodb-enterprise-unstable.rules +++ b/debian/mongodb-enterprise-unstable.rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop +TOOLS=bsondump mongocryptd mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 @@ -56,6 +56,7 @@ clean: rm -f config.log rm -f mongo rm -f mongod + rm -f mongocryptd rm -f mongoimportjson rm -f mongoexport rm -f mongorestore diff --git a/debian/mongodb-enterprise.rules b/debian/mongodb-enterprise.rules index eb343ebcda9..8613fb0a688 100644 --- a/debian/mongodb-enterprise.rules +++ b/debian/mongodb-enterprise.rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop +TOOLS=bsondump mongocryptd mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 @@ -56,6 +56,7 @@ clean: rm -f mongo rm -f mongod rm -f mongoimportjson + rm -f mongocryptd rm -f mongoexport rm -f mongorestore rm -f mongodump diff --git a/rpm/mongodb-enterprise-init.spec b/rpm/mongodb-enterprise-init.spec index c8b79789ffd..77aeb8e4dac 100644 --- a/rpm/mongodb-enterprise-init.spec +++ b/rpm/mongodb-enterprise-init.spec @@ -259,6 +259,7 @@ fi %{_bindir}/bsondump %{_bindir}/install_compass +%{_bindir}/mongocryptd %{_bindir}/mongodecrypt %{_bindir}/mongoldap %{_bindir}/mongodump diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec index 47b5aee68fa..a96f65174c6 100644 --- a/rpm/mongodb-enterprise-unstable-init.spec +++ b/rpm/mongodb-enterprise-unstable-init.spec @@ -248,6 +248,7 @@ fi %{_bindir}/bsondump %{_bindir}/install_compass +%{_bindir}/mongocryptd %{_bindir}/mongodecrypt %{_bindir}/mongoldap %{_bindir}/mongodump diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index 295db8dd59a..e63314bf4c7 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -250,6 +250,7 @@ fi %{_bindir}/bsondump %{_bindir}/install_compass +%{_bindir}/mongocryptd %{_bindir}/mongodecrypt %{_bindir}/mongoldap %{_bindir}/mongodump diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec index 6ad3a9bee5f..6ed351230c2 100644 --- a/rpm/mongodb-enterprise.spec +++ b/rpm/mongodb-enterprise.spec @@ -258,6 +258,7 @@ fi #%doc README %{_bindir}/bsondump +%{_bindir}/mongocryptd %{_bindir}/install_compass %{_bindir}/mongodecrypt %{_bindir}/mongoldap |