summaryrefslogtreecommitdiff
path: root/debian/mongodb-org-unstable-server.postinst
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-09-17 16:04:50 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-09-25 21:41:28 -0400
commite01dfe96c73e89fb5e20f55faff4fcbfb54de1b5 (patch)
tree48817d5d62c3bd3199683125449a0b26eaff69b1 /debian/mongodb-org-unstable-server.postinst
parentd32637303b9dedd812d8bc9c10b173755e3602eb (diff)
downloadmongo-e01dfe96c73e89fb5e20f55faff4fcbfb54de1b5.tar.gz
SERVER-3579 Change file paths to consistent format
Diffstat (limited to 'debian/mongodb-org-unstable-server.postinst')
-rw-r--r--debian/mongodb-org-unstable-server.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mongodb-org-unstable-server.postinst b/debian/mongodb-org-unstable-server.postinst
index 4d0e786ef87..b9700a1232f 100644
--- a/debian/mongodb-org-unstable-server.postinst
+++ b/debian/mongodb-org-unstable-server.postinst
@@ -27,11 +27,11 @@ case "$1" in
adduser mongodb mongodb
fi
- # create db -- note: this should agree with dbpath in mongodb.conf
+ # create db -- note: this should agree with dbpath in mongod.conf
mkdir -p /var/lib/mongodb
chown -R mongodb:mongodb /var/lib/mongodb
- # create logdir -- note: this should agree with logpath in mongodb.conf
+ # create logdir -- note: this should agree with logpath in mongod.conf
mkdir -p /var/log/mongodb
chown -R mongodb:mongodb /var/log/mongodb
;;