summaryrefslogtreecommitdiff
path: root/debian/init.d
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-11-30 13:08:30 -0500
committerErnie Hershey <ernie.hershey@10gen.com>2013-12-20 15:51:05 -0500
commite0af66d3ac4da46a4c2946a3d4056315cfb6653a (patch)
tree238cd23dff80648d1f264fe90d3888b9b04da30e /debian/init.d
parent6f1225ce6ed724e3dcc13a0acecb9d57a2e1dc47 (diff)
downloadmongo-e0af66d3ac4da46a4c2946a3d4056315cfb6653a.tar.gz
SERVER-11765 Create stable packaging files
These are all based on equivalent "-unstable" files that have been used for 2.5 packages. The only differences are removing "-unstable" from package, directory, and file names, and replacing normal packages in conflicts with unstable packages.
Diffstat (limited to 'debian/init.d')
-rw-r--r--debian/init.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/init.d b/debian/init.d
index 4a62a677dba..ecb2255f75d 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -29,7 +29,7 @@
# Default-Stop: 0 1 6
# Short-Description: An object/document-oriented database
# Description: MongoDB is a high-performance, open source, schema-free
-# document-oriented data store that's easy to deploy, manage
+# document-oriented data store that's easy to deploy, manage
# and use. It's network accessible, written in C++ and offers
# the following features:
#
@@ -40,7 +40,7 @@
# * Replication and fail-over support
# * Efficient storage of binary data including large
# objects (e.g. videos)
-# * Auto-sharding for cloud-level scalability (Q209)
+# * Automatic partitioning for cloud-level scalability
#
# High performance, scalability, and reasonable depth of
# functionality are the goals for the project.